Brian Kearns <[email protected]> added the comment:

so now, with pypy-c-jit-63387-8da09b1dbb90-linux64, this script never reaches 
'done', and segfaults on pressing ctrl-c

import os
import thread

def f():
    while 1:
        os.getlogin()

for i in range(5):
    thread.start_new_thread(f, ())

print 'done'

----------
status: testing -> chatting

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1453>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to