[perl #57668] [BUG][PATCH] Iterate through the current namespace causes a segfault

2008-09-08 Thread Christoph Otto via RT
On Fri Sep 05 00:18:19 2008, [EMAIL PROTECTED] wrote: > Bob Rogers wrote: > >From: chromatic <[EMAIL PROTECTED]> > > > >Fixed in r30286. > > > >-- c > > > > Terrific; thanks. (Especially since it looks like something I may > have > > seen in other circumstances, but could not reproduce

Re: [perl #57668] [BUG][PATCH] Iterate through the current namespace causes a segfault

2008-09-05 Thread Christoph Otto
Bob Rogers wrote: From: chromatic <[EMAIL PROTECTED]> Fixed in r30286. -- c Terrific; thanks. (Especially since it looks like something I may have seen in other circumstances, but could not reproduce.) -- Bob It looks like this is resolved.

Re: [perl #57668] [BUG][PATCH] Iterate through the current namespace causes a segfault

2008-08-17 Thread Bob Rogers
From: chromatic <[EMAIL PROTECTED]> Date: Sun, 17 Aug 2008 14:49:50 -0700 On Sunday 17 August 2008 09:22:34 chromatic wrote: > Ah good, Christoph and I tried to track that down the other day. I'll do > my best to fix it, but I may not have reliable network access. If you > don

Re: [perl #57668] [BUG][PATCH] Iterate through the current namespace causes a segfault

2008-08-17 Thread chromatic
On Sunday 17 August 2008 09:22:34 chromatic wrote: > Ah good, Christoph and I tried to track that down the other day. I'll do > my best to fix it, but I may not have reliable network access. If you > don't see a patch from me before the release, +1 to SKIP it. Fixed in r30286. -- c

Re: [perl #57668] [BUG][PATCH] Iterate through the current namespace causes a segfault

2008-08-17 Thread Reini Urban
chromatic schrieb: On Saturday 16 August 2008 15:36:42 Bob Rogers wrote: This test (t/pmc/namespace.t:65) seems to cause an unbounded memory-gobbling loop on my configuration (GNU/Linux/x86). It only happens rarely (< 1 in 35 so far), though it eats my machine when it does . . . I

Re: [perl #57668] [BUG][PATCH] Iterate through the current namespace causes a segfault

2008-08-17 Thread chromatic
On Saturday 16 August 2008 15:36:42 Bob Rogers wrote: >This test (t/pmc/namespace.t:65) seems to cause an unbounded >memory-gobbling loop on my configuration (GNU/Linux/x86). It only >happens rarely (< 1 in 35 so far), though it eats my machine when it >does . . . > > I take that

[perl #57668] [BUG][PATCH] Iterate through the current namespace causes a segfault

2008-08-12 Thread François PERRAD via RT
On Wed Aug 06 12:51:02 2008, fperrad wrote: > The patch contains a test case that exhibits the problem. > > François. Applied in r30181, as a TODO test. François.

[perl #57668] [BUG][PATCH] Iterate through the current namespace causes a segfault

2008-08-07 Thread via RT
# New Ticket Created by François PERRAD # Please include the string: [perl #57668] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57668 > The patch contains a test case that exhibits the problem. François. Index: t/pmc/nam