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 bee13oy
Recipients bee13oy, ezio.melotti, mrabarnett
Date 2015-07-03.06:20:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435904415.54.0.666966497229.issue24555@psf.upfronthosting.co.za>
In-reply-to
Content
Bug 0x01 is the main problem.

t.start()
t.join(timeout)
In normal case, I run a while() in sub-thread, the main thread will get the control of the program after the sub-thread is timed out.
But, in our POC, even the sub-thread timed out, the main thread still can't execute continue. After analyzing, I found the main thread trapped into an infinite loop like I described in the PDF.
History
Date User Action Args
2015-07-03 06:20:15bee13oysetrecipients: + bee13oy, ezio.melotti, mrabarnett
2015-07-03 06:20:15bee13oysetmessageid: <1435904415.54.0.666966497229.issue24555@psf.upfronthosting.co.za>
2015-07-03 06:20:15bee13oylinkissue24555 messages
2015-07-03 06:20:15bee13oycreate