Return-Path: Delivered-To: apmail-perl-embperl-archive@www.apache.org Received: (qmail 206 invoked from network); 12 Nov 2003 06:55:35 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 12 Nov 2003 06:55:35 -0000 Received: (qmail 78547 invoked by uid 500); 12 Nov 2003 06:55:12 -0000 Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 78532 invoked by uid 500); 12 Nov 2003 06:55:12 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 78502 invoked from network); 12 Nov 2003 06:55:11 -0000 Received: from unknown (HELO saturn.ecos.de) (194.95.226.10) by daedalus.apache.org with SMTP; 12 Nov 2003 06:55:11 -0000 Received: from lnx1.i.ecos.de (c11.shuttle.de [194.95.226.11]) by saturn.ecos.de (Postfix) with ESMTP id EF562D8880; Wed, 12 Nov 2003 07:55:21 +0100 (MET) Received: from wingr2 (unknown [10.11.12.200]) by lnx1.i.ecos.de (Postfix) with SMTP id ED74014E610; Wed, 12 Nov 2003 07:55:21 +0100 (MET) Message-ID: <004901c3a8e9$ed25a720$c80c0b0a@wingr2> From: "Gerald Richter" To: "Alexander Hartmaier" , Cc: References: Subject: Re: [mp2] segfault when generating graphs with GD::Graph under Embperl Date: Wed, 12 Nov 2003 07:55:14 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > > 3. This is the core dump trace: (if you get a core dump): > > I tried but I can't catch any (I don't know and didn't manage to find out which > directory has to be writeable for the apache2 process under Embperl). > Please try to start your httpd under gdb: gdb /path/to/httpd set args -X -f /path/to/httpd.conf r Now request the page that segfaults, gdb should show the segfault, then type BT and you should get the backtrace. Gerald P.S. -X tell Apache to only start one process, which is better for debugging --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org