Skip Menu |

This queue is for tickets about the Data-Rand CPAN distribution.

Report information
The Basics
Id: 88673
Status: rejected
Priority: 0/
Queue: Data-Rand

People
Owner: Nobody in particular
Requestors: support1 [...] thetabiz.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Total system hang up on rand_data(1, [ 10000000..89999999 ]);
Module made a complete computer hang up on: my $bic = rand_data(1, [ 10000000..89999999 ]); I could not even break the kernel. -- Thetabiz™ Offshore Services http://www.offshore-services.biz
On Sat Sep 14 04:32:50 2013, JLouisBiz wrote: Show quoted text
> Module made a complete computer hang up on: > my $bic = rand_data(1, [ 10000000..89999999 ]); > I could not even break the kernel.
Its probably just because of the crazy huge array, try this: perl -e 'my $ar=[ 10000000..89999999 ]' I suspect you'll have similar results.
From: support1 [...] thetabiz.com
That one brought my computer again down, you are right.