[pypy-issue] Issue #2417: segmentation fault when trying to connect on a closed socket with AsyncIO (pypy/pypy)

Ludovic Gasc issues-reply at bitbucket.org
Fri Oct 14 09:04:58 EDT 2016


New issue 2417: segmentation fault when trying to connect on a closed socket with AsyncIO
https://bitbucket.org/pypy/pypy/issues/2417/segmentation-fault-when-trying-to-connect

Ludovic Gasc:

Hi,

I'm using pypy-c-jit-87739-57696c7e37eb-linux64, nightly version of pypy3.5.

If I launch this file without a server that listens on 8000: https://github.com/asyncio-doc/asyncio-doc/blob/master/examples/aiohttp_client.py

I've this error:

/home/lg/Softwares/pypy-c-jit-87739-57696c7e37eb-linux64/lib-python/3/importlib/_bootstrap.py:223: UserWarning: compiletime version 3.3 of module 'aiohttp._websocket' does not match runtime version 3.5
  return f(*args, **kwds)
Warning: uncaught exception in callback: bootstrap <RThreadError object at 0x7f87f30ebac8>
Traceback (most recent call last):
Erreur de segmentation (core dumped)

FYI, I'm at PyCON-FR with Ronan, I'm trying to test PyPy3.5 with several AsyncIO snippets.
For now, most things works as expected, except ssl module.

Have a nice day.




More information about the pypy-issue mailing list