Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39975 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73116 invoked from network); 15 Aug 2008 07:55:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2008 07:55:48 -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:44581] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6E/58-27197-48635A84 for ; Fri, 15 Aug 2008 03:55:48 -0400 Received: from [192.168.3.254] (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTP id 63E9B640168; Fri, 15 Aug 2008 11:55:45 +0400 (MSD) Message-ID: <48A5367C.2050805@daylessday.org> Date: Fri, 15 Aug 2008 11:55:40 +0400 User-Agent: Thunderbird 2.0.0.12 (X11/20071114) MIME-Version: 1.0 To: Uwe Pries CC: internals@lists.php.net, dmitry@php.net References: <48A4A0F4.5050602@digartis.de> In-Reply-To: <48A4A0F4.5050602@digartis.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] TSRM/tsrm_virtual_cwd.* From: tony@daylessday.org (Antony Dovgal) On 15.08.2008 01:17, Uwe Pries wrote: > Hello internals, > > I use following configure script to build PHP 5.3.0alpha2-dev: > > #! /bin/sh > # > # Created by configure > > './configure' \ > '--with-apxs2=/usr/local/apache/current/bin/apxs' \ > '--with-config-file-path=/etc' \ > '--enable-maintainer-zts' \ > "$@" It just tried to reproduce this with prefork/worker apaches and PHP/ZTS, but no luck - it still works fine. I guess we'll need some more info. A backtrace would be very useful. First, please update your checkout and rebuild everything from scratch. Then do the following: gdb /usr/local/apache/current/bin/httpd gdb> b zend_error (it'll ask you if the function is expected to be in a not yet loaded lib, press Y) gdb> r -X (go the browser and refresh it, it should stop on the breakpoint) gdb> bt full (paste the output here) -- Wbr, Antony Dovgal