[issue10060] python.exe crashes or hangs on help() modules when bad modules found

Dev Player report at bugs.python.org
Sat Oct 30 04:43:25 CEST 2010


Dev Player <devplayer at gmail.com> added the comment:

Another thing I've noticed that makes the issue more complicated (or perhaps less complicated depending on your view).

When running the python.exe at the DOS prompt (in a window on WinXP), then issuing the help() then modules commands, python.exe seems to hang at times, when it doesn't crash. However this apparent hang sometimes seems to be related to the attached "help" child window/dialog popup instantating with "focus" behind the DOS window. This popup with the focus (and behind it's parent window and being modal) prevents the mouse from moving the DOS window (holding the running python.exe) from being moved.  The -sometimes- solution to this "apparent" hang is ALT-TAB back to the DOS window which will put the help-modal-dialog on top of said DOS window (which is running Python).

----------
Added file: http://bugs.python.org/file19421/python_help_modules_help_dialog.png

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10060>
_______________________________________


More information about the Python-bugs-list mailing list