Differences between revisions 1 and 2
Revision 1 as of 2011-03-16 17:50:57
Size: 1038
Editor: 12
Comment:
Revision 2 as of 2011-03-16 21:30:37
Size: 1117
Editor: PaulBoddie
Comment: Tidied formatting and added heading.
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
= Asking for Help: ... = = Asking for Help: I'm taking an unhandled threading exception that I've been unable to locate =
Line 8: Line 8:
{{{
Line 15: Line 16:
}}}
Line 16: Line 18:
...## Leave the note below so that editors can follow the instructions... ## Leave the note below so that editors can follow the instructions...

Asking for Help: I'm taking an unhandled threading exception that I've been unable to locate

I keep getting this unhandled exception, but I believe I have placed try except statements in all my threads. Any thoughts?

Unhandled exception in thread started by <bound method Thread.__bootstrap of <Thread(Thread-169204, stopped 1004)>>
Traceback (most recent call last):
  File "C:\Python27\lib\threading.py", line 503, in __bootstrap
    self.__bootstrap_inner()
  File "C:\Python27\lib\threading.py", line 518, in __bootstrap_inner
    del _limbo[self]
KeyError: <Thread(Thread-169204, stopped 1004)>

When answering questions, add the CategoryAskingForHelpAnswered category when saving the page. This will move the link to this page from the questions section to the answers section on the Asking for Help page.


CategoryAskingForHelp

Asking for Help/I'm taking an unhandled threading exception that I've been unable to locate (last edited 2011-03-31 20:02:24 by PaulBoddie)

Unable to edit the page? See the FrontPage for instructions.