Re: [perl #75762] Perl failed and print panic message to STDERR
[email protected] (Nicholas Clark)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jun 16, 2010 at 06:37:43PM +0200, Abigail wrote:
> On Tue, Jun 15, 2010 at 03:09:04AM -0700, Alex Varyanick wrote:
> > This code:
> > perl -e'/(?:(o){2})?/'
> > Prints "Panic opt close in regex m/(?:(o){2})?/" to STDERR
>
> Still present in 5.12.1 and blead.
>
> >
> > This code:
> > perl -e'grep$$(%!)'
> > Prints: "panic: ck_grep" to STDERR
>
>
> The latter seems to be fixed in 5.12.1:
>
> $ perl -e'grep$$(%!)'
> Missing comma after first argument to grep function at -e line 1, at EOF
> Execution of -e aborted due to compilation errors.
> $
Yes, I found that it was fixed in blead, but for some reason wasn't able to
get bisect to tell me a commit which actually fixed it.
[The bisect completed, but the problem wasn't present with the parent of the
commit that the bisect run believed fixed the problem]
Nicholas Clark