[issue11341] test_os fails

2011-02-28 Thread Charles-Francois Natali
Charles-Francois Natali neolo...@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

[issue11341] test_os fails

2011-02-28 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Thanks for the investigation, Charles-François. I'm closing as invalid, then. -- resolution: - invalid status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11341

[issue11341] test_os fails

2011-02-26 Thread Westley Martínez
New submission from Westley Martínez aniko...@gmail.com: test_invalid_offset failed on linux2. -- components: Tests files: test_os messages: 129589 nosy: anikom15 priority: normal severity: normal status: open title: test_os fails versions: Python 3.3 Added file:

[issue11341] test_os fails

2011-02-26 Thread SilentGhost
SilentGhost ghost@gmail.com added the comment: Which revision are you trying with? I cannot reproduce this with r88656 -- nosy: +SilentGhost ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11341

[issue11341] test_os fails

2011-02-26 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Errno 75 is EOVERFLOW here (Linux), which doesn't seem to be mentioned in sendfile's man page. Can you describe your system? (CPU architecture, bitness, endianness, glibc/kernel version, etc.) -- assignee: - giampaolo.rodola nosy:

[issue11341] test_os fails

2011-02-26 Thread Westley Martínez
Westley Martínez aniko...@gmail.com added the comment: rev 88657 Arch Linux 2.6.37 x86_64 with glibc2.6 64-bit, little endian -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11341 ___

[issue11341] test_os fails

2011-02-26 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: rev 88657 Arch Linux 2.6.37 x86_64 with glibc2.6 64-bit, little endian You are not running under a VM or something? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11341

[issue11341] test_os fails

2011-02-26 Thread Westley Martínez
Westley Martínez aniko...@gmail.com added the comment: You are not running under a VM or something? No -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11341 ___

[issue11341] test_os fails

2011-02-26 Thread Charles-Francois Natali
Charles-Francois Natali neolo...@free.fr added the comment: Errno 75 is EOVERFLOW here (Linux), which doesn't seem to be mentioned in sendfile's man page. Can you describe your system? (CPU architecture, bitness, endianness, glibc/kernel version, etc.) Just checked the source code: in