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=24384>. 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=24384 "CookieTracking On" exit signal Segmentation fault (11) Summary: "CookieTracking On" exit signal Segmentation fault (11) Product: Apache httpd-1.3 Version: HEAD Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Other AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I use "CookieTracking On" on Apache/1.3.29 get killed by a Segmentation Fault as seen below in the error_log: [Tue Nov 4 21:18:53 2003] [notice] Apache/1.3.29 (Unix) configured -- resuming normal operations [Tue Nov 4 21:18:53 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) [Tue Nov 4 21:19:06 2003] [notice] child pid 31797 exit signal Segmentation fault (11) [Tue Nov 4 21:19:16 2003] [notice] child pid 31798 exit signal Segmentation fault (11) [Tue Nov 4 21:19:17 2003] [notice] child pid 31801 exit signal Segmentation fault (11) [Tue Nov 4 21:19:17 2003] [notice] child pid 31800 exit signal Segmentation fault (11) [Tue Nov 4 21:19:17 2003] [notice] child pid 31799 exit signal Segmentation fault (11) Below the strace output from a proces died by a Segmentation Fault with $ strace -v httpd -F: select(0, NULL, NULL, NULL, {1, 0}) = ? ERESTARTNOHAND (To be restarted) --- SIGCHLD (Child exited) --- select(0, NULL, NULL, NULL, {0, 25000}) = 0 (Timeout) time(NULL) = 1067952001 fork() = 31977 wait4(-1, [WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV], WNOHANG, NULL) = 31972 time(NULL) = 1067952001 write(15, "[Tue Nov 4 22:20:01 2003] [noti"..., 88) = 88 wait4(-1, 0xbffffa18, WNOHANG, NULL) = 0 select(0, NULL, NULL, NULL, {1, 0}) = ? ERESTARTNOHAND (To be restarted) --- SIGCHLD (Child exited) --- select(0, NULL, NULL, NULL, {0, 998000}) = 0 (Timeout) time(NULL) = 1067952002 fork() = 31978 fork() = 31979 wait4(-1, [WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV], WNOHANG, NULL) = 31973 time(NULL) = 1067952002 write(15, "[Tue Nov 4 22:20:02 2003] [noti"..., 88) = 88 wait4(-1, 0xbffffa18, WNOHANG, NULL) = 0 select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout) time(NULL) = 1067952003 I tested on: Linux 2.4.20, glibc-2.2.4, gcc-2.95.3 Linux 2.4.22, glibc-2.2.5, gcc-2.95.4 (Debian Woody) Linux 2.4.22, glibc-2.2.5, gcc-3.2.3 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
