Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14923 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55405 invoked by uid 1010); 14 Feb 2005 17:02:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 55166 invoked from network); 14 Feb 2005 17:02:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2005 17:02:30 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:51131] helo=mail.zend.com) by pb1.pair.com (ecelerity 1.2.11 (r4403)) with SMTP id 97/98-18098-4A9D0124 for ; Mon, 14 Feb 2005 12:02:29 -0500 Received: (qmail 25508 invoked from network); 14 Feb 2005 13:02:18 -0000 Received: from internal.zend.office (HELO armada) (10.1.1.1) by internal.zend.office with SMTP; 14 Feb 2005 13:02:18 -0000 Date: Mon, 14 Feb 2005 15:52:11 +0300 To: Wez Furlong Cc: internals@lists.php.net Message-ID: <20050214155211.0f41512b.antony@zend.com> In-Reply-To: <4e89b4260502111655215a94e8@mail.gmail.com> References: <4e89b4260502111655215a94e8@mail.gmail.com> X-Mailer: Sylpheed version 1.0.1 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [PECL-DEV] Please test PDO From: antony@zend.com (Antony Dovgal) On Fri, 11 Feb 2005 19:55:09 -0500 Wez Furlong wrote: > It's the weekend, time for relaxation and recreational hacking. > The perfect opportunity to give PDO a whirl :-) > > Please *do* try it out soon as you can; with PHP 5.1 beta due on the > first of March, it's really important to make sure that we don't have > any "brown-paper-bag" bugs sooner rather than later. Wez, PDO + PDO_OCI seems to be rather usable, BUT: I got segfault on shutdown everytime. The gdb bt looks senseless to me: Program received signal SIGSEGV, Segmentation fault. 0xb799ade0 in ?? () (gdb) bt #0 0xb799ade0 in ?? () #1 0x081d9d3f in main (argc=2, argv=0xbffff874) at /home/dev/php-src/sapi/cli/php_cli.c:1060 #2 0x420157a4 in __libc_start_main () from /lib/tls/libc.so.6 I tried to compile PDO itself as both static & dynamic, but I still get the very same segfault with the very same senseless bt. Is it a known bug or am I missing something ? Also, I failed to compile PDO_OCI statically, as it complains that PDO must be loaded first (I thought module loading order has been fixed in HEAD, no?). -- Wbr, Antony Dovgal aka tony2001