[pypy-issue] [issue1492] More PyPy eventlet problems

dktc tracker at bugs.pypy.org
Tue May 28 23:40:40 CEST 2013


dktc <dkruglyak+pypy at gmail.com> 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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1492>
________________________________________


More information about the pypy-issue mailing list