You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Jason Kendall <co...@home.com> on 2001/11/20 21:39:29 UTC

general/8818: Server just dies. No Core, but strace shows SIGSEGV.

>Number:         8818
>Category:       general
>Synopsis:       Server just dies. No Core,  but strace shows SIGSEGV.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Tue Nov 20 12:40:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     coolacid@home.com
>Release:        1.3.22
>Organization:
apache
>Environment:
Linux coolacid.net 2.4.8 #1 Tue Nov 20 14:30:55 EST 2001 i586 unknown
GLIB 2.2.3
apache 1.3.22 + apache_ssl 1.44 + mod_gzip 1.3.19.1a + PHP 4.0.6
>Description:
I have a full strace available. Will include last few lines:

------------------ CUT HERE ------------------

open("/Server/http/logs/access_log", O_WRONLY|O_APPEND|O_CREAT, 0644) = 4       
sendto(4, NULL, 15, MSG_DONTROUTE|0x40015d60, {...}, 3221223452) = 131          
close(4)                                = 0                                     
semget(IPC_PRIVATE, 1, IPC_CREAT|0x180|0600) = 1179684                          
semctl(1179684, 0, SETVAL, 0xbffff86c)  = 0                                     
SYS_199(0x4026fa58, 0x2, 0x834d4f4, 0x4026e1f0, 0xbffffa04) = 0                 
SYS_199(0x4026fa58, 0x2, 0x834d4f4, 0x1, 0x4026e1f0) = 0                        
semctl(1179684, 0, 0x101 /* SEM_??? */, 0xbffff86c) = 0                         
shmget(IPC_PRIVATE, 46084, IPC_CREAT|0x180|0600) = 884737                       
time(NULL)                              = 1006226991                            
write(15, "[Mon Nov 19 22:29:51 2001] [info"..., 72) = 72                       
shmat(884737, 0, 0)                     = 0x7263205d                            
shmctl(884737, 0x102 /* SHM_??? */, 0xbffff8a4) = 0                             
shmctl(884737, 0x101 /* SHM_??? */, 0xbffff8a4) = 0                             
shmctl(884737, IPC_RMID, 0)             = 0                                     
--- SIGSEGV (Segmentation fault) ---                                            
+++ killed by SIGSEGV +++                                                       

------------------ CUT HERE ------------------

write(15, "[Mon Nov 19 22:29:51 2001] [info"..., 72) = 72                       

Shows this in the error_log file:

[Tue Nov 20 15:25:37 2001] [info] created shared memory segment #163841         

Recompiled everything twice and updated everything. 

Feel free to contact me for more info.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]