> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Spitzer, Andy (BL60:9D30) > Sent: Tuesday, November 04, 2008 11:09 AM > To: [EMAIL PROTECTED] > Subject: [sipX-dev] sipxsupervisor core dump > > Woof! > > main svnversion 13897 > > On shutdown: > > Core was generated by `/usr/local/ecs/main/bin/sipxsupervisor'. > Program terminated with signal 11, Segmentation fault. > #0 0x0037cb87 in OsProcessLinux::getOutput (this=0x94e3680, > stdoutMsg=0xb5be8068, stderrMsg=0xb5be7ff4) > at ../../../sipXportLib/src/os/linux/OsProcessLinux.cpp:106 > 106 FD_SET(m_fderr[0], &outputFds); > (gdb) print outputFds > $1 = {fds_bits = {0, 0, 268435456, 0 <repeats 29 times>}} > (gdb) print m_fderr > $2 = {-439238996, 1059524858} > > > Final log entries: > > "2008-11-04T16:03:50.047366Z":9167:SUPERVISOR:NOTICE:woof:Sipx > ProcessCmd-38:B4FDCB90:Supervisor:"SipxProcessCmd::execute > /usr/local/ecs/main/bin/sipxpage.sh --stop" > "2008-11-04T16:03:50.049538Z":9169:OS:CRIT:woof:SipxProcessCmd > -38:B4FDCB90:Supervisor:"Failed > to create pipe for '/usr/local/ecs/main/bin/sipxpage.sh', errno 24!\n" > "2008-11-04T16:03:50.052391Z":9170:SUPERVISOR:DEBUG:woof:SipxP > rocess-43:B46D3B90:Supervisor:"SipxProcess[CallResolver-Agent] ::evCommandStopped > /usr/local/ecs/main/bin/sipxcallresolver-agent.sh" > "2008-11-04T16:03:50.052453Z":9171:SUPERVISOR:WARNING:woof:Sip > xProcess-43:B46D3B90:Supervisor:"'CallResolver-Agent': > Received unexpected event evStopCompleted while in state > 'ShuttingDown'" > "2008-11-04T16:03:50.052868Z":9172:SUPERVISOR:DEBUG:woof:SipxP > rocess-63:B32BFB90:Supervisor:"SipxProcess[SIPXProxy]::shutdown > in state Running" > "2008-11-04T16:03:50.053034Z":9173:SUPERVISOR:NOTICE:woof:Sipx > ProcessCmd-66:B33C0B90:Supervisor:"SipxProcessCmd::execute > /usr/local/ecs/main/bin/sipXproxy.sh --stop" > "2008-11-04T16:03:50.053102Z":9174:OS:CRIT:woof:SipxProcessCmd > -66:B33C0B90:Supervisor:"Failed > to create pipe for '/usr/local/ecs/main/bin/sipXproxy.sh', > errno 24!\n" > "2008-11-04T16:03:50.054677Z":9175:SUPERVISOR:DEBUG:woof:SipxP > rocess-23:B5AE7B90:Supervisor:"SipxProcess[ConfigServer]::shutdown > in state Running" > > > --Woof! > _______________________________________________ > sipx-dev mailing list > [email protected] > List Archive: http://list.sipfoundry.org/archive/sipx-dev > Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev >
saw this also and fixed it in 13902 supervisor was not closing the fd's of the stdout and stderr pipe when a child exits; and sipXproxy and sipXrelay appear to be "bouncing" right now (only stay up for a short while) Carolyn _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
