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 SilentGhost, giampaolo.rodola, neologix, pitrou, westley.martinez
Date 2011-02-28.22:14:42
SpamBayes Score 0.010750582
Marked as misclassified No
Message-id <AANLkTin=55H1TO+ryWxDdWuwbeVHTE_miBObFwZT7Yh-@mail.gmail.com>
In-reply-to <1298758905.8.0.691563693808.issue11341@psf.upfronthosting.co.za>
Content
Alright, digging a little further, it's a kernel bug introduced by this commit:

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4a3956c790290efeb647bbb0c3a90476bb57800e

Note that this should only affect 64-bit systems (comparison between
long long int and unsigned long int). Also, it's only present since
2.6.37.

It has been fixed by this commit:

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cccb5a1e698535fa5a734ffe21c7061c97f8d8c5
History
Date User Action Args
2011-02-28 22:14:42neologixsetrecipients: + neologix, pitrou, giampaolo.rodola, SilentGhost, westley.martinez
2011-02-28 22:14:42neologixlinkissue11341 messages
2011-02-28 22:14:42neologixcreate