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/10 22:54:40 UTC

DO NOT REPLY [Bug 25198] - 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





------- Additional Comments From trawick@apache.org  2003-12-10 21:54 -------
Loading the URL you referenced with images using Apache 2.0.48 as forward proxy
server works for me with Solaris9/Sparc, but I'm using Sun compiler instead of
gcc and I couldn't enable ssl because I didn't have suitable openssl installed.
 I tested with IE 6.

In gdb can you go up a frame to proxy_fixups and display the request_rec?

gdb /path/to/httpd /path/to/core
(gdb) up
(gdb) list 275
(gdb) print *r

The line number seems weird too.  There's no call on line 279.  Maybe it is for
strncmp call on line before.  gdb has some other challenge too, stating that
core dump is for signal 9.

Possibly a prefork build will present fewer challenges to the debugger since the
process won't be threaded; dunno for sure though.

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