Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15669 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41906 invoked by uid 1010); 30 Mar 2005 01:11:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41887 invoked from network); 30 Mar 2005 01:11:46 -0000 Received: from unknown (HELO akbkhome.com) (127.0.0.1) by localhost with SMTP; 30 Mar 2005 01:11:46 -0000 X-Host-Fingerprint: 202.81.246.113 246-113.netfront.net Received: from ([202.81.246.113:57934] helo=akbkhome.com) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 11/5A-22409-FCCF9424 for ; Tue, 29 Mar 2005 20:11:44 -0500 Received: from [192.168.0.40] (helo=oxfam.localhost ident=alan) by akbkhome.com with esmtp (Exim 4.44) id 1DGRqZ-00085p-JR; Wed, 30 Mar 2005 09:18:16 +0800 To: Nick Loeve Cc: internals@lists.php.net In-Reply-To: <4249FC43.2020405@sputnikagency.com> References: <4249FC43.2020405@sputnikagency.com> Content-Type: text/plain Date: Wed, 30 Mar 2005 09:19:47 +0800 Message-ID: <1112145587.32081.0.camel@alan> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 Content-Transfer-Encoding: 7bit X-ACL-Warn: "cleared badlog" Subject: Re: [PHP-DEV] seg fault in zend_hash (with bt) From: alan@akbkhome.com (Alan Knowles) Is this the sqlite "build it with gawk" bug? Regards Alan On Wed, 2005-03-30 at 11:09 +1000, Nick Loeve wrote: > Sorry here is the BT from GDB > > (gdb) run > Starting program: /home/nick/Desktop/build-src/php-src/sapi/cli/php > [Thread debugging using libthread_db enabled] > [New Thread 1076758816 (LWP 13474)] > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 1076758816 (LWP 13474)] > zend_hash_merge_ex (target=0x82ecb30, source=0x98, > pCopyConstructor=0x81d63a0 , size=4, > pMergeSource=0x81c8510 , > pParam=0x0) at > /home/nick/Desktop/build-src/php-src/Zend/zend_hash.c:818 > 818 p = source->pListHead; > (gdb) bt > #0 zend_hash_merge_ex (target=0x82ecb30, source=0x98, > pCopyConstructor=0x81d63a0 , size=4, > pMergeSource=0x81c8510 , pParam=0x0) at > /home/nick/Desktop/build-src/php-src/Zend/zend_hash.c:818 > #1 0x081c85c9 in zend_do_implement_interface (ce=0x82eca98, iface=0x0) > at /home/nick/Desktop/build-src/php-src/Zend/zend_compile.c:2090 > #2 0x081db539 in zend_class_implements (class_entry=0x82eca98, > num_interfaces=2) at > /home/nick/Desktop/build-src/php-src/Zend/zend_API.c:1646 > #3 0x080f5944 in zm_startup_sqlite (type=1, module_number=4) at > /home/nick/Desktop/build-src/php-src/ext/sqlite/sqlite.c:1024 > #4 0x081da4c8 in zend_register_module_ex (module=0x82e9e20) at > /home/nick/Desktop/build-src/php-src/Zend/zend_API.c:1227 > #5 0x081a06b0 in php_startup_extensions (ptr=0x82a1e8c, count=152) at > /home/nick/Desktop/build-src/php-src/main/main.c:1269 > #6 0x0824561b in php_startup_internal_extensions () at > main/internal_functions_cli.c:72 > #7 0x081a0c80 in php_module_startup (sf=0x0, additional_modules=0x0, > num_additional_modules=152) at > /home/nick/Desktop/build-src/php-src/main/main.c:1452 > #8 0x0824458e in main (argc=1, argv=0xbffffac4) at > /home/nick/Desktop/build-src/php-src/sapi/cli/php_cli.c:632 > > -- > Nick Loeve > Sputnik Agency > > t: +613 953 44 333 > f: +613 953 44 833 > m: 0422 790 661 > w: www.sputnikagency.com > > Level One > 31 Greeves Street > St. Kilda 3182 > -- Alan Knowles