It took rather longer than I expected to fail.$ perl OOM.pl Segmentation fault (core dumped) $ cat OOM.pl #!/usr/bin/perl -w use strict; use warnings; my %hash; my $count; $hash{$count++} = 'xyz'x999 while (1);
...roboticus
In reply to Re: No 'out of memory' message on Windows?
by roboticus
in thread No 'out of memory' message on Windows?
by oxone
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |