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 neologix
Recipients mokrates, neologix
Date 2011-07-12.07:00:01
SpamBayes Score 0.0009297222
Marked as misclassified No
Message-id <1310454002.74.0.187447897504.issue12539@psf.upfronthosting.co.za>
In-reply-to
Content
Are you using a 2.6.38 kernel?
There was a regression in early 2.6.38 kernels that caused FUTEX_WAIT with a timeout to never return after a suspend-resume, see:
https://lkml.org/lkml/2011/4/13/23

It's been fixed by this commit:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0cd9c6494ee5c19aef085152bc37f3a4e774a9e1

Could you try with a more recent kernel (it should be fixed in 2.6.38.4)?
History
Date User Action Args
2011-07-12 07:00:02neologixsetrecipients: + neologix, mokrates
2011-07-12 07:00:02neologixsetmessageid: <1310454002.74.0.187447897504.issue12539@psf.upfronthosting.co.za>
2011-07-12 07:00:02neologixlinkissue12539 messages
2011-07-12 07:00:01neologixcreate