Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36934 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59867 invoked from network); 11 Apr 2008 09:27:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Apr 2008 09:27:05 -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:46757] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C6/41-51386-6EE2FF74 for ; Fri, 11 Apr 2008 05:27:03 -0400 Received: from [192.168.3.91] (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTP id EE9896400F2; Fri, 11 Apr 2008 13:26:58 +0400 (MSD) Message-ID: <47FF2EE1.403@daylessday.org> Date: Fri, 11 Apr 2008 13:26:57 +0400 User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: Michael B Allen CC: internals@lists.php.net References: <78c6bd860804101019p47829b34k46176bfbc5afe9a5@mail.gmail.com> In-Reply-To: <78c6bd860804101019p47829b34k46176bfbc5afe9a5@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] FPE in ld-linux-x86-64.so loading custom extension From: tony@daylessday.org (Antony Dovgal) On 10.04.2008 21:19, Michael B Allen wrote: > Can anyone recommend a method for debugging this issue? I'd start with --enable-debug and valgrind. > It seems to be this one particular server. I have not been able to > reproduce the issue here. What's the difference between this server and the others? Do the others use different Apache version/build? Other architecture maybe? LD version? I've seen problems with native Apache on SuSE because they seem to add -D_FILE_OFFSET_BITS=64 to CFLAGS, which changes size of many internal structs. -- Wbr, Antony Dovgal