-
Notifications
You must be signed in to change notification settings - Fork 560
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 5.20 regression: Hang when compiling while(1) in a list #14165
Comments
From @cpansproutThis hangs at compile time: $ perl5.20.1 -e 'sub foo { () = ($a, my $b, ($c, do { while(1) {} })) }' I found this by reading the source code. (C.f. commit 71a29c3 I’ll have a fix ready soon. -- Father Chrysostomos |
From @jkeenanOn Thu Oct 16 15:53:16 2014, sprout wrote:
Confirmed comparing 5.16.3 vs 5.20.1. Have you been able to bisect to determine the problematic commit? Thank you very much. |
The RT System itself - Status changed from 'new' to 'open' |
From @cpansproutOn Thu Oct 16 16:33:41 2014, jkeenan wrote:
It’s probably not necessary. The bad code was added by 7d3c8a6 according to git-blame. I have just fixed it in 0d42e77, which should be backported to maint-5.20, IMO. (Please leave this ticket open till then.) -- Father Chrysostomos |
@steve-m-hay - Status changed from 'open' to 'pending release' |
From @khwilliamsonThanks for submitting this ticket The issue should be resolved with the release today of Perl v5.22. If you find that the problem persists, feel free to reopen this ticket -- |
@khwilliamson - Status changed from 'pending release' to 'resolved' |
Migrated from rt.perl.org#122995 (status was 'resolved')
Searchable as RT122995$
The text was updated successfully, but these errors were encountered: