[PHP-DEV] PHP 4.0 Bug #6779: Apache crashes on start-up From: gwu <email protected>
Date: 09/16/00

From: gwu <email protected>
Operating system: Debian Linux (2.2.17 kernel)
PHP version: 4.0.2
PHP Bug Type: Apache related
Bug description: Apache crashes on start-up

I am running Apache 3.1.12, PostgreSQL 7.2 and php 4.0.2 with PostgresSQL support. Apaches crashes on start-up. I configure
php with the following command:

./configure --with-pgsql --with-apxs=/usr/local/apache/bin/apxs

The GDB trace of Apache:

#0 0x4000a42d in ()
#1 0x4016ef0f in ()
#2 0x400a43b7 in dlopen ()
#3 0x4000a135 in ()
#4 0x400a493e in dlerror ()
#5 0x400a43dd in dlclose ()
#6 0x8070dd6 in ap_os_dso_unload ()
#7 0x804f279 in unload_module ()
#8 0x8051209 in run_cleanups ()
#9 0x804f8b3 in ap_clear_pool ()
#10 0x806044c in standalone_main ()
#11 0x8060dac in main ()
#12 0x400c0a42 in ()

  This seems be the same trace reported in bug report 6686 but I am
not using MySQL.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>