This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients Alex.Willmer, bquinlan, xdegaye
Date 2016-05-06.19:43:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The strace output, the process is blocked in a futex system call:

root@generic:/ # strace -p 1304
Process 1304 attached
futex(0xb6f24880, FUTEX_WAIT_PRIVATE, 2, NULL
History
Date User Action Args
2016-05-06 19:43:51xdegayesetrecipients: + xdegaye, bquinlan, Alex.Willmer
2016-05-06 19:43:51xdegayesetmessageid: <[email protected]>
2016-05-06 19:43:51xdegayelinkissue26938 messages
2016-05-06 19:43:51xdegayecreate