Hello there

I installed midgard 1.5.0 on a debian woody box with mysql 4 and php 4.3
from dotdeb.org (I also tried with mysql 4 from backports.org and the official woody php - didn't work either). While asgard seems to work, everytime I try to access phpmyadmin on the same machine, apache segfaults ("[notice] child pid 5922 exit signal Segmentation fault (11)").
I also tried with the official mysql 3 which ships with debian and it worked just fine. The system is, however, supposed to run mysql 4.


The following packages and their versions might be relevant:

apache                  1.3.26-0woody3
apache-common           1.3.26-0woody3
apache-dev              1.3.26-0woody3
libdbd-mysql-perl       1.2216-2
libmysqlclient-dev      4.0.18-1dotdeb
libmysqlclient10        3.23.49-8.6
libmysqlclient12        4.0.18-1dotdeb
mysql-client            4.0.18-1dotdeb
mysql-common            4.0.18-1dotdeb
mysql-server            4.0.18-1dotdeb
php4-mysql              4.3.6-1.dotdeb.1
php4                    4.3.6-1.dotdeb.1
php4-dev                4.3.6-1.dotdeb.1
php4-cgi                4.3.6-1.dotdeb.1
php4-mysql              4.3.6-1.dotdeb.1
phpmyadmin              2.2.3-1

libmysqlclient10 seems not to fit but libdbd-mysql-perl depends on it - might that be a problem? There doesn't seem to be package for libdbd-mysql-perl which uses libmysqlclient12.


Finally, here's what gdb has to say about this:

Program received signal SIGSEGV, Segmentation fault.
0x40146a3b in free () from /lib/libc.so.6
(gdb) where
#0 0x40146a3b in free () from /lib/libc.so.6
#1 0x40670d13 in my_no_flags_free () from /usr/lib/libmysqlclient.so.12
#2 0x4066d727 in mysql_close () from /usr/lib/libmysqlclient.so.12
#3 0x426fa731 in get_module () from /usr/lib/php4/20020429/mysql.so
#4 0x4036d18d in list_entry_destructor () from /usr/lib/apache/1.3/libphp4.so
#5 0x4036bf2c in zend_hash_clean () from /usr/lib/apache/1.3/libphp4.so
#6 0x4036c080 in zend_hash_graceful_reverse_destroy ()
from /usr/lib/apache/1.3/libphp4.so
#7 0x4036d2de in zend_destroy_rsrc_list () from /usr/lib/apache/1.3/libphp4.so
#8 0x4035e9b3 in shutdown_executor () from /usr/lib/apache/1.3/libphp4.so
#9 0x40367622 in zend_deactivate () from /usr/lib/apache/1.3/libphp4.so
#10 0x4033d5eb in php_request_shutdown () from /usr/lib/apache/1.3/libphp4.so
#11 0x403802bb in apache_php_module_main () from /usr/lib/apache/1.3/libphp4.so
#12 0x40380e7e in apache_php_module_main () from /usr/lib/apache/1.3/libphp4.so
#13 0x40380ee5 in apache_php_module_main () from /usr/lib/apache/1.3/libphp4.so
#14 0x08053ab4 in ap_invoke_handler ()
#15 0x0806342c in ap_some_auth_required ()
#16 0x08063488 in ap_process_request ()
#17 0x0805cc6b in ap_child_terminate ()
#18 0x0805cdfc in ap_child_terminate ()
#19 0x0805cf19 in ap_child_terminate ()
#20 0x0805d3f5 in ap_child_terminate ()
#21 0x0805dafd in main ()
#22 0x400f114f in __libc_start_main () from /lib/libc.so.6



I hope somebody can tell me what's wrong there.

Regards
Stefan Ott
--
----------------------------------------------------------------
simplicity gmbh
ringstrasse 39         www.simple.ch       tel: +41 61 721 50 40
ch-4106 therwil                            fax: +41 61 721 50 41
----------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to