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?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Perl "Out of memory!" Error signal backtrace
by dave_the_m (Monsignor) on Nov 13, 2021 at 08:58 UTC | |
Re: Perl "Out of memory!" Error signal backtrace
by eyepopslikeamosquito (Bishop) on Nov 13, 2021 at 08:38 UTC | |
by perlfan (Vicar) on Nov 13, 2021 at 16:49 UTC | |
Re: Perl "Out of memory!" Error signal backtrace (updated)
by LanX (Sage) on Nov 13, 2021 at 05:37 UTC | |
Re: Perl "Out of memory!" Error signal backtrace
by perlfan (Vicar) on Nov 13, 2021 at 16:54 UTC |
Back to
Seekers of Perl Wisdom