[pypy-issue] [issue1504] More PyPy eventlet issues

Armin Rigo tracker at bugs.pypy.org
Fri May 31 08:51:16 CEST 2013


New submission from Armin Rigo <armin.rigo at gmail.com>:

>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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1504>
________________________________________


More information about the pypy-issue mailing list