Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > Program received signal SIGSEGV, Segmentation fault. > 0x00522808 in Parrot_jit_debug_stabs > (interpreter=0x100d1d80) at src/jit_debug.c:348 > 348 fprintf(stabs, ".stabn " N_SLINE > ",0,%d,%d /* %s */\n", line,
I saw that one too with some files. Some bug lurking around related to line numbers. You could copy the PASM source file and remove empty lines and comments. > Joshua Gatcomb leo