Re: [perl #42293] t/doc/pod.t vs. tools/doc/pod_errors.pl

2007-04-06 Thread Nicholas Clark
On Wed, Apr 04, 2007 at 02:33:49PM -0500, Joshua Isom wrote: I'm running darwin, ppc. The perl is 5.8.7 and was updated by me. I don't think I've gotten perl to segfault in quite some time, and if I trust my crashreporter log, the problem almost always is in S_regmatch, but I'm not sure

Re: [perl #42293] t/doc/pod.t vs. tools/doc/pod_errors.pl

2007-04-06 Thread jerry gay
On 4/6/07, Nicholas Clark [EMAIL PROTECTED] wrote: On Wed, Apr 04, 2007 at 02:33:49PM -0500, Joshua Isom wrote: I'm running darwin, ppc. The perl is 5.8.7 and was updated by me. I don't think I've gotten perl to segfault in quite some time, and if I trust my crashreporter log, the problem

Re: [perl #42293] t/doc/pod.t vs. tools/doc/pod_errors.pl

2007-04-06 Thread Nicholas Clark
On Fri, Apr 06, 2007 at 11:55:49AM -0700, jerry gay wrote: On 4/6/07, Nicholas Clark [EMAIL PROTECTED] wrote: If it's a crash in S_regmatch that's usually due to a regular expression going exponential and exhausting the C stack. In turn, that's usually due to nested capturing parentheses,

Re: [perl #42293] t/doc/pod.t vs. tools/doc/pod_errors.pl

2007-04-04 Thread Joshua Isom
On Apr 3, 2007, at 11:29 PM, Will Coleda (via RT) wrote: # New Ticket Created by Will Coleda # Please include the string: [perl #42293] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42293 These two scripts perform

Re: [perl #42293] t/doc/pod.t vs. tools/doc/pod_errors.pl

2007-04-04 Thread Paul Cochrane
On 04/04/07, Joshua Isom [EMAIL PROTECTED] wrote: On Apr 3, 2007, at 11:29 PM, Will Coleda (via RT) wrote: # New Ticket Created by Will Coleda # Please include the string: [perl #42293] # in the subject line of all future correspondence about this issue. # URL:

Re: [perl #42293] t/doc/pod.t vs. tools/doc/pod_errors.pl

2007-04-04 Thread jerry gay
On 4/3/07, via RT Will Coleda [EMAIL PROTECTED] wrote: # New Ticket Created by Will Coleda # Please include the string: [perl #42293] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42293 These two scripts perform the

Re: [perl #42293] t/doc/pod.t vs. tools/doc/pod_errors.pl

2007-04-04 Thread Joshua Isom
On Apr 4, 2007, at 6:39 AM, Paul Cochrane wrote: On 04/04/07, Joshua Isom [EMAIL PROTECTED] wrote: On Apr 3, 2007, at 11:29 PM, Will Coleda (via RT) wrote: # New Ticket Created by Will Coleda # Please include the string: [perl #42293] # in the subject line of all future correspondence

[perl #42293] t/doc/pod.t vs. tools/doc/pod_errors.pl

2007-04-03 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #42293] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42293 These two scripts perform the same basic task, but do so inconsistently. The tools/