We are running APC as an opcode level cache, and have been getting kernel panics (related to shared memory segment). I thought that anything running in the user space (PHP, APC, Apache) could not cause a kernel panic. I have managed to replicate this issue on different hardware and environments. My questions are
- Why would APC cause a system-level kernel panic? (If there is shared segment error shouldn't the application just stop running?)
- Do you have any advice on how to fix or investigate this issue?
I am running FreeBSD.