Allison Randal <[EMAIL PROTECTED]> wrote: > define PARROT_HAS_HEADER_SIGNAL 1
Strange. Please try something like this: $ gdb parrot (gdb) b sig_handler (gdb) r t/op/hacks_1.pasm Program received signal SIGFPE, Arithmetic exception. [ ... ] (gdb) s Breakpoint 1, sig_handler (signum=8) at src/events.c:33 [ some more steps ] 332 longjmp(the_exception.destination, 1); (gdb) runops (interpreter=0x823df48, offset=0) at src/interpreter.c:632 > Allison leo