Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45988 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26610 invoked from network); 10 Nov 2009 13:55:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2009 13:55:27 -0000 X-Host-Fingerprint: 86.141.75.49 host86-141-75-49.range86-141.btcentralplus.com Received: from [86.141.75.49] ([86.141.75.49:1060] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/90-22977-AC079FA4 for ; Tue, 10 Nov 2009 08:55:22 -0500 Message-ID: <2C.90.22977.AC079FA4@pb1.pair.com> To: internals@lists.php.net Date: Tue, 10 Nov 2009 13:55:08 +0000 User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 86.141.75.49 Subject: No core file being created From: markskilbeck@gmail.com (Mark Skilbeck) I'm trying to debug a segfault that's occuring in an extension I'm developing (phpgksu - PHP wrapper for libgksu2). On the PHP site it says that if I have PHP configured with --enable-debug (which I do) then whenever PHP crashes a core file should be created in the same directory the file is executing. However, I do not see one. I've even run the command as sudo ($ sudo php /file.php) to make sure PHP has the permissions to write the file. Any ideas?