[issue26882] The Python process stops responding immediately after starting

2021-03-12 Thread Eryk Sun
Eryk Sun added the comment: Hanging on a synchronous console file during startup shouldn't be an issue in 3.6+, since io._WindowsConsoleIO doesn't support seeking, but it could still be an issue with legacy mode, which uses io.FileIO. I'm marking this as a duplicate of bpo-34780, which has m

[issue26882] The Python process stops responding immediately after starting

2016-04-29 Thread Eryk Sun
Eryk Sun added the comment: python.dmp is from Windows 8.1 (NT 6.3): 0:000> ?? @$peb->OSMajorVersion; ?? @$peb->OSMinorVersion unsigned long 6 unsigned long 3 with the following command line and working directory: 0:000> ?? @$peb->ProcessParameters->CommandLine struct _UNIC

[issue26882] The Python process stops responding immediately after starting

2016-04-29 Thread Ma Lin
Ma Lin added the comment: Hang everytime? When it hangs, try to press ENTER of keyboard on the console window, does it work? If it works, see issue26744: print() function hangs on MS-Windows 10 -- nosy: +Ma Lin ___ Python tracker

[issue26882] The Python process stops responding immediately after starting

2016-04-29 Thread Александр Виноградов
New submission from Александр Виноградов: I start in Windows 7 virtual machine the Python x86 subprocess from another console application with commandline: c:\python35\python.exe -c print('hello') Immediately after the startup process stops responding and hanging forever. If you run it with t