[Numpy-discussion] crash at prompt exit after running test

Pauli Virtanen pav at iki.fi
Tue Mar 9 19:55:50 EST 2010


> more fun :
> [cohen at jarrett tests]$ pwd
> /home/cohen/sources/python/numpy/numpy/core/tests
> [cohen at jarrett tests]$ python -c 'import test_ufunc'
> python: Modules/gcmodule.c:277: visit_decref: Assertion `gc->gc.gc_refs
> != 0' failed.
> Aborted (core dumped)

What happens if you only import the umath_tests module (or something, it's a .so under numpy.core)?

Just importing test_ufunc.py probably doesn't run a lot of extension code. Since you don't get crashes only by importing numpy, I really don't see many alternatives any more...

Thanks,
Pauli




More information about the NumPy-Discussion mailing list