Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33119 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82635 invoked by uid 1010); 14 Nov 2007 07:32:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82619 invoked from network); 14 Nov 2007 07:32:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Nov 2007 07:32:04 -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:50814] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/DF-55670-274AA374 for ; Wed, 14 Nov 2007 02:32:03 -0500 Received: from [192.168.1.34] (ppp91-76-71-219.pppoe.mtu-net.ru [91.76.71.219]) by daylessday.org (Postfix) with ESMTP id 65C3B64018B; Wed, 14 Nov 2007 10:31:59 +0300 (MSK) Message-ID: <473AA46F.7090903@daylessday.org> Date: Wed, 14 Nov 2007 10:31:59 +0300 User-Agent: Thunderbird 2.0.0.6 (X11/20070801) MIME-Version: 1.0 To: "Rachmel, Nir (Nir)" CC: internals@lists.php.net References: <11486DD9B957EA488E21C44BC8737EFC51C180@307622ANEX5.global.avaya.com> In-Reply-To: <11486DD9B957EA488E21C44BC8737EFC51C180@307622ANEX5.global.avaya.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.2.3 segfault with syslog standard extension From: tony@daylessday.org (Antony Dovgal) On 14.11.2007 10:25, Rachmel, Nir (Nir) wrote: > > > Hi, > > I am running PHP 5.2.3 as a statically compiled module for a web server > (appWeb, which is an embbeded apache-like server). > My platform is a ppc processor, running Windriver Linux. > > The problem I encounter is, that when printing many syslogs to the > system my web-server crashes. > > I have backtraced the problem to a specific call to a 'free' system call > in the syslog.c extension: > has anyone run into a same problem... or have any ideas as to how to > resolve this? I'm afraid there are not much Windriver Linux users here. Do you have GDB there and what does the backtrace look like? -- Wbr, Antony Dovgal