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/11/07 11:29:28 UTC

DO NOT REPLY [Bug 14336] New: - AIX 4.3.3/xlc (vac.C) 5.0.2.5 - httpd 2.0.43 core dumped

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=14336>.
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=14336

AIX 4.3.3/xlc (vac.C) 5.0.2.5 - httpd 2.0.43 core dumped

           Summary: AIX 4.3.3/xlc (vac.C) 5.0.2.5 - httpd 2.0.43 core dumped
           Product: Apache httpd-2.0
           Version: 2.0.43
          Platform: Other
        OS/Version: AIX
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: ai@vsu.ru


httpd 2.0.42 with the same config and httpd.conf is working ok.

Compile with or without _LINUX_SOURCE_COMPAT:

CC="cc_r -g -D_LINUX_SOURCE_COMPAT" \
CFLAGS="-qmaxmem=16384 -qarch=604 -qtune=604 -qinline -qsuppress=1500-036" \
CPPFLAGS="-D_LARGE_THREADS -DDEFAULT_THREAD_LIMIT=1024" \
./configure \
    --prefix=/opt/local/apache2 \
    --enable-mods-shared="access actions alias asis auth autoindex \
                          cgid charset-lite \
                          deflate dir \
                          env expires ext-filter \
                          file_cache \
                          headers \
                          imap include \
                          log_config \
                          mime mime_magic \
                          negotiation \
                          rewrite \
                          setenvif ssl status suexec \
                          unique-id userdir usertrack" \
    --enable-threads \
    --enable-http \
    --enable-so \
    --disable-ipv6 \
    --with-mpm=worker \
    --with-ssl=/usr/linux \
    --with-egd=/etc/entropy \
    \
    --with-suexec-caller=httpd \
    --with-suexec-uidmin=xxx \
    --with-suexec-gidmin=xxx \
    --with-suexec-docroot=/var/httpd/htdocs \
    --with-suexec-logfile=/var/httpd/logs/suexec_log


---------------------------------------------------------------------------------
# dbx ./httpd
Type 'help' for help.
reading symbolic information ...
(dbx) run

Segmentation fault in create_auth_dir_config at line 99 in file "" ($t1)
could not read "mod_auth.c"
(dbx) where
create_auth_dir_config(p = 0x200ea634, d = (nil)), line 99 in "mod_auth.c"
mod_auth.register_hooks(p = 0x20088470), line 343 in "mod_auth.c"
ap_register_hooks(0x200ea0d8, 0x20088470), line 439 in "config.c"
ap_add_module(0x200ea0d8, 0x20088470), line 510 in "config.c"
ap_add_loaded_module(0x200ea0d8, 0x20088470), line 565 in "config.c"
load_module(0x2ff227c0, 0x2ff206ec, 0x200ba660, 0x200ba670), line 323 in
"mod_so.c"
invoke_cmd(0x200668f0, 0x2ff227c0, 0x2ff206ec, 0x2ff20792), line 739 in
"config.c"
execute_now(0x200ba610, 0x2ff20773, 0x2ff227c0, 0x20088470, 0x200b8170,
0x2ff206ec, 0x0), line 1345 in "config.c"
unnamed block $b88, line 942 in "config.c"
ap_build_config_sub(0x20088470, 0x200b8170, 0x2ff20768, 0x2ff227c0, 0x2ff20760,
0x2ff20764, 0x20065598), line 942 in "config.c"
ap_build_config(0x2ff227c0, 0x20088470, 0x200b8170, 0x20065598), line 1149 in
"config.c"
ap_process_resource_config(0x200a6230, 0x200a69a0, 0x20065598, 0x20088470,
0x200b8170), line 1554 in "config.c"
ap_read_config(0x200864e0, 0x200b8170, 0x2005b600, 0x20065598), line 1832 in
"config.c"
main(argc = 1, argv = 0x2ff22ab0), line 557 in "main.c"

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