-
Notifications
You must be signed in to change notification settings - Fork 559
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
Perl segfault w/ specific weird syntax. #884
Comments
From @raindriftI'm getting a segfault under a particular little strange condition. The my $var1 = ''; If you save that in a file, let's call it bug.pl, and then execute: perl -e "require 'bug.pl'" you'll get a segfault (or, at least, I do). If you just execute it, it's The perl syntax here is obviously incorrect, but finding the bit that's For some reason, the perl distributed with RH6 doesn't seem to have perlbug Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration: Characteristics of this binary (from libperl): And the stack trace: #0 0x806f73f in Perl_pad_free () Thanks! |
From @andk
Confirmed for current snapshot of perl5.005_62+. Can be reduced to perl -e ' As I have a debugging perl here, I'll add my stack trace: (gdb) bt -- Summary of my perl5 (revision 5.0 version 5 subversion 63) configuration: Characteristics of this binary (from libperl): |
Migrated from rt.perl.org#1816 (status was 'resolved')
Searchable as RT1816$
The text was updated successfully, but these errors were encountered: