Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16348 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88260 invoked by uid 1010); 31 May 2005 17:56:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 71807 invoked from network); 31 May 2005 17:36:11 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 31 May 2005 17:36:11 -0000 X-Host-Fingerprint: 209.202.205.1 waltham-nat.ma.lycos.com Received: from ([209.202.205.1:17482] helo=localhost.localdomain) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id FD/AB-53744-860AC924 for ; Tue, 31 May 2005 13:35:36 -0400 Message-ID: To: internals@lists.php.net Date: Tue, 31 May 2005 13:34:40 -0400 Reply-To: jhannus.hannus@lycos-inc.com Organization: Lycos Inc. User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 209.202.205.1 Subject: Segfault in PDO_ODBC w/db2 v7.2 From: jhannus@php.net (Justin Hannus) I'm getting a segfault from PDO_ODBC compiled with IBM-DB2v7.2. Seems like its happening somewhere in the shutdown process. Here's a backtrace, a wierd one but thats all gdb gives me. bt: #0 0x012c8a2c in ?? () #1 0x00b205d7 in exit () from /lib/tls/libc.so.6 #2 0x00b0ae3d in __libc_start_main () from /lib/tls/libc.so.6 #3 0x0807538d in _start () offending code: When pdo_odbc.so is commented out of my ini file the segfault goes away. I'm using php-5.0.4, PDO-0.3 (static) and PDO_ODBC-0.2 (shared) with IBM-DB2v7.2 on CentOS Linux 2.6.9. Also, in another post i sent to pecl.dev, I'm not even sure if PDO_ODBC supports IBM-DB2v7.2. Can someone confirm this? Justin Hannus Software Engineer | Lycos Inc. justin.hannus@lycos-inc.com