[New-bugs-announce] [issue1291] test_resource fails on recent linux systems (

Matthias Klose report at bugs.python.org
Thu Oct 18 11:13:42 CEST 2007


New submission from Matthias Klose:

The test_resource test fails at least on all non x86 linux systems; the
test case notes:

# Now check to see what happens when the RLIMIT_FSIZE is small.  Some
# versions of Python were terminated by an uncaught SIGXFSZ, but
# pythonrun.c has been fixed to ignore that exception.  If so, the
# write() should return EFBIG when the limit is exceeded.

however instead of EFBIG errno is set to ESPIPE, causing an IOException.
and letting the test fail.

----------
components: Extension Modules
files: tst.c
messages: 56520
nosy: doko
severity: normal
status: open
title: test_resource fails on recent linux systems (
type: behavior
versions: Python 2.5
Added file: http://bugs.python.org/file8561/tst.c

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1291>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tst.c
Type: text/x-csrc
Size: 958 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20071018/0f415ca4/attachment.c 


More information about the New-bugs-announce mailing list