-
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
debugger space leak using conditional breakpoints #662
Comments
From mjtg@cus.cam.ac.ukTry perl -wde 'my $a = 0 for 1..10000000' Loading DB routines from perl5db.pl version 1.0402 Enter h or `h h' for help. main::(-e:1): my $a = 0 for 1..10000000 and watch the swap space evaporate (fairly slowly). Curiously, it doesn't leak if the command line is perl -wde 'my $a = 0 while 1' The effect occurs in both maintenance and development versions, on BTW the slightly odd 'b 1 $a' is used because the more obvious 'b 1 0' Mike Guy % perl5.005_57 -V Characteristics of this binary (from libperl): |
From [Unknown Contact. See original ticket]This bug appears to still be valid as of @8229. [spp@belgarion bleadperl]$ ./perl -wde 'my $a = 0 for 1..10000000' Loading DB routines from perl5db.pl version 1.07 Enter h or `h h' for help, or `man perldebug' for more help. main::(-e:1): my $a = 0 for 1..10000000 watch swap space evaporate (fairly slowly). |
From @schwernThis bug appears to have been resolved somewhere before 5.8.6. The |
@schwern - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#1542 (status was 'resolved')
Searchable as RT1542$
The text was updated successfully, but these errors were encountered: