New submission from Leo Shklovskii <l...@thermopylae.net>: I just upgraded to Windows 7, reinstalled all of my environment and am running into a completely crazy issue.
The repro is: cmd.exe -> python.exe -> Paste in a string more than 230 chars. conhost.exe crashes and I get an error that ends up in the error log: Log Name: Application Source: Application Error Event ID: 1000 Task Category: (100) Level: Error Keywords: Classic Description: Faulting application name: conhost.exe, version: 6.1.7600.16385, time stamp: 0x4a5bc271 Faulting module name: conhost.exe, version: 6.1.7600.16385, time stamp: 0x4a5bc271 Exception code: 0xc0000005 Fault offset: 0x000048ca Faulting process id: 0x1aa8 Faulting application start time: 0x01cab4e450b97766 Faulting application path: C:\Windows\system32\conhost.exe Faulting module path: C:\Windows\system32\conhost.exe Report Id: 9c6afd6c-20d7-11df-bbd8-e390d387a902 I'd think its not python, however, I'm able to paste into the cmd.exe shell without any problem and into other apps running from the command line. This is python 2.6.4, from the installer at python.org. Windows 7 32-bit. Please let me know what other info I can provide and I'm happy to try out a debug build if needed. ---------- components: Windows messages: 99985 nosy: brian.curtin, leos severity: normal status: open title: conhost.exe crashes when pasting 230 characters into python type: crash versions: Python 2.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8007> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com