Hi Piotras,
On Wed, Jun 05, 2002 at 11:51:01AM +0200, pp wrote:
> ok, did You try gdb?
Let's go:
- - - - 8< - - - -
(gdb) run -X
Starting program: /usr/sbin/apache -X
(no debugging symbols found)...(no debugging symbols found)...
...
...
(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0x4052296f in mysql_free_result () from /usr/lib/libmysqlclient.so.10
(gdb) backtrace
#0 0x4052296f in mysql_free_result () from /usr/lib/libmysqlclient.so.10
#1 0x40575f7a in mgd_release (res=0x8224518) at midgard.c:1285
#2 0x425bb751 in _midgard_list_fetch_dtor (rsrc=0x82121e4) at midgard.c:358
#3 0x403ba81d in list_entry_destructor () from /usr/lib/apache/1.3/libphp4.so
#4 0x403b968c in zend_hash_clean () from /usr/lib/apache/1.3/libphp4.so
#5 0x403b9893 in zend_hash_apply_with_argument ()
from /usr/lib/apache/1.3/libphp4.so
#6 0x403bab24 in zend_destroy_rsrc_list () from /usr/lib/apache/1.3/libphp4.so
#7 0x403b9882 in zend_hash_apply_with_argument ()
from /usr/lib/apache/1.3/libphp4.so
#8 0x403bab71 in zend_clean_module_rsrc_dtors ()
from /usr/lib/apache/1.3/libphp4.so
#9 0x403b7a60 in module_destructor () from /usr/lib/apache/1.3/libphp4.so
#10 0x403b968c in zend_hash_clean () from /usr/lib/apache/1.3/libphp4.so
#11 0x403b9817 in zend_hash_apply () from /usr/lib/apache/1.3/libphp4.so
#12 0x403b47c8 in zend_deactivate_modules ()
from /usr/lib/apache/1.3/libphp4.so
#13 0x403c1a4d in php_request_shutdown () from /usr/lib/apache/1.3/libphp4.so
#14 0x403becb3 in apache_php_module_main () from /usr/lib/apache/1.3/libphp4.so
#15 0x403bf75e in php_restore_umask () from /usr/lib/apache/1.3/libphp4.so
#16 0x403bf7c5 in php_restore_umask () from /usr/lib/apache/1.3/libphp4.so
#17 0x08053a04 in ap_invoke_handler ()
#18 0x0806315c in ap_some_auth_required ()
---Type <return> to continue, or q <return> to quit---
#19 0x080631b8 in ap_process_request ()
#20 0x0805cb1b in ap_child_terminate ()
#21 0x0805ccac in ap_child_terminate ()
#22 0x0805cdc9 in ap_child_terminate ()
#23 0x0805d2a5 in ap_child_terminate ()
#24 0x0805d99d in main ()
#25 0x400f217f in __libc_start_main () from /lib/libc.so.6
(gdb)
- - - - 8< - - - -
Does not look very familiar to me, does this help you?
Nico.
--
"Smile, it makes people wonder what you are thinking."
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]