Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16071 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51223 invoked by uid 1010); 25 Apr 2005 08:35:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51162 invoked from network); 25 Apr 2005 08:35:49 -0000 Received: from unknown (HELO 21cn...) (127.0.0.1) by localhost with SMTP; 25 Apr 2005 08:35:49 -0000 X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:27308] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 1.2.12rc1 r(5476:5477)) with SMTP id 36/9A-22714-FDBAC624 for ; Mon, 25 Apr 2005 04:35:47 -0400 Received: from palestine (palestine.intra.emini.dk [10.0.0.18]) by gw2.emini.dk (Postfix) with SMTP id A59C367F2D; Mon, 25 Apr 2005 10:35:23 +0200 (CEST) Message-ID: <00dc01c54971$b92ddd50$1200000a@intra.emini.dk> To: , "Sebastian Bergmann" References: Date: Mon, 25 Apr 2005 10:35:23 +0200 Organization: Emini ApS MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1478 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Subject: Re: [PHP-DEV] Segfault in HEAD with PHPUnit2 From: edink@emini.dk ("Edin Kadribasic") Hi Sebastian, You can configure PHP with --enable-debug-pack which will compile release version of the binaries with external debug symbols. Edin ----- Original Message ----- From: "Sebastian Bergmann" To: Sent: Saturday, April 23, 2005 10:36 AM Subject: [PHP-DEV] Segfault in HEAD with PHPUnit2 > When I run PHPUnit2's own testsuite with a Release_TS build of > PHP 5.1.0-CVS I get a segfault (no backtrace since no symbols) on > shutdown. > > When I run the same PHP sources with a Debug_TS build of PHP 5.1.0-CVS I > do not get a segfault but messages like this > > [Sat Apr 23 10:31:14 2005] Script: 'Tests/AllTests.php' > > during shutdown. > > I will try to reproduce this behaviour on Linux now and will report > back if I can get a usable GDB / Valgrind trace. > > -- > Sebastian Bergmann http://www.sebastian-bergmann.de/ > GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > >