From: Robert K. <rob...@gm...> - 2006-05-22 11:22:05
|
Martin Wiechert wrote: > Hi list, > > I've a rather huge and involved application which now that I've updateded a > couple of its dependencies (numpy/PyQwt/ScientificPython ...) keeps crashing > on me after "certain patterns of interaction". I've pasted a typical > backtrace below, the top part looks always very similar, in particular > multiarray.so is always there. Also it's always an illegal call to free (). > > So you gurus out there, does this mean that numpy is the culprit? Possibly. Without access to your code, it's impossible for us to tell and even more impossible for us to fix it. If you can narrow it down to the function in numpy.core.multiarray that's being called and the arguments you are passing to it, we might be able to do something. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco |