Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Unexpected 'Out of Memory'

by xenchu (Friar)
on Jan 13, 2004 at 16:50 UTC ( [id://321028]=note: print w/replies, xml ) Need Help??


in reply to Unexpected 'Out of Memory'

I tried your program on W2K using ActiveState Perl 5.8.2 build 808.

When I ran it as written the program ran on until W2K killed it. When I took the map command out it worked perfectly. When I tried it with $MAX = 70; it again worked perfectly. But when I put the map line back in the program again ran on until W2K killed it.

When I set $MAX = 200; it ran correctly, including the map line. It still ran fine without the map line. Putting the map line before the for block also ran correctly with 200 set. With $MAX = 100; W2K again stopped the program.

HTH

xenchu


The Needs of the World and my Talents run parallel to infinity.

Replies are listed 'Best First'.
Re: Re: Unexpected 'Out of Memory'
by Elijah (Hermit) on Jan 13, 2004 at 17:06 UTC
    It appears it is a 5.8.1 and 5.8.2 version specific bug. Everyone who has ran it on 5.8.0 has had it run fine reguardless of platform OS.

      I am at a machine running RH Linux 9 with Perl 5.8.0 right now. I could run the program again here but the matter seems to be settled. If someone wants me to run it I will do so, otherwise I will let sleeping bugs lie.

      Thanks for writing, Elijah.

      xenchu

      Hey, I got Fried today!


      The Needs of the World and my Talents run parallel to infinity.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://321028]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-19 08:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found