Timothy Madden
unread,Sep 16, 2009, 6:05:01 PM9/16/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 ... :(