[NumPy-Tickets] [NumPy] #2085: Testsuite fails with Python 2.7.3rc1 and 3.2.3rc1 (Debian)
NumPy Trac
numpy-tickets@scipy....
Mon Mar 19 13:40:16 CDT 2012
#2085: Testsuite fails with Python 2.7.3rc1 and 3.2.3rc1 (Debian)
-------------------------+--------------------------------------------------
Reporter: sandro.tosi | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: 1.6.1
Keywords: |
-------------------------+--------------------------------------------------
Hello,
running numpy test suite with python versions 2.7.3rc1 and 3.2.3rc1 (as
available in Debian), returns this errors:
2.7.3rc1
{{{
Running unit tests for numpy
NumPy version 1.6.1
NumPy is installed in /build/buildd-python-numpy_1.6.1-6-i386-lYkcLV
/python-numpy-1.6.1/debian/tmp/usr/lib/python2.7/dist-packages/numpy
Python version 2.7.3rc1 (default, Mar 10 2012, 00:01:06) [GCC 4.6.3]
nose version 1.1.2
.........................Debug memory block at address p=0xaa13400: API
'm'
8 bytes originally requested
The 3 pad bytes at p-3 are FORBIDDENBYTE, as expected.
The 4 pad bytes at tail=0xaa13408 are FORBIDDENBYTE, as expected.
The block was made by call #1026630 to debug malloc/realloc.
Data at p: a3 03 00 00 00 00 00 00
Fatal Python error: bad ID: Allocated using API 'm', verified using API
'o'
}}}
3.2.3rc1
{{{
Running unit tests for numpy
NumPy version 1.6.1
NumPy is installed in /build/buildd-python-numpy_1.6.1-6-i386-lYkcLV
/python-numpy-1.6.1/debian/tmp/usr/lib/python3/dist-packages/numpy
Python version 3.2.3rc1 (default, Mar 9 2012, 20:32:02) [GCC 4.6.3]
nose version 1.1.2
/usr/lib/python3/dist-packages/nose/core.py:247: ResourceWarning: unclosed
file <_io.TextIOWrapper name='/usr/lib/python3/dist-
packages/nose/usage.txt' mode='r' encoding='ANSI_X3.4-1968'>
os.path.dirname(__file__), 'usage.txt'), 'r').read()
.........................Debug memory block at address p=0xa625310: API
'm'
8 bytes originally requested
The 3 pad bytes at p-3 are FORBIDDENBYTE, as expected.
The 4 pad bytes at tail=0xa625318 are FORBIDDENBYTE, as expected.
The block was made by call #1475913 to debug malloc/realloc.
Data at p: a3 03 00 00 00 00 00 00
Fatal Python error: bad ID: Allocated using API 'm', verified using API
'o'
Aborted
}}}
It might be something related to newer CPython versions, given testsuite
executed on 2.6.7 works fine, but I'm asking you first, just to be sure.
Regards,
Sandro
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2085>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list