Comment 18 for bug 1923325

Revision history for this message
alexis rivera (riveraah) wrote :

It says the following:
Thread 1 received signal SIGSEGV, Segmentation fault.
0x22ab5a77 in ?? ()
(gdb) up
#1 0x23b0f485 in ?? ()
(gdb) up
#2 0x0018996d in call_into_lisp () at x86-assem.S:463
463 call *CLOSURE_FUN_OFFSET(%eax)

I'm using gcc (Rev10, Built by MSYS2 project) 10.2.0 and gdb 10.1 for what is worth.

Is there anything I need to specify to gdb so it's able to deal with the lisp code?