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

I'm curious... How do you define crash in this instance?
  • Comment on Re: How would you use perl debugging tools to pinpoint the problem here?

Replies are listed 'Best First'.
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
    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.
      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.