|
|
| Think about Loose Coupling | |
| PerlMonks |
Re: how to localise a problem?by McA (Friar) |
| on Nov 26, 2012 at 14:40 UTC ( #1005677=note: print w/ replies, xml ) | Need Help?? |
|
Hi, that looks like something is accumulating over time. So I would look at objects, variables which are probably used more then once over the time. Probably they are not initialized properly on every run. Another guess is that you expect that a object is shutdown correctly while going out of scope but it doesn't. Check the manual of the "bigger" objects you use. UPDATE: I just looked at the GraphViz2 (2.06) package. It seems that there is exactly one line where IPC::Run is used: So, the dot_input is logged if logging is enabled. Probably the right point to catch the culprit. Best regards
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||