[perl #64208] Segfault when make()ing things in a when-block in grammar actions

2009-04-27 Thread Patrick R. Michaud via RT
I think this bug should now be fixed in 456ade5 -- it no longer segfaults on the test program I'm giving it. The problem appears to have been that 'when' statements (and 'loop' and 'repeat') were failing to create the implicit $/ lexical var (as well as $_ and $!), and thus the 'make' function

Re: [perl #64208] Segfault when make()ing things in a when-block in grammar actions

2009-04-27 Thread Patrick R. Michaud
On Mon, Apr 27, 2009 at 08:45:47PM -0400, Will Coleda wrote: On Mon, Apr 27, 2009 at 8:10 PM, Patrick R. Michaud via RT perl6-bugs-follo...@perl.org wrote: I think this bug should now be fixed in 456ade5 -- it no longer segfaults on the test program I'm giving it.   [...] I'll assign the

Re: [perl #64208] Segfault when make()ing things in a when-block in grammar actions

2009-04-27 Thread Will Coleda
On Mon, Apr 27, 2009 at 8:10 PM, Patrick R. Michaud via RT perl6-bugs-follo...@perl.org wrote: I think this bug should now be fixed in 456ade5 -- it no longer segfaults on the test program I'm giving it.  The problem appears to have been that 'when' statements (and 'loop' and 'repeat') were

[perl #64208] Segfault when make()ing things in a when-block in grammar actions

2009-03-25 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #64208] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64208 In a parser I am writing I see a segmentation fault that shows up on a piece of code