in reply to Segment Fault(Core Dump)
You are creating a new $ua ,$tree, and $formatter object for each cycle thru the loop, so maybe you are running out of memory? Have you monitored the memory usage as it runs? Is there a way for you to create the $ua ,$tree, and $formatter only once before you start the loop, then reuse them as you loop thru the data?
Maybe try undef the objects at the end of the loop, as a start.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Segment Fault(Core Dump)
by Fletch (Bishop) on May 17, 2004 at 14:33 UTC | |
by Anonymous Monk on May 17, 2004 at 15:36 UTC | |
|
Re: Re: Segment Fault(Core Dump)
by rinceWind (Monsignor) on May 17, 2004 at 14:28 UTC |