Comment 15 for bug 405745

Revision history for this message
Vincent Ladeuil (vila) wrote :

I'd like to see the select() backtrace...

And try to use test_http.TestHttpTransportUrls.test_http_impl_urls(urllib) since we know it doesn't connect to the server.

Otherwise, when you attach with dbx, you probably interrupt some system call (listen() may be)
and that may be enough to unblock the hanging thread.