Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33641 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35521 invoked by uid 1010); 4 Dec 2007 14:41:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 35506 invoked from network); 4 Dec 2007 14:41:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Dec 2007 14:41:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:56959] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 09/F2-09439-82765574 for ; Tue, 04 Dec 2007 09:41:45 -0500 Received: from [192.168.3.87] (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTP id 27ACC64018A; Tue, 4 Dec 2007 17:41:41 +0300 (MSK) Message-ID: <47556724.9010101@daylessday.org> Date: Tue, 04 Dec 2007 17:41:40 +0300 User-Agent: Thunderbird 2.0.0.9 (X11/20071114) MIME-Version: 1.0 To: "Rachmel, Nir (Nir)" CC: internals@lists.php.net References: <11486DD9B957EA488E21C44BC8737EFC54A3A4@307622ANEX5.global.avaya.com> <4749854D.4050809@daylessday.org> <11486DD9B957EA488E21C44BC8737EFC54A3CA@307622ANEX5.global.avaya.com> <47498878.1070500@daylessday.org> <11486DD9B957EA488E21C44BC8737EFC56FB8E@307622ANEX5.global.avaya.com> <474BBBD1.2030107@daylessday.org> <11486DD9B957EA488E21C44BC8737EFC594995@307622ANEX5.global.avaya.com> <11486DD9B957EA488E21C44BC8737EFC594E3B@307622ANEX5.global.avaya.com> <4754237D.3060700@daylessday.org> <11486DD9B957EA488E21C44BC8737EFC595242@307622ANEX5.global.avaya.com> In-Reply-To: <11486DD9B957EA488E21C44BC8737EFC595242@307622ANEX5.global.avaya.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] FW: [PHP] PHP 5.2.3 segfault with syslog standard extension From: tony@daylessday.org (Antony Dovgal) On 04.12.2007 17:07, Rachmel, Nir (Nir) wrote: > Hi, > > Are there any tools you can recommend me for debugging my error? > Standard gdb debugging doesn't seem to help, and using valgrind in a > real-time webserver environment simply doesn't work on my device (or on > anyone's device I guess.. :) ). Well, these are two the most useful tools I know of. Tracing code flow with GDB and memory errors with valgrind usually helps to locate any problem. -- Wbr, Antony Dovgal