Hey Zhimin, 2009/3/29 zhimin song <[email protected]>: > hi, all > My server was down with following info: > > [2009-Mar-29 16:22:20.008165] 20283 [/cx.wt rKjVGHpfQg0dH0Li] [notice] > "Session created (#sessions = 1)" > ....... > [2009-Mar-29 16:22:51.764139] 9425 - [notice] "Caught SIGCHLD: pid=20283, > stat=11" > [2009-Mar-29 16:22:51.764188] 9425 - [notice] "Deleting session: > rKjVGHpfQg0dH0Li" > [Sun Mar 29 16:23:21 2009] [error] [client 222.28.228.175] FastCGI: comm > with server "/var/www/cx/cx.wt" aborted: idle timeout (30 sec), referer: > http://210.31.0.55/ > ...... > > and after restarted the apache2, it was ok again. > > any suggestion? especially about the meaning "stat=11" instead of "stat=0"
Your application crashed with a segmentation fault, which indicates a programming error. If you want to know what went wrong, you should enable core dumping. See the manpage for ulimit. The next time this error occurs you get a core file that can be used by a debugger to examine the stacktrace. Regards, koen ------------------------------------------------------------------------------ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
