Re: [perl #32421] Bug: segfault in imcc parsing bad if statement

2004-11-16 Thread Leopold Toetsch
Gopal V <[EMAIL PROTECTED]> wrote: >> Segfault in the lexer. Bad. >> >> 349 sprintf(label, "%s%d", yytext, >> frames->label); >> (gdb) p frames >> $1 = (struct macro_frame_t *) 0x0 > I didn't know how or why or what a frame is in this > context which is why this isn't a patch :)

Re: [perl #32421] Bug: segfault in imcc parsing bad if statement

2004-11-13 Thread Gopal V
> Segfault in the lexer. Bad. > > 349 sprintf(label, "%s%d", yytext, > frames->label); > (gdb) p frames > $1 = (struct macro_frame_t *) 0x0 I didn't know how or why or what a frame is in this context which is why this isn't a patch :) __

Re: [perl #32421] Bug: segfault in imcc parsing bad if statement

2004-11-12 Thread Leopold Toetsch
[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. > # http://rt.perl.org:80/rt3/Ticket/Display.html?id=32421 > > The follow

Re: [perl #32421] Bug: segfault in imcc parsing bad if statement

2004-11-12 Thread Dan Sugalski
At 4:59 PM -0500 11/12/04, Matt Diephouse wrote: On Fri, 12 Nov 2004 10:16:31 -0800, via RT 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. # http://rt.perl.org:8

Re: [perl #32421] Bug: segfault in imcc parsing bad if statement

2004-11-12 Thread Matt Diephouse
On Fri, 12 Nov 2004 10:16:31 -0800, via RT 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. > # http://rt.perl.org:80/rt3/Ticket/Display.html?id=32421 > > > The

[perl #32421] Bug: segfault in imcc parsing bad if statement

2004-11-12 Thread via RT
# New Ticket Created by Gopal V # Please include the string: [perl #32421] # in the subject line of all future correspondence about this issue. # 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