New submission from Armin Rigo <[email protected]>:

>From dktc:

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?

----------
messages: 5795
nosy: arigo, pypy-issue
priority: bug
status: unread
title: More PyPy eventlet issues

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

Reply via email to