[NumPy-Tickets] [NumPy] #1462: importing umath results in "*** glibc detected *** python: corrupted double-linked list" error
NumPy Trac
numpy-tickets@scipy....
Sat Apr 24 16:30:11 CDT 2010
#1462: importing umath results in "*** glibc detected *** python: corrupted
double-linked list" error
--------------------------+-------------------------------------------------
Reporter: NeilMuller | Owner: somebody
Type: enhancement | Status: closed
Priority: low | Milestone: Unscheduled
Component: numpy.core | Version: devel
Resolution: wontfix | Keywords:
--------------------------+-------------------------------------------------
Changes (by pv):
* priority: normal => low
* status: new => closed
* type: defect => enhancement
* resolution: => wontfix
* milestone: => Unscheduled
Comment:
This occurs since the multiarray module (and, hence, also umath) needs
some initialization before it works correctly, and apparently some cleanup
code assumes the initialization really has been performed before the
interpreter is exited. The initialization is done on the Python side when
`numpy.core` is imported.
I don't think this is a bug that can occur during normal operation (you
don't get it from `import numpy.core.umath`), so closing as a wontfix.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1462#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list