Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/threadframe/sample.txt
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-04-06 18:13:37 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-04-06 18:13:37 (GMT)
commitc9c1117872bf47920c348f8cd0a6f6e8e470fac7 (patch)
tree661e8291bd595f8694a568c473ad7619ae7526ee /lib/threadframe/sample.txt
parent9c0e0783dbbaa85bcbe94649281f69a26b656a3e (diff)
Remove the threadframe stuff which went unused.
Diffstat (limited to 'lib/threadframe/sample.txt')
-rw-r--r--lib/threadframe/sample.txt37
1 files changed, 0 insertions, 37 deletions
diff --git a/lib/threadframe/sample.txt b/lib/threadframe/sample.txt
deleted file mode 100644
index f5444d8..0000000
--- a/lib/threadframe/sample.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-Script started on Thu 10 Jun 2004 07:23:38 PM PDT
-bayazid ~/threadframe-0.2>python test.py
-ident of main thread is: 1
-
-launching daemon thread... done
-launching self-deadlocking thread... done
-launching thread that will die before the end... done
-[4] Spam spam spam spam. Lovely spam! Wonderful spam!
-[4] Spam spam spam spam. Lovely spam! Wonderful spam!
-[4] Spam spam spam spam. Lovely spam! Wonderful spam!
-[4] Spam spam spam spam. Lovely spam! Wonderful spam!
-------------------------------------------------------------------------
-[1] 4
- File "test.py", line 56, in ?
- traceback.print_stack(frame)
-------------------------------------------------------------------------
-[4] 4
- File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
- self.run()
- File "test.py", line 6, in run
- time.sleep(1)
-------------------------------------------------------------------------
-[5] 4
- File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
- self.run()
- File "test.py", line 13, in run
- U_lock.acquire()
-------------------------------------------------------------------------
-[6] 3
- File "/usr/local/lib/python2.3/threading.py", line 455, in __bootstrap
- pass
- File "test.py", line 20, in run
- V_event.wait()
- File "/usr/local/lib/python2.3/threading.py", line 352, in wait
- self.__cond.release()
- File "/usr/local/lib/python2.3/threading.py", line 235, in wait
- self._acquire_restore(saved_state)