[Python-Dev] Repeated hangs during "make test"

Victor Stinner victor.stinner at gmail.com
Tue Apr 24 22:54:04 CEST 2012


2012/4/24 Edward C. Jones <edcjones at comcast.net>:
> CPython 3.3.0a2 (default, Apr 24 2012, 10:47:03) [GCC 4.4.5]
> Linux-2.6.32-5-amd64-x86_64-with-debian-6.0.4 little-endian
>
> Ran "make test".  Hung during test_socket.  Used CNTL-C to exit the test.

Can you investigate what is blocked in the test? Can you at least
provide a traceback? You may try the timeout option of -m test.
Example:

$ ./python -m test --timeout=60 # seconds

> What is going on?

I'm unable to reproduce the bug, so I cannot help you :-(

Victor


More information about the Python-Dev mailing list