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 [EMAIL PROTECTED]  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to