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-20 12:30 ------- (In reply to comment #1) > > I seems to me like the block to which the variable buffer points is corrupted. A lot more seems to be corrupted: 0xff10d09c in apr_table_do (comp=0x1, rec=0xf82f9a58, t=0x7b400) at apr_tables.c:885 comp should be pointing to a function and by no means should ever be 0x1! The function pointer is not supplied in a variable but as a constant. 0x00035c28 in ap_proxy_http_process_response (p=0x304ea8, r=0x30ef08, p_conn=0x363e38, origin=0x305608, backend=0x305400, conf=0x1e9988, bb=0x363de8, server_portstr=0xf82fbaf0 "") at proxy_http.c:1656 The line number does not match at all (or you have a patched version of the proxy) Please try the latest 2.0.x version with a vanilla build and let me know if the problem still persists. -- 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]
