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.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to