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
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
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>
___
___
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
Yi Ding added the comment:
test.sh attached
--
Added file: http://bugs.python.org/file40210/test.sh
___
Python tracker
<http://bugs.python.org/issue24891>
___
___
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