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 JohanAR
Recipients JohanAR
Date 2012-06-01.09:44:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338543860.02.0.0611285884684.issue14976@psf.upfronthosting.co.za>
In-reply-to
Content
Start queue_deadlock.py in one terminal and note the PID it prints.

Compile queue_sendint.c in another terminal and execute it with previous PID as only argument.

If the bug is triggered, nothing will print in the python terminal window when you press Enter. To terminate the application you can press Ctrl-\
History
Date User Action Args
2012-06-01 09:44:20JohanARsetrecipients: + JohanAR
2012-06-01 09:44:20JohanARsetmessageid: <1338543860.02.0.0611285884684.issue14976@psf.upfronthosting.co.za>
2012-06-01 09:44:19JohanARlinkissue14976 messages
2012-06-01 09:44:19JohanARcreate