[pypy-issue] [issue1365] thread join crash on windows

mattip tracker at bugs.pypy.org
Mon Jan 14 02:43:43 CET 2013


New submission from mattip <matti.picus at gmail.com>:

after translation this one liner will crash windows pypy-c.exe hard - it opens a 
dialog box "check for a solution"
pypy\pypy\translator\goal\pypy-c -c "import 
subprocess;popen=subprocess.Popen('dir', stdout=subprocess.PIPE, 
stderr=subprocess.PIPE);stdout,stderr=popen.communicate();print stdout"

The bug will only occur when using two PIPEs. In tracking this down, I got a 
crash consistently at the stdout_thread.join() line in lib-
python/2.7/subprocess.py

Did something change in threads from version c838e03a8079 which is the last 
known good version?

----------
messages: 5156
nosy: mattip, pypy-issue
priority: critical
status: unread
title: thread join crash on windows

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1365>
________________________________________


More information about the pypy-issue mailing list