You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/08/27 20:47:12 UTC

DO NOT REPLY [Bug 12100] New: - Program received signal SIGSEGV, Segmentation fault.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12100>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12100

Program received signal SIGSEGV, Segmentation fault.

           Summary: Program received signal SIGSEGV, Segmentation fault.
           Product: Apache httpd-2.0
           Version: 2.0.40
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Other Modules
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: wahibn@hotmail.com


Running Apache 2.0.40 or previous versions work fine as long as I'm not adding 
PHP support with it. If module "libphp4.so" is compiled and added into the 
Apache configuration file, then nothing work and Apache refuse to start (no 
process). Here is the output of the command "gdb httpd":

Program received signal SIGSEGV, Segmentation fault.
0x005434bd in virtual_file_ex () from /etc/httpd/modules/libphp4.so
(gdb) where
#0  0x005434bd in virtual_file_ex () from /etc/httpd/modules/libphp4.so
#1  0x004a0052 in expand_filepath () from /etc/httpd/modules/libphp4.so
#2  0x0049f346 in php_fopen_and_set_opened_path () 
from /etc/httpd/modules/libphp4.so
#3  0x0049fbcf in php_fopen_with_path () from /etc/httpd/modules/libphp4.so
#4  0x004a069b in php_init_config () from /etc/httpd/modules/libphp4.so
#5  0x0049ceb1 in php_module_startup () from /etc/httpd/modules/libphp4.so
#6  0x0049a068 in php_apache_server_startup () 
from /etc/httpd/modules/libphp4.so
#7  0x0806616a in ap_run_post_config ()
#8  0x0806b4b8 in main ()
#9  0x002cd3b2 in __libc_start_main () from /lib/libc.so.6

Regards,

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org