On Tue, Mar 9, 2010 at 13:30, Johann Cohen-Tanugi <[email protected]> wrote: > hi there, > I just installed the current head of numpy and built it. trying > python and then import numpy, and then CTRL-D to exit, all goes well. > But doing the same with a numpy.test() before CTRL-D ends up in : > <clip> > Ran 2892 tests in 35.814s > > OK (KNOWNFAIL=4, SKIP=6) > <nose.result.TextTestResult run=2892 errors=0 failures=0> > >>> > python: Modules/gcmodule.c:277: visit_decref: Assertion `gc->gc.gc_refs > != 0' failed. > Aborted (core dumped) > > Does that ring a bell to any of you?
Nope! Can you show us a gdb backtrace of the crash? -- 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 _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
