develooper Front page | perl.perl5.porters | Postings from January 2010

Probable newly found 5.11.4 regression

From:
karl williamson
Date:
January 25, 2010 08:38
Subject:
Probable newly found 5.11.4 regression
Message ID:
4B5DC908.1050009@khwilliamson.com
I executed some code that was in the correspondence about the charnames 
regression, and got a panic.  The code that causes it is:

use strict;
use charnames ':full';
$x = qr/\N{THAI CHARACTER SARA I}/;

The panic message is: panic: top_env
perl: perl.c:542: perl_destruct: Assertion `PL_scopestack_ix == 1' failed.

Either removing the 'strict' or adding a 'my' to the $x fixes the problem.



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About