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

http://issues.apache.org/bugzilla/show_bug.cgi?id=44105





------- Additional Comments From [EMAIL PROTECTED]  2007-12-19 07:43 -------
Created an attachment (id=21293)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=21293&action=view)
Log outputs and stack trace

This attachment contains output from debug log, log_forensic as well as a stack
trace.

At the time of the core dump there was only one request (for an image)
processed by the server. KeepAlive was used on the client connection as well as
the backend connection (proxy-nokeepalive=0). The logs and the stack trace
clearly show that the core dump occurs in a function called from
ap_proxy_http_handler.

I seems to me like the block to which the variable buffer points is corrupted.
AFAIU it is supposed to contain the request string but it seems to contain
garbage. This is further confirmed by the value of backasswards==1 which should
only be the case if the HTTP version is not present in the request, which it
definitively is.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to