Hi Everyone,
We have Apache 2.2.13 running on FreeBSD 7.2 (inside a jail). Yesterday it quit responding completely to any requests. Although it's not responding, I use [cmd=]ps auxc | grep httpd[/cmd] to check if it's running and it is. So I restart it with [cmd=]apachectl restart[/cmd] and everything works fine. I start investigating logs and graphs and everything appears to be normal. But then when I check dmesg, I got a slew of lines that say:
I saw that message for each httpd process.
I've looked through some documentation, googled quite a bit, and the only thing I can find is that it's a BUS error. The forum I read stated that it can either mean you have bad hardware or the program you're using has bad code.
Is this accurate? Can anyone tell me what is really going on or point me to some documentation that explains more about signal 10 and how to handle it?
We have Apache 2.2.13 running on FreeBSD 7.2 (inside a jail). Yesterday it quit responding completely to any requests. Although it's not responding, I use [cmd=]ps auxc | grep httpd[/cmd] to check if it's running and it is. So I restart it with [cmd=]apachectl restart[/cmd] and everything works fine. I start investigating logs and graphs and everything appears to be normal. But then when I check dmesg, I got a slew of lines that say:
Code:
pid ##### (httpd), uid 80: exited on signal 10
I saw that message for each httpd process.
I've looked through some documentation, googled quite a bit, and the only thing I can find is that it's a BUS error. The forum I read stated that it can either mean you have bad hardware or the program you're using has bad code.
Is this accurate? Can anyone tell me what is really going on or point me to some documentation that explains more about signal 10 and how to handle it?