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 oskog97
Recipients oskog97
Date 2016-11-26.13:17:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480166252.16.0.187923291691.issue28807@psf.upfronthosting.co.za>
In-reply-to
Content
This is a platform specific bug.  Only noticed this on NetBSD 6.1 x86-32 on a VirtualBox machine.

To me, the patches for NetBSD do not look relevant to subprocess or core stuff.
http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/lang/python27/patches/?only_with_tag=MAIN


Test:

#!/usr/pkg/bin/python
import subprocess
subprocess.Popen(['true'])
print('Program finished.')
# END OF FILE

On an unaffected platform it will print "Program finished." and exit, on an affected platform it will print "Program finished." and hang.
History
Date User Action Args
2016-11-26 13:17:32oskog97setrecipients: + oskog97
2016-11-26 13:17:32oskog97setmessageid: <1480166252.16.0.187923291691.issue28807@psf.upfronthosting.co.za>
2016-11-26 13:17:32oskog97linkissue28807 messages
2016-11-26 13:17:31oskog97create