dktc <[email protected]> added the comment:

I have another possibly related issue with eventlet.

When EVENTLET_THREADPOOL_SIZE env variable is set (see 
http://eventlet.net/doc/threading.html) eventlet 
crashes on PyPy 2.0.1. The crash does not happen on Python 2.7.3 or when the 
variable is not present.

I do not have a compact code sample to reproduce this, since eventlet is being 
invoked from Spawning 
(https://pypi.python.org/pypi/Spawning). I just see that when Spawning settings 
cause creation of a 
subprocess (through os.execve call) with EVENTLET_THREADPOOL_SIZE env var, this 
subprocess fails:

"(21432) Child died from signal 11 with code 0"

Any thoughts why this could be happening on PyPy?

----------
status: unread -> chatting
title: eventlet example fails only on pypy -> More PyPy eventlet problems

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

Reply via email to