Dustin Spicuzza
unread,Oct 1, 2011, 2:42:06 AM10/1/11Sign 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
Causes winpdb to crash. By commenting out lines 13915 and 13196 in
rpdb2.py, it no longer crashes and alerts the user to an unhandled
exception, but the exception is apparently not available in analysis
mode. You can see a call stack, but you cannot bring up the source for
any of the frames because of the following error:
*** Command returned the following error:
*** <type 'exceptions.TypeError'>, unsupported operand type(s) for -:
*** 'NoneType' and 'int'.
*** Please check stderr for stack trace and report to support.
It should be noted that the exception is raised when importing the
_gst module (windows python bindings for gstreamer), so perhaps that
is why there isn't a traceback object?
Using python 2.7 on windows XP SP3.