ID: 26796 Updated by: [EMAIL PROTECTED] Reported By: arjen at glas dot its dot tudelft dot nl -Status: Open +Status: Feedback Bug Type: SQLite related Operating System: Linux (gentoo 1.4) PHP Version: 5CVS-2004-01-05 (dev) New Comment:
Could you please compile PHP with debug symbols and try again. That would make the backtrace much more informative. Previous Comments: ------------------------------------------------------------------------ [2004-01-05 13:05:27] arjen at glas dot its dot tudelft dot nl Description: ------------ I just did a default install of today's php-snapshot (php5-200401051230) in my apache2 and when a script came to its pg_connect, to open a postgresql connection, it segfaulted. When I tried to debug that in gdb I saw a few sqlite-functions being mentioned, so I disabled the sqlite-extension and my scripts work perfectly now. This issue was not there in php-5b3 and a snapshot of 22-12-2003 Actual result: -------------- Below is the backtrace I got from gdb, when loading a single threaded debug apache (apache2 -X) Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 6588)] 0x4055bc0a in php_sqlite_callback_invalidator () from /etc/apache2/lib/apache2/libphp5.so (gdb) bt #0 0x4055bc0a in php_sqlite_callback_invalidator () from /etc/apache2/lib/apache2/libphp5.so #1 0x4064479c in zend_hash_apply () from /etc/apache2/lib/apache2/libphp5.so #2 0x4055abc4 in php_sqlite_forget_persistent_id_numbers () from /etc/apache2/lib/apache2/libphp5.so #3 0x4064479c in zend_hash_apply () from /etc/apache2/lib/apache2/libphp5.so #4 0x40555eb2 in zm_deactivate_sqlite () from /etc/apache2/lib/apache2/libphp5.so #5 0x40641037 in module_registry_cleanup () from /etc/apache2/lib/apache2/libphp5.so #6 0x4064479c in zend_hash_apply () from /etc/apache2/lib/apache2/libphp5.so #7 0x4063da10 in zend_deactivate_modules () from /etc/apache2/lib/apache2/libphp5.so #8 0x40605d89 in php_request_shutdown () from /etc/apache2/lib/apache2/libphp5.so #9 0x40666658 in php_handler () from /etc/apache2/lib/apache2/libphp5.so #10 0x080686b2 in ap_invoke_handler () #11 0x08065a2b in ap_process_request () #12 0x08060c7b in _start () #13 0x08072f85 in ap_process_connection () #14 0x0806818b in ap_graceful_stop_signalled () #15 0x0806755e in ap_graceful_stop_signalled () #16 0x08066e74 in ap_mpm_run () #17 0x0806e0e2 in main () #18 0x402f494c in __libc_start_main () from /lib/libc.so.6 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26796&edit=1