Hey Guys,
We are running APC as an opcode level cache , and have been getting kernel panic's (Shared memory segment related). 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
1, Why would apc cause a system level kernel panic (If there is shared segment error shouldnt the application just stop running ? ) 2. Any advice on how to fix investigate this issue
I am running Freebsd
Thanks!