Edit report at http://bugs.php.net/bug.php?id=19079&edit=1
ID: 19079 Comment by: fmn2010 at gmail dot com Reported by: brentwsmith at yahoo dot com Summary: Document Contains No Data Status: Closed Type: Bug Package: Apache related Operating System: Solaris x86 PHP Version: 4.2.2 Block user comment: N Private report: N New Comment: fgujgfjghjghjgh Previous Comments: ------------------------------------------------------------------------ [2002-09-21 02:05:44] [email protected] No feedback, and should be fixed. ------------------------------------------------------------------------ [2002-08-23 18:45:10] [email protected] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip ------------------------------------------------------------------------ [2002-08-23 18:40:10] brentwsmith at yahoo dot com Just compiled 4.2.2 with apache 1.3.26, but get "'Document Contains No Data" whenever I load a document. Here is the configure statement I used: ./configure --prefix=/usr/local/php \ --with-config-file-path=/usr/local/php \ --with-apxs=/usr/local/apache/bin/apxs \ --enable-track-vars \ --enable-magic-quotes \ --enable-debugger \ --with-mysql=/usr/local/mysql \ --mandir=/usr/local/man I did a gdb backtrace also: # gdp httpd gdp: not found # gdb httpd GNU gdb 5.0 Copyright 2000 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-pc-solaris2.8"... (gdb) kill The program is not being run. (gdb) run -X -f /usr/local/apache/conf/httpd.conf Starting program: /usr/local/apache/bin/httpd -X -f /usr/local/apache/conf/httpd.conf [New LWP 1] [New LWP 2] [New LWP 3] [New LWP 4] Program received signal SIGSEGV, Segmentation fault. 0xdf866d66 in php_xbithack_handler (r=0x82badf8) at mod_php4.c:777 777 conf = (php_apache_info_struct *) get_module_config(r->per_dir_config, &php4_module); (gdb) bt #0 0xdf866d66 in php_xbithack_handler (r=0x82badf8) at mod_php4.c:777 #1 0x80abf65 in ap_invoke_handler () #2 0x80c04b7 in process_request_internal () #3 0x80c08c9 in ap_internal_redirect () #4 0x80a1126 in handle_dir () #5 0x80abf65 in ap_invoke_handler () #6 0x80c04b7 in process_request_internal () #7 0x80c0516 in ap_process_request () #8 0x80b78c3 in child_main () #9 0x80b7a6c in make_child () #10 0x80b7bd7 in startup_children () #11 0x80b81cb in standalone_main () #12 0x80b8a02 in main () #13 0x806b831 in _start () (gdb) frame 0 #0 0xdf866d66 in php_xbithack_handler (r=0x82badf8) at mod_php4.c:777 777 conf = (php_apache_info_struct *) get_module_config(r->per_dir_config, &php4_module); (gdb) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=19079&edit=1
