On Mon, Apr 27, 2009 at 8:10 PM, Patrick R. Michaud via RT
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 failing
> to create the impli
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
> 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 ticket to moritz++,
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 wou
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #64208]
# in the subject line of all future correspondence about this issue.
# 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 like