[issue25901] `make test` crashes in test_httpservers

Martin Panter report at bugs.python.org
Sun May 8 21:16:25 EDT 2016


Martin Panter added the comment:

It is not clear what compiler options you changed (you just gave the entire link command lines).

Does the crash occur every time, or only once? Does it occur if you run test_httpservers alone, without the other tests:

./python Tools/scripts/run_tests.py test_httpservers

It seems the crash happened inside a socket.bind() call. Ideally, it would be nice to investigate with GDB exactly where it crashes.

----------
nosy: +martin.panter

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25901>
_______________________________________


More information about the Python-bugs-list mailing list