-
Notifications
You must be signed in to change notification settings - Fork 561
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
map { while (1) } hangs perl during compilation #416
Comments
From barries@slaysys.comThis: sub foo { BEGIN { Never dies. It sucks up all CPU instead. This: sub foo1 { sub foo2 { die ; dies nicely. Haven't checked under _60 (let alone _61). "Do not go gently into that dark night...." Perl Info
|
From [Unknown Contact. See original ticket]On Sun, 22 Aug 1999 at 23:38:17 -0400, Barrie Slaymaker wrote:
A progress report: I took a peek with gdb, and it's stuck in Perl_ck_grep running round a We need to see where that came from... fold_constants getting confused? Ian |
From The RT System itselfmap { while (1) {} } (); |
From @floatingatoll[RT_System - Tue Aug 24 07:29:00 1999]:
This bug is still present, as of the current development version of perl (@18374). (gdb) bt |
From @schwernBug still present in 5.8.1 RC 2 |
From @rspiernot fixed in 5.8.4 |
@rspier - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#1251 (status was 'resolved')
Searchable as RT1251$
The text was updated successfully, but these errors were encountered: