[Python-bugs-list] Debugger crashes on Win2000 Professional (PR#300)

mhammond@skippinet.com.au mhammond@skippinet.com.au
Wed, 19 Apr 2000 22:27:12 -0400 (EDT)


This is a known bug in win32all-131 - as soon as starship is back up
I will have a patch available - or more likely a 132, as there are
also some Unicode related bugs in Scintilla (eg, try entering a
multi-line Python command in the interactive window [dont bother
reporting that one :-])

Mark.

> -----Original Message-----
> From: python-bugs-list-admin@python.org
> [mailto:python-bugs-list-admin@python.org]On Behalf Of
> mappel@attglobal.net
> Sent: Thursday, 20 April 2000 4:48 AM
> To: python-bugs-list@python.org
> Cc: bugs-py@python.org
> Subject: [Python-bugs-list] Debugger crashes on Win2000
> Professional
> (PR#300)
>
>
> Full_Name: Michael Appelmans
> Version: 1.6a2,  win32all 131
> OS: Windows 2000 Pro
> Submission from: slip-32-100-40-151.oh.us.prserv.net
> (32.100.40.151)
>
>
> As soon as I start the debugger in Pythonwin a small
> window pops up, disappears
> and the exception listed below is raised.
>
> ---------------------------------------------------------
> Test program used to create the exception:
> def main():
>     line = "ssss";
>     print line;
>
> main();
> ---------------------------------------------------------
> File "H:\Python16\lib\pdb.py", line 133, in interaction
>     self.cmdloop()
>   File
> "H:\Python16\Pythonwin\pywin\debugger\debugger.py", line
> 527, in cmdloop
>     self.GUIAboutToBreak()
>   File
> "H:\Python16\Pythonwin\pywin\debugger\debugger.py", line 782, in
> GUIAboutToBreak
>     self.GUIAboutToInteract()
>   File
> "H:\Python16\Pythonwin\pywin\debugger\debugger.py", line 813, in
> GUIAboutToInteract
>     self.GUIRespondDebuggerData()
>   File
> "H:\Python16\Pythonwin\pywin\debugger\debugger.py", line 768, in
> GUIRespondDebuggerData
>     cb.RespondDebuggerData()
>   File
> "H:\Python16\Pythonwin\pywin\debugger\debugger.py", line 207, in
> RespondDebuggerData
>     if self.list.GetItemImage(handle)!= (col, selCol):
>   File "H:\Python16\Pythonwin\pywin\mfc\object.py", line
> 22, in __getattr__
>     raise win32ui.error, "The MFC object has died."
> win32ui: The MFC object has died.
>
>
>
> _______________________________________________
> Python-bugs-list maillist  -  Python-bugs-list@python.org
> http://www.python.org/mailman/listinfo/python-bugs-list
>