[PHP-DEV] Bug #10780 Updated: apache segmentation fault with libphp4.so From: sniper <email protected>
Date: 05/10/01

ID: 10780
Updated by: sniper
Reported By: christoph.hofstetter <email protected>
Old-Status: Open
Status: Feedback
Bug Type: Apache related
Operating system:
PHP Version: 4.0.5
Assigned To:
Comments:

Which Apache version is this?
And obviously your libphp4.so is not configured
with --enable-debug..

Does it work without Oracel support?

--Jani

Previous Comments:
---------------------------------------------------------------------------

[2001-05-10 08:13:09] christoph.hofstetter <email protected>
backtrace:

Core was generated by `httpd'.
Program terminated with signal 11, Segmentation fault.
#0 0xd2ebbba4 in ap_register_cleanup ()
Setting up the environment for debugging gdb.
.gdbinit:5: Error in sourced command file:
Function "internal_error" not defined.
(gdb) bt
#0 0xd2ebbba4 in ap_register_cleanup ()
#1 0xd2ebd030 in php_create_dir ()
#2 0x10018634 in ap_single_module_configure ()
#3 0x10044918 in load_module ()
#4 0x1001607c in invoke_cmd ()
#5 0x10016f00 in ap_handle_command ()
#6 0x10016ff0 in ap_srm_command_loop ()
#7 0x100177e8 in ap_process_resource_config ()
#8 0x100184b8 in ap_read_config ()
#9 0x10006938 in main ()
#10 0x100001dc in __start ()

---------------------------------------------------------------------------

[2001-05-10 05:42:17] sniper <email protected>
Could you please generate a GDB backtrace?
First reconfigure with --enable-debug of course.

rm config.cache
./configure .. <your options + --enable-debug>
make clean
make
make install

and then try generating the backtrace.

--Jani

---------------------------------------------------------------------------

[2001-05-10 05:34:27] christoph.hofstetter <email protected>
when I try to restart Apache after installing PHP4_mod (libphp4.so), it dies:

/usr/local/apache/bin/apachectl[124]: 61546 Segmentation fault(coredump)

configure was run as follows:

./configure --with-oracle
--with-apxs=/usr/local/apache/bin/apxs
--with-oci8
--enable-discard-path
--without-mysql
--enable-track-vars

I tried this with Oracle 8.1.7 and 8.1.6, and also with PHP 4.0.4, same result.

do I do something wrong?

---------------------------------------------------------------------------

ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10780&edit=2

-- 
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>