[issue24891] race condition in initstdio() (python aborts running under nohup)

2015-09-04 Thread Yi Ding
Yi Ding added the comment: Thank you everyone! I will test the next rc of 3.5. -- ___ Python tracker <http://bugs.python.org/issue24891> ___ ___ Python-bugs-list m

[issue24891] race condition in initstdio() (python aborts running under nohup)

2015-09-01 Thread Yi Ding
Yi Ding added the comment: I'm not sure this is a race condition. There's a crash every single time python is started when running the test.sh script under nohup. If it's a race condition, it should only happen some of the time, not every single time. Can you reeevalua

[issue24891] python aborts running under nohup

2015-08-18 Thread Yi Ding
Yi Ding added the comment: That's from my nohup.out. It might be a Mac OS specific thing. -- ___ Python tracker <http://bugs.python.org/issue24891> ___ ___

[issue24891] python aborts running under nohup

2015-08-18 Thread Yi Ding
Yi Ding added the comment: Fatal Python error: Py_Initialize: can't initialize sys standard streams OSError: [Errno 9] Bad file descriptor ./test.sh: line 4: 49632 Abort trap: 6 python3 test.py -o hello.txt -- ___ Python tracker

[issue24891] python aborts running under nohup

2015-08-18 Thread Yi Ding
Yi Ding added the comment: test.sh attached -- Added file: http://bugs.python.org/file40210/test.sh ___ Python tracker <http://bugs.python.org/issue24891> ___ ___

[issue24891] python aborts running under nohup

2015-08-18 Thread Yi Ding
New submission from Yi Ding: Looks like this bug https://bugs.python.org/issue7111 has resurfaced in python3 (python 2.6 works as far as I can tell) at least on Macs. I've attached a simple test script. Steps: 1. SSH to remote server. 2. Run nohup ./test.sh & 3. exit SSH. 4. SSH ba