-
Notifications
You must be signed in to change notification settings - Fork 571
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
Smart match that causes segfaults. #11764
Comments
From tobyink@cpan.orgThis is a bug report for perl from tobyink@cpan.org, The following code segfaults in 5.10.1 and 5.14.2 (and presumably use 5.010; While this kind of error probably should indeed die (it doesn't This could probably be fixed by having the smart match operator (In addition, my mail server seems to reject e-mails sent using the Flags: Site configuration information for perl 5.10.1: Configured by Mandriva at Fri Jun 11 13:12:00 EDT 2010. Summary of my perl5 (revision 5 version 10 subversion 1) configuration: Locally applied patches: @INC for perl 5.10.1: Environment for perl 5.10.1: -- |
From @jkeenanOn Mon Nov 21 02:05:57 2011, tobyink@cpan.org wrote:
Note that if we switch the positions of 'b' and 'B' in the second $ cat 104162.pl $ perl 104162.pl |
The RT System itself - Status changed from 'new' to 'open' |
From tobyink@cpan.orgOn the newly released 5.16.0-RC0, the following still segfaults: perl -E'my $a = [qw/a A/]; my $b = ["b", $a, "B"]; push @$a, $b; say |
From [Unknown Contact. See original ticket]On the newly released 5.16.0-RC0, the following still segfaults: perl -E'my $a = [qw/a A/]; my $b = ["b", $a, "B"]; push @$a, $b; say |
Migrated from rt.perl.org#104162 (status was 'open')
Searchable as RT104162$
The text was updated successfully, but these errors were encountered: