I have a problem that I cannot wrap my head around. One of our machines (physical dedicated server, Debian 10, nginx, mysql, PHP 7.3) is running a php application that also uses the php-cli regularly through some cronjobs.
The cronjobs do nothing special, just some file system work and a few mySQL requests.
Yet, the machine reboots every other hour without any log file entry (nothing in syslog, kern.txt, dmesg). The SSDs are fine, RAM was tested successfully without faults.
We disabled the cronjobs now, and the machine has been up for more that 12 hours now.
Originally, I was suspecting hardware issues, because I never heard that a php instance could completely kill off Debian. That would mean that a php script could cause a kernel panic. Is this at all possible?
And if so, is there any way to debug this?