[perl #72918] [BUG] Null PMC access when accessing the value of a try block in Rakudo

2011-10-04 Thread Will Coleda via RT
Merged tickets. -- Will "Coke" Coleda

[perl #72918] [BUG] Null PMC access when accessing the value of a try block in Rakudo

2011-10-04 Thread Will Coleda via RT
On Tue Sep 13 07:06:45 2011, bbkr wrote: > NOM: works, taken for tests > > bbkr:nom bbkr$ ./perl6 -e 'try try try die die die' > bbkr:nom bbkr$ > Whoops: ./perl6 -e 'say try try try die die die' Null PMC access in find_method('gist') in sub say at src/gen/CORE.setting:4954 -- Will "Coke"