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 2003/12/04 12:48:01 UTC

DO NOT REPLY [Bug 25198] New: - mod_proxy coredumps in proxy_fixup(), mod_proxy.c:279

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

mod_proxy coredumps in proxy_fixup(), mod_proxy.c:279

           Summary: mod_proxy coredumps in proxy_fixup(), mod_proxy.c:279
           Product: Apache httpd-2.0
           Version: 2.0.48
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: mod_proxy
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: tom@izb.net


I configured httpd-2.0.48 with mod_proxy as intranet proxy server. When
connecting to http://www.mydrive.netapp-web.com/ httpd child coredumps on every
graphic load attempt. Graphics from other sites are working.

I'm using SunOS 5.9 (Solaris9) on an E2/sparc.

gcc -v:
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.2.2/specs
Configured with: ../configure --disable-nls --with-ld=/usr/ccs/bin/ld
--with-as=/usr/ccs/bin/as
Thread model: posix
gcc version 3.2.2


httpd configure command:
./configure --enable-mods-shared=all --enable-file-cache=shared
--enable-cache=shared --enable-disk-cache=shared --enable-mem-cache=shared
--enable-ext-filter=shared --enable-deflate=shared --enable-logio=shared
--enable-unique-id=shared --enable-proxy=shared --enable-proxy-connect=shared
--enable-proxy-ftp=shared --enable-proxy-http=shared --enable-ssl=shared
--enable-cgi=shared --enable-dav-fs=shared --enable-vhost-alias=shared
--enable-rewrite=shared --with-mpm=worker 

gdb backtrace:
tlin@shgate: $ gdb /usr/local/apache2/bin/httpd core 
GNU gdb 5.0
[..]
This GDB was configured as "sparc-sun-solaris2.8"...
Core was generated by `/usr/local/apache2/bin/httpd -f /home/tlin/.ap2/proxy.conf'.
Program terminated with signal 9, Killed.
[..]
#0  0xfecf1934 in memcmp () from /usr/platform/SUNW,Ultra-2/lib/libc_psr.so.1
(gdb) bt
#0  0xfecf1934 in memcmp () from /usr/platform/SUNW,Ultra-2/lib/libc_psr.so.1
#1  0xfeb8279c in proxy_fixup (r=0x173250) at mod_proxy.c:279
#2  0x4966c in ap_run_fixups (r=0x173250) at request.c:114
#3  0x49e74 in ap_process_request_internal (r=0x173250) at request.c:286
#4  0x2f378 in ap_process_request (r=0x173250) at http_request.c:286
#5  0x2a844 in ap_process_http_connection (c=0x14f548) at http_core.c:293
#6  0x3deb4 in ap_run_process_connection (c=0x14f548) at connection.c:85
#7  0x30690 in process_socket (p=0x14f420, sock=0x14f458, my_child_num=0,
my_thread_num=8, bucket_alloc=0x171210) at worker.c:632
#8  0x30dd4 in worker_thread (thd=0x11ada0, dummy=0x14f420) at worker.c:946
#9  0xff0546b8 in dummy_worker (opaque=0x11ada0) at thread.c:127


error_log:
[Thu Dec 04 12:12:14 2003] [notice] child pid 2943 exit signal Segmentation
fault (11)
[Thu Dec 04 12:12:14 2003] [notice] child pid 2942 exit signal Segmentation
fault (11)
[Thu Dec 04 12:12:15 2003] [notice] child pid 2945 exit signal Segmentation
fault (11)
[Thu Dec 04 12:12:15 2003] [notice] child pid 2944 exit signal Segmentation
fault (11)

There are no correspondig access log entries.



kind regards, Tom

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