[issue11341] test_os fails

Charles-Francois Natali report at bugs.python.org
Mon Feb 28 23:14:42 CET 2011


Charles-Francois Natali <neologix at free.fr> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11341>
_______________________________________


More information about the Python-bugs-list mailing list