Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 24569 invoked by uid 500); 30 Jan 2002 13:09:22 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 24558 invoked from network); 30 Jan 2002 13:09:22 -0000 Received: from alabanza.com (209.239.47.200) by daedalus.apache.org with SMTP; 30 Jan 2002 13:09:22 -0000 Received: from host.gotc.net (host.gotc.net [208.56.240.19]) by alabanza.com (8.11.1/8.11.1) with ESMTP id g0UD9MX15346 for ; Wed, 30 Jan 2002 08:09:22 -0500 Subject: Re: how to find reasons for a segfault From: chad kellerman To: users@httpd.apache.org In-Reply-To: <3C57E9B8.2070807@gmx.de> References: <3C57E9B8.2070807@gmx.de> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 30 Jan 2002 08:09:22 -0500 Message-Id: <1012396162.1734.37.camel@host.gotc.net> Mime-Version: 1.0 X-Filter-Version: 1.4 (alabanza.com) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Henning, Not that this works all the time, there are probably othermethods but what you can do is: pstree -pa | grep httpd grab the parent pid # and run strace -p $pid then connect. The strace may show you. or if you are getting a core dump: file core ( just to make sure its the httpd core dump) and I believe you can ue gdb on the core file. do a man on it to see what options. Chad On Wed, 2002-01-30 at 07:40, Henning Sprang wrote: > Hy all, > I realize that one of the Servers we run writes lots of messages about > segfaults in the logs, like > > [Mon Jan 28 20:57:05 2002] [notice] child pid 15373 exit signal > Segmentation fault (11) > > > Now trying to find out more about this i looked in the faq and searched > the web, but did not find anything that got me further. > > My main problem is I do not know where to start looking - how can i find > out if it is one of the loaded modules that causes the Segfaults and if > which one of these? > > When i can find out that i can look if somebody else has the same > problem and solved it. > > TIA, > > henning > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org