-
Notifications
You must be signed in to change notification settings - Fork 577
segfault with exit in (?{ ... }) #2272
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
Comments
From [email protected]Created by [email protected]Hiho, #!/usr/local/bin/perl -w sub size() { $_ = "ABC"; "ABC" =~ m{ Oddly enough, the print and the declaration of $open are required to trigger Here's a gdb session: gdb ./perl Program received signal SIGSEGV, Segmentation fault. (not knowing anything about perl internals, I just issued the following (gdb) print PL_savestack_ix (gdb) print PL_savestack[3].any_long Perl Info
|
From [Unknown Contact. See original ticket]Jeffrey Friedl writes:
This same script on NT segfaults also from an invalid pointer read at Perl_leave_scope [scope.c:825] ==================================================== |
From @cpansproutThis has been fixed by the commits leading up to eb58a7e. |
@cpansprout - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#3590 (status was 'resolved')
Searchable as RT3590$
The text was updated successfully, but these errors were encountered: