php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19079 Document Contains No Data
Submitted: 2002-08-23 18:40 UTC Modified: 2002-09-21 02:05 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: brentwsmith at yahoo dot com Assigned:
Status: Closed Package: Apache related
PHP Version: 4.2.2 OS: Solaris x86
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: brentwsmith at yahoo dot com
New email:
PHP Version: OS:

 

 [2002-08-23 18:40 UTC] 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) 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-23 18:45 UTC] derick@php.net
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-09-21 02:05 UTC] sniper@php.net
No feedback, and should be fixed.

 [2011-02-10 17:38 UTC] fmn2010 at gmail dot com
fgujgfjghjghjgh
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 17:01:29 2024 UTC