Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14938 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35446 invoked by uid 1010); 14 Feb 2005 22:46:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 35425 invoked from network); 14 Feb 2005 22:46:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2005 22:46:05 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:60674] helo=mail.zend.com) by pb1.pair.com (ecelerity 1.2.11rc1 (r4431)) with SMTP id 54/F0-26408-B2A21124 for ; Mon, 14 Feb 2005 17:46:04 -0500 Received: (qmail 27527 invoked from network); 14 Feb 2005 22:45:58 -0000 Received: from internal.zend.office (HELO armada) (10.1.1.1) by internal.zend.office with SMTP; 14 Feb 2005 22:45:58 -0000 Date: Tue, 15 Feb 2005 01:35:50 +0300 To: Wez Furlong Cc: internals@lists.php.net Message-ID: <20050215013550.127043bb.antony@zend.com> In-Reply-To: <4e89b426050214143245fe5c8d@mail.gmail.com> References: <4e89b4260502111655215a94e8@mail.gmail.com> <20050214155211.0f41512b.antony@zend.com> <4e89b426050214072958a78fa@mail.gmail.com> <20050215011658.24c3fd57.antony@zend.com> <4e89b426050214143245fe5c8d@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: [PHP-DEV] Re: [PECL-DEV] Please test PDO From: antony@zend.com (Antony Dovgal) On Mon, 14 Feb 2005 17:32:42 -0500 Wez Furlong wrote: > On Tue, 15 Feb 2005 01:16:58 +0300, Antony Dovgal > wrote: > > > > Wez, PDO + PDO_OCI seems to be rather usable, BUT: > > > > I got segfault on shutdown everytime. > > > Nope, this is something different.. > > Could you look into it, plz? > > Backtrace? the same: 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 (gdb) The program is running. Exit anyway? (y or n) y the code: PDO is compiled statically, PDO_OCI - as shared module. I'm using today's HEAD. Oracle9i Enterprise Edition Release 9.2.0.1.0 (don't think it can cause it). If you have any other questions - just ask =) -- Wbr, Antony Dovgal aka tony2001 antony@zend.com