[PHP-DEV] PHP/Apache Seg Faulting From: kdorff (kdorff <email protected>)
Date: 09/01/99

I know you may not be the person to ask, but I am not sure who to ask, so I am asking you, per the FAQ.

I am using PHPLIB "showoff.php3" script to login and I am getting a segfault from apache (I am using PHP as a mod, php v3.0.11). I recompiled both PHP and Apache with debug turned on (-g) and ran gdb as specified in the FAQ and did a backtrace. The crash is occuring in /lib/libc.so.6 the bt shows the following:

#0 0x400c9ba4 in chunk_free() from /lib/libc.so.6
#1 0x401635e0 in __DTOR_END__ () from /lib/libc.so.6

PHP is working with simple stuff including rudimentary pgsql access (and simple phplib access), but the crash is occuring during the login.

Is there anything I can do to get more info, provide more info to you?
Kevin