Hi,
everytime I request a phpscript form my Apache I got an segmentation fault 11 in
apaches errorlog.
System is:
Apache 1.3.22, PHP 4.1.1, SuSE Linux 7.2 (2.2.19)
The backtrace:
(gdb) run -X
Starting program: /usr/local/apache/bin/httpd -X
Program received signal SIGSEGV, Segmentation fault.
0x80bdafc in ap_table_setn ()
(gdb) bt
#0 0x80bdafc in ap_table_setn ()
#1 0x80671be in execute ()
#2 0x40362b84 in zend_execute_scripts (type=8, retval=0x0, file_count=3)
at zend.c:814
#3 0x40376091 in php_execute_script (primary_file=0xbffff4d8) at main.c:1307
#4 0x40370a40 in apache_php_module_main (r=0x82a28c8, display_source_mode=0)
at sapi_apache.c:90
#5 0x403719c0 in send_php (r=0x82a28c8, display_source_mode=0,
filename=0x82a4400 "/www/htdocs/info.php") at mod_php4.c:575
#6 0x40371a43 in send_parsed_php (r=0x82a28c8) at mod_php4.c:590
#7 0x80c2089 in ap_invoke_handler ()
#8 0x80d813f in process_request_internal ()
#9 0x80d81b2 in ap_process_request ()
#10 0x80cec96 in child_main ()
#11 0x80cee75 in make_child ()
#12 0x80ceff6 in startup_children ()
#13 0x80cf69d in standalone_main ()
#14 0x80cff1c in main ()
#15 0x400a5c6f in __libc_start_main () from /lib/libc.so.6
(gdb)
Can someone tell me what's going wrong?
Heiko
--
PHP General 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]