Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29318 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82884 invoked by uid 1010); 8 May 2007 09:55:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82866 invoked from network); 8 May 2007 09:55:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 May 2007 09:55:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:33683] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A5/A6-10930-31940464 for ; Tue, 08 May 2007 05:55:33 -0400 Received: (qmail 9818 invoked from network); 8 May 2007 09:55:27 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 8 May 2007 09:55:27 -0000 Message-ID: <46404914.1010701@zend.com> Date: Tue, 08 May 2007 13:55:32 +0400 User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 To: Oliver Block CC: internals@lists.php.net References: <200705080336.11411.lists@block-online.eu> <46403301.8000905@zend.com> <200705081151.36313.lists@block-online.eu> In-Reply-To: <200705081151.36313.lists@block-online.eu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] apache2handler/SIGSEGV with apache2 (prefork) From: antony@zend.com (Antony Dovgal) On 05/08/2007 01:51 PM, Oliver Block wrote: > Hello Tony, > > according to my backtrace, this line (main/main.c:1491) is not processed. How to reproduce it? > 366 if (PG(expose_php)) { > (gdb) p core_globals_id > $4 = 0 > > The backtrace follows: > > Program received signal SIGSEGV, Segmentation fault. > 0x40bb4449 in php_apache_add_version (p=0x80a40a8) > at /usr/local/src/php-5.2.2/sapi/apache2handler/sapi_apache2.c:366 > 366 if (PG(expose_php)) { > (gdb) bt full > #0 0x40bb4449 in php_apache_add_version (p=0x80a40a8) > at /usr/local/src/php-5.2.2/sapi/apache2handler/sapi_apache2.c:366 > tsrm_ls = (void ***) 0x83a19b0 > #1 0x40bb4537 in php_apache_server_startup (pconf=0x80a40a8, plog=0x80ce150, > ptemp=0x80d0158, s=0x80be308) > at /usr/local/src/php-5.2.2/sapi/apache2handler/sapi_apache2.c:417 > data = (void *) 0x1 > userdata_key = 0x40c704e7 "apache2hook_post_config" > #2 0x080691fd in ap_run_post_config () > No symbol table info available. > #3 0x0806f622 in main () > No symbol table info available. -- Wbr, Antony Dovgal