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=11514>.
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=11514

MPM of worker leads to Apache stalling (child exits)





------- Additional Comments From [EMAIL PROTECTED]  2002-10-04 19:14 -------
If you want Apache to use something besides pthread mutex for accept mutex,
use the AcceptMutex directive.

Weird, from your trace it looks like a segfault is happening:

11231:  xsocket(UW71|XPG4, AF_INET, SOCK_DGRAM, 0)      = 29
11231:  xconnect(UW71|XPG4, 29, 0x082927F0, 16)         = 0
11231:  xsendmsg(UW71|XPG4, 29, 0xBFE2F798, 0)          = 29
11231:  poll(0xBFE2F58C, 1, 5000)                       = 1
11231:  xrecvmsg(UW71|XPG4, 29, 0xBFE2F790, 0)          = 153
11231:  close(29)                                       = 0
11231:  sysconfig(CLK_TCK)                              = 100
11231:      Incurred fault #5, FLTACCESS  %pc = 0x080C5414
11231:        siginfo: SIGSEGV SEGV_ACCERR addr=0xBFE2CA00
11231:      Received signal #11, SIGSEGV [caught]
11231:        siginfo: SIGSEGV SEGV_ACCERR addr=0xBFE2CA00
11180:      Received signal #18, SIGCLD, in poll() [default]
11180:        siginfo: SIGCLD CLD_KILLED pid=11231 uid=0 status=0x000B
11231:          *** process killed ***

Did you get a coredump?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to