hi there...

just upgraded to

Apache/1.3.14 (Unix) Debian/GNU PHP/3.0.18 mod_perl/1.24_01

and now php-scripts containing any fopen-commands result in
segmentation fault or document contains no data.
the test.php works fine and shows no irregularities (IMHO).

so i ran gdb and got the following backtrace:

Program received signal SIGSEGV, Segmentation fault.
0x40182e9d in inet_aton () from /lib/libc.so.6
(gdb) bt
#0  0x40182e9d in inet_aton () from /lib/libc.so.6
#1  0x4034ff05 in lookup_hostname () from /usr/lib/apache/1.3/libphp3.so
#2  0x4033fdf8 in php3_fopen_with_path () from /usr/lib/apache/1.3/libphp3.so
#3  0x4033f853 in php3_fopen_wrapper () from /usr/lib/apache/1.3/libphp3.so
#4  0x4034a20c in php3_fopen () from /usr/lib/apache/1.3/libphp3.so
#5  0x4037b69b in phpparse () from /usr/lib/apache/1.3/libphp3.so
#6  0x40335a1a in _php3_build_argv () from /usr/lib/apache/1.3/libphp3.so
#7  0x40335d3e in apache_php3_module_main ()
   from /usr/lib/apache/1.3/libphp3.so
#8  0x40332a96 in send_php3 () from /usr/lib/apache/1.3/libphp3.so
#9  0x40332b3e in send_parsed_php3 () from /usr/lib/apache/1.3/libphp3.so
#10 0x80540a4 in ap_invoke_handler ()
#11 0x8062d6c in ap_some_auth_required ()
#12 0x8062dc8 in ap_process_request ()
#13 0x805caa9 in ap_child_terminate ()
#14 0x805cc3c in ap_child_terminate ()
#15 0x805cd59 in ap_child_terminate ()
#16 0x805d20b in ap_child_terminate ()
#17 0x805d8cd in main ()
#18 0x400cfdcc in __libc_start_main () from /lib/libc.so.6

I really don't have a clue, what's wrong since everything was fine
with Apache 1.3.12 + php 3.0.16...

I'd be glad for any advice.

Thx,

Timo
-- 
aka tē .oO http://www.trinks.net/cv.php Oo.


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to