Jeff Clites <[EMAIL PROTECTED]> wrote: > I'm getting a crash on Mac OS X on test 17 of > languages/imcc/t/syn/macro.t, which is trying to detect an unterminated > macro. I don't see the problem right off, but here's the backtrace, in > case the problem is obvious to someone more familiar with this section > of the code:
valgrind does indicate the same problem. > Program received signal EXC_BAD_ACCESS, Could not access memory. > 0x90000e60 in strlen () > (gdb) bt > #0 0x90000e60 in strlen () > #1 0x0000ef6c in str_dup (old=0x7b3000 <Address 0x7b3000 out of > bounds>) at imc.c:1025 > #2 0x0000b214 in yylex_skip (valp=0xbffff2f4, interp=0x73e400, > skip=0x1a65d8 " \n") at languages/imcc/imcc.l:513 > #3 0x0000b2a4 in read_params (valp=0x0, interp=0x73e400, Thanks for the backtrace and the report. Its really helpful. Fixed. > JEff leo