wasm-demo/demo/ermis-f/python_m/cur/1590

50 lines
1.5 KiB
Plaintext

From: piers at cs.su.oz.au (Piers Lauder)
Date: Sun, 18 Apr 1999 01:03:45 GMT
Subject: Python-1.5.2 testing zlib
Message-ID: <UTC199904180107.DAA05335@hera.cwi.nl>
Content-Length: 1263
X-UID: 1590
My "make check" fails with a core dump after "test_zlib".
Runng that test by hand shows:
: s Python-1.5.2 ; ./python Lib/test/test_zlib.py
0xe5c1a120 0x43b6aa94
0xbd602f7 0xbd602f7
expecting Bad compression level
expecting Invalid initialization option
expecting Invalid initialization option
normal compression/decompression succeeded
compress/decompression obj succeeded
decompress with init options succeeded
decompressobj with init options succeeded
Bus error - core dumped
Adding a print at the start of the last loop:
: s Python-1.5.2 ; ./python Lib/test/test_zlib.py
0xe5c1a120 0x43b6aa94
0xbd602f7 0xbd602f7
expecting Bad compression level
expecting Invalid initialization option
expecting Invalid initialization option
normal compression/decompression succeeded
compress/decompression obj succeeded
decompress with init options succeeded
decompressobj with init options succeeded
Decompress: flush mode=0, level=0
Memory fault - core dumped
Anyone else seen this?
(My system:
: s Python-1.5.2 ; uname -a
SunOS staff 5.6 Generic_105181-05 sun4u sparc SUNW,Ultra-2
: s Python-1.5.2 ; ./python
Python 1.5.2 (#2, Apr 17 1999, 20:08:31) [GCC 2.8.1] on sunos5
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
)