Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33422 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40778 invoked by uid 1010); 25 Nov 2007 14:37:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 40739 invoked from network); 25 Nov 2007 14:37:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2007 14:37:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=rachmel@avaya.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rachmel@avaya.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain avaya.com from 198.152.71.100 cause and error) X-PHP-List-Original-Sender: rachmel@avaya.com X-Host-Fingerprint: 198.152.71.100 de307622-de-outbound.net.avaya.com Received: from [198.152.71.100] ([198.152.71.100:45816] helo=de307622-de-outbound.net.avaya.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/10-39497-E8889474 for ; Sun, 25 Nov 2007 09:37:06 -0500 X-IronPort-AV: E=Sophos;i="4.21,463,1188792000"; d="scan'208";a="75773720" Received: from unknown (HELO nj300815-nj-erheast.avaya.com) ([198.152.6.5]) by de307622-de-outbound.net.avaya.com with ESMTP; 25 Nov 2007 09:31:10 -0500 X-IronPort-AV: E=Sophos;i="4.21,463,1188792000"; d="scan'208";a="127849183" Received: from unknown (HELO 307622ANEX5.global.avaya.com) ([135.64.140.16]) by nj300815-nj-erheast-out.avaya.com with ESMTP; 25 Nov 2007 09:30:29 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Sun, 25 Nov 2007 15:30:27 +0100 Message-ID: <11486DD9B957EA488E21C44BC8737EFC54A3CA@307622ANEX5.global.avaya.com> In-Reply-To: <4749854D.4050809@daylessday.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] FW: [PHP] PHP 5.2.3 segfault with syslog standard extension Thread-Index: AcgvbrdaLMpkXzuCTuSqUwnFd0e/7gAAMAAQ References: <11486DD9B957EA488E21C44BC8737EFC54A3A4@307622ANEX5.global.avaya.com> <4749854D.4050809@daylessday.org> To: "Antony Dovgal" Cc: Subject: RE: [PHP-DEV] FW: [PHP] PHP 5.2.3 segfault with syslog standard extension From: rachmel@avaya.com ("Rachmel, Nir (Nir)") Do you mean printing the 'tsrm_ls'? There is no 'basic_globals' symbol in the context of any of the frames I tried. Thanks, Nir.=20 -----Original Message----- From: Antony Dovgal [mailto:tony@daylessday.org]=20 Sent: Sunday, November 25, 2007 4:23 PM To: Rachmel, Nir (Nir) Cc: internals@lists.php.net Subject: Re: [PHP-DEV] FW: [PHP] PHP 5.2.3 segfault with syslog standard extension On 25.11.2007 16:26, Rachmel, Nir (Nir) wrote: > Here is a backtrace I extracted from the core: >=20 > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 859800816 (LWP 15194)] 0x0fcdfa60 in free () from > /lib/libc.so.6 > (gdb) bt > #0 0x0fcdfa60 in free () from /lib/libc.so.6 > #1 0x0f652630 in zif_openlog (ht=3D3, return_value=3D0x32838560,=20 > return_value_ptr=3D0x0, this_ptr=3D0x0, return_value_used=3D0, > tsrm_ls=3D0x104aee30) at It might also help if you print basic_globals contents: (gdb) p basic_globals -- Wbr, Antony Dovgal