Closed
Description
I've run into an Illegal instruction (core dumped)
crash by trying to run some old code. I can reproduce the crash on two linux 64-bit machines using 1613b3b.
I've removed much of the surrounding code to get a 150-line test case which always crashes: https://gist.github.com/mlubin/6095957. JuMP must be installed. Unfortunately I couldn't simplify it any more than this.
The GDB backtrace isn't very helpful:
Program received signal SIGILL, Illegal instruction.
0x00007ffff33061fa in ?? ()
(gdb) backtrace
#0 0x00007ffff33061fa in ?? ()
#1 0x0000000004886cb0 in ?? ()
#2 0x0000000000000040 in ?? ()
#3 0x00007fffffffd360 in ?? ()
#4 0x0000000004db4700 in ?? ()
#5 0x0000000004db4670 in ?? ()
#6 0x00000000028f4140 in ?? ()
#7 0x0000000004db45b0 in ?? ()
#8 0x0000000002320a40 in ?? ()
#9 0x00000000068502d0 in ?? ()
#10 0x0000000002bbde40 in ?? ()
#11 0x0000000000000000 in ?? ()
Metadata
Metadata
Assignees
Labels
No labels