[perl #49758] [BUG] rakudo segfaults after "No scope found for PAST::Var" error

2008-04-09 Thread Patrick R. Michaud via RT
I've gone ahead and applied the "null $P0" patch above (thanks!) -- it's not exactly correct but it's less wrong than other alternatives at the moment. I suspect the correct approach will be to eliminate the existing global vars and turn them into attributes on the PAST::Compiler object. But I'll

Re: [perl #49758] [BUG] rakudo segfaults after "No scope found for PAST::Var" error

2008-03-17 Thread jerry gay
On Mon, Mar 17, 2008 at 10:21 AM, Will Coleda via RT <[EMAIL PROTECTED]> wrote: > On Mon Mar 17 09:34:24 2008, cognominal wrote: > > $?SUB is not reset between two evals so the outer to an undefined > > block. I am not sure this is > > the best place to reset $?SUB. > > At least if seems to f

[perl #49758] [BUG] rakudo segfaults after "No scope found for PAST::Var" error

2008-03-17 Thread Will Coleda via RT
On Mon Mar 17 09:34:24 2008, cognominal wrote: > $?SUB is not reset between two evals so the outer to an undefined > block. I am not sure this is > the best place to reset $?SUB. > At least if seems to fix the bug. > > > Index: /Users/stef/svn/parrot/compilers/pct/src/PAST/Compiler.pir > ==