if not system.IsLinux() or CFG.disableGCrash then return end require 'gcrash' local enable_watchdog = true --[[ gcrash.dumpstate() Manually call the crash handler, creating the luadump file and calling the lua crash handler. gcrash.crash() Artificially create a segfault. gcrash.sethandler(function(write_func) handler) Set the (optional) handler called when a segfault occurs. This function is called without unwinding the stack, so you can extract informations such as locals out of it. gcrash.startwatchdog(int time = 30) Start (or resume) then watchdog thread. If the server hangs for