http://qs321.pair.com?node_id=11138769


in reply to Perl "Out of memory!" Error signal backtrace

I'd say you need to track the growth of your memory consumption. Not sure what the codepoint can tell you.

You probably have a memory leak due to recursive data structures.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

update

according to splain -v it's non-trappable

Well ...

... probably the trace options of the debugger can help?

If you log them to a file, you should see where they stop.