-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BEGIN{} + -w + named Safe causes segfault in 5.004_04, 5.005_03 #354
Comments
From dhd@plcom.on.caApparently this problem has been fixed in the developmental 5.005 versions The testcase for this is: perl -MSafe -we 'BEGIN{$q=Safe->new("Death");$q->reval("\$foo=42")}' The important parts are the BEGIN{} block, the named Safe (without a As you can tell from this gdb backtrace, it causes endless recursion in [dhd@willow]~ $ gdb debugperl Program received signal SIGSEGV, Segmentation fault. I've reproduced this on Red Hat Linux 5.0 with Perl 5.004_05, Red Hat 5.2 Cheers Perl Info
|
From The RT System itselffixed in bleadperl DEVEL7093 |
Migrated from rt.perl.org#1188 (status was 'resolved')
Searchable as RT1188$
The text was updated successfully, but these errors were encountered: