[This message has also been posted.]
Gopal V <[EMAIL PROTECTED]> wrote:
> # New Ticket Created by Gopal V
> # Please include the string: [perl #32421]
> # in the subject line of all future correspondence about this issue.
> # <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=32421 >
> The following code segfaults with parrot poicephalus
> .sub _MAIN
> $I0=1
> if$I0 < 2 goto LBL1
^^^^^
Segfault in the lexer. Bad.
349 sprintf(label, "%s%d", yytext, frames->label);
(gdb) p frames
$1 = (struct macro_frame_t *) 0x0
leo