-
Notifications
You must be signed in to change notification settings - Fork 555
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
out of memmory error? #53
Comments
From rbush@freeway.net# perl -v This is perl, version 5.004_04 built for i386-linux Copyright 1987-1998, Larry Wall Perl may be copied only under the terms of either the Artistic License or the Complete documentation for Perl, including FAQ lists, should be found on # perl -e ' for $a(aaaaaaaa..zzzzzzzz){for $b(AAAAAAAA..ZZZZZZZZ){for $c($a..$b){print "$c \n";}}}' It's not clear to me why this should take so much memmory ... This does work btw on a dual 266mhz pentium system with 256meg ram, slackware, a 2.0.36 kernel and perl version 5.005_02 --Ray |
From [Unknown Contact. See original ticket]fixed in 5.00503 |
From The RT System itselffixed in 5.00503 |
Fix pointer to integer cast in null_printf check
Migrated from rt.perl.org#855 (status was 'resolved')
Searchable as RT855$
The text was updated successfully, but these errors were encountered: