Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: need help debugging perl script killed by SIGKILL

by Fletch (Bishop)
on Mar 01, 2021 at 20:28 UTC ( [id://11128964]=note: print w/replies, xml ) Need Help??


in reply to need help debugging perl script killed by SIGKILL

A SIGKILL can't be caught by design so whatever signal handling's in play wouldn't enter into the picture. You might check the output from dmesg (and/or ask your sysadmin to check in /var/log/messages) and see if there's anything untoward there; if you're running the box out of free memory the kernel's OOM killer may have left notes there if it knocked your process out.

The cake is a lie.
The cake is a lie.
The cake is a lie.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11128964]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-26 02:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found