Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19099 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98742 invoked by uid 1010); 20 Sep 2005 00:10:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98727 invoked from network); 20 Sep 2005 00:10:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Sep 2005 00:10:11 -0000 X-Host-Fingerprint: 67.78.11.229 daleenterprise.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (1) Received: from ([67.78.11.229:55249] helo=daleenterprise.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 6B/E2-43379-3635F234 for ; Mon, 19 Sep 2005 20:10:11 -0400 Received: from localhost (localhost [127.0.0.1]) by daleenterprise.com (Postfix) with ESMTP id 4FC57D7E78F for ; Mon, 19 Sep 2005 20:10:07 -0400 (EDT) Received: from daleenterprise.com ([127.0.0.1]) by localhost (daleenterprise.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03157-17 for ; Mon, 19 Sep 2005 20:10:06 -0400 (EDT) Received: from [10.1.100.20] (relay.mustangrestomods.com [67.78.11.226]) by daleenterprise.com (Postfix) with ESMTP id 6A627D7E781 for ; Mon, 19 Sep 2005 20:10:06 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v734) Content-Transfer-Encoding: 7bit Message-ID: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: php dev Date: Mon, 19 Sep 2005 20:10:05 -0400 X-Mailer: Apple Mail (2.734) MTA-Interface: amavisd-new-2.3.3 (20050822) at daleenterprise.com X-Spam-Scanned: using SpamAssassin 3.1.0 (2005-09-13) at daleenterprise.com X-Virus-Scanned: using Clamav 0.86.2 (2005-07-25) at daleenterprise.com Subject: assistance debuging PHP required. From: info@daleenterprise.com ("D. Walsh") I've been building for some time without incident however, when I include a module apache crashes. I have gdb and while I can start apache with it, when it does crash I'm lost because I don't know what to do. I've build the offending lilbrary with "-ggdb" and enabled debug in PHP as directed in the debug erraat at php.net. My OS is Darwin/Mac OSX 10.4.2. I've spoken to the person who wrote the library that is causing the problem but he claims that it's not his software that is at fault and frankly that is moot. It could be the extension code but the person who wrote it said he couldn't help because he no longer supports it. I know a little about programming and fixed a couple of minor issues with initialization of the library (what was noticeable that I could figure out). Can someone help me resolve this issue please. I can follow your specific instructions or allow you full access to the server in question. -- Dale