Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: How would you use perl debugging tools to pinpoint the problem here?

by tphyahoo (Vicar)
on Nov 10, 2005 at 15:51 UTC ( [id://507419]=note: print w/replies, xml ) Need Help??


in reply to Re: How would you use perl debugging tools to pinpoint the problem here?
in thread How would you use perl debugging tools to pinpoint the problem here?

Well I'm on windows, and everything just gets slower and slower until it completely freezes up. ctrl-alt-delete kill to task manager and then kill process works to get things moving again.
  • Comment on Re^2: How would you use perl debugging tools to pinpoint the problem here?

Replies are listed 'Best First'.
Re^3: How would you use perl debugging tools to pinpoint the problem here?
by ikegami (Patriarch) on Nov 10, 2005 at 16:17 UTC
    It's not crashing at all. A hash with 10 million elements is huge! Allocating a hash of that size -- at least 100MB, I bet -- takes time, and if the OS starts using virtual memory, it'll take forever.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (2)
As of 2024-04-25 06:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found