You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/10/23 18:05:45 UTC

DO NOT REPLY [Bug 24064] - [notice] child pid xx exit signal Bus error (10)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24064>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24064

[notice] child pid xx exit signal Bus error (10)





------- Additional Comments From trawick@apache.org  2003-10-23 16:05 -------
We need a backtrace from a core dump in order to debug this.

Set CoreDumpDirectory directive to directory with free space and permissions
that allow web server user id to create files there.

Use "ulimit -c unlimited" command in shell prior to starting web server.

If starting as root, use Solaris coreadm command to allow core dumps from setuid
programs.

After coredump is generated for the SIGBUS condition, follow up with the output
of the pstack and pflags command when run against the coredump.  If you have
debugger, getting backtraces from debugger may also be helpful.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org