[pypy-issue] [issue1453] segfault with simple script on 2.0b2+

Brian Kearns tracker at bugs.pypy.org
Tue Apr 16 01:54:54 CEST 2013


Brian Kearns <bdkearns at gmail.com> 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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1453>
________________________________________


More information about the pypy-issue mailing list