![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Perl "Out of memory!" Error signal backtraceby OnEhIppY (Initiate) |
on Nov 13, 2021 at 05:15 UTC ( #11138768=perlquestion: print w/replies, xml ) | Need Help?? |
OnEhIppY has asked for the wisdom of the Perl Monks concerning the following question: Is there a way to get a Signal call for the Out of memory! call within a perl script? Somewhere deep within the thread it gives me that message, yet there seems no way to catch that call, to do a traceback to the whole call structure, to see where things go wrong, like the warn and die have a signal, yet these are not triggered by this particular one. There are some kill signals about memory, but these seem neither to be triggered. Anyone an idea how to trace the code point?
Back to
Seekers of Perl Wisdom
|
|