Exception in thread __worker_target: release un-aquired lock

9 views
Skip to first unread message

Timothy Madden

unread,
Sep 16, 2009, 6:05:01 PM9/16/09
to Winpdb
Hello

When debugging my application I get the following message in the
console:

Exception in thread __worker_target:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 525, in
__bootstrap_inner
self.run()
File "/usr/local/lib/python2.6/dist-packages/rpdb2.py", line 4570,
in run
threading.Thread.run(self)
File "/usr/lib/python2.6/threading.py", line 477, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/local/lib/python2.6/dist-packages/rpdb2.py", line 9357,
in __worker_target
self.m_lock.release()
File "/usr/lib/python2.6/threading.py", line 136, in release
raise RuntimeError("cannot release un-aquired lock")
RuntimeError: cannot release un-aquired lock

And in the GUI I get:

*** Lost connection to debuggee.
*** Detaching from script...
*** Detached from script.

And then I can not debug my application ... :(
Reply all
Reply to author
Forward
0 new messages