This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Yi Ding
Recipients Yi Ding
Date 2015-08-18.22:18:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439936328.26.0.889765372825.issue24891@psf.upfronthosting.co.za>
In-reply-to
Content
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 back in and see that there are a bunch of errors in your nohup.out file.
History
Date User Action Args
2015-08-18 22:18:48Yi Dingsetrecipients: + Yi Ding
2015-08-18 22:18:48Yi Dingsetmessageid: <1439936328.26.0.889765372825.issue24891@psf.upfronthosting.co.za>
2015-08-18 22:18:48Yi Dinglinkissue24891 messages
2015-08-18 22:18:47Yi Dingcreate