Created
January 20, 2016 09:00
-
-
Save pitrou/732d16a5647e05976e98 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Program terminated with signal SIGSEGV, Segmentation fault. | |
#0 NpyIter_Deallocate (iter=0x7f4b5c18a4d0) at numpy/core/src/multiarray/nditer_constr.c:674 | |
674 numpy/core/src/multiarray/nditer_constr.c: Aucun fichier ou dossier de ce type. | |
(gdb) bt | |
#0 NpyIter_Deallocate (iter=0x7f4b5c18a4d0) at numpy/core/src/multiarray/nditer_constr.c:674 | |
#1 0x00007f4b68f939c0 in vm_engine_iter_parallel (errmsg=0x7f4b65f4fb40, pc_error=0x7f4b65f512b4, need_output_buffering=<optimized out>, params=..., | |
iter=0x7f4b580c6840) at numexpr/interpreter.cpp:777 | |
#2 run_interpreter (self=<optimized out>, iter=0x7f4b580c6840, reduce_iter=0x0, reduction_outer_loop=<optimized out>, need_output_buffering=<optimized out>, | |
pc_error=0x7f4b65f512b4) at numexpr/interpreter.cpp:889 | |
#3 0x00007f4b68f98b75 in NumExpr_run (self=0x7f4b66a3da80, args=0x7f4b00000000, kwds=<optimized out>) at numexpr/interpreter.cpp:1395 | |
#4 0x00007f4b79703056 in PyObject_Call (func=0x7f4b66a3da80, arg=<optimized out>, kw=<optimized out>) at Objects/abstract.c:2165 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment