https://bz.apache.org/bugzilla/show_bug.cgi?id=59749
--- Comment #8 from Rahul <[email protected]> --- (In reply to Yann Ylavic from comment #7) > (In reply to Rahul from comment #6) > > (In reply to Yann Ylavic from comment #4) > > > > > > Could you please "print *conn" in ap_proxy_determine_connection (frame 1) > > > and show the output? > > > > Could you please provide me the steps to perform this please? > > In gdb, according to comment 3, you should be able to switch to function > ap_proxy_determine_connection by typing (where "(gdb)" is the prompt): > (gdb) frame 1 > > and then simply enter: > (gdb) print *conn I have have taken the 'bt full' of a fresh core dump. The "print *conn" output for this core dump have also followed below. Please note that "xxxxx.xxxx.net" is hostname of the bakcend jboss application server . (gdb) bt full #0 ap_pass_brigade (next=0x200000000, bb=0x2b9f3803e5c0) at util_filter.c:526 e = <value optimized out> #1 0x00002b9f1cdd99ca in pass_brigade (bucket_alloc=<value optimized out>, r=0x2b9f4402e220, conn=0x2b9f24027bb8, origin=0x2b9f44001e20, bb=0x2b9f3803e5c0, flush=<value optimized out>) at mod_proxy_http.c:269 status = <value optimized out> transferred = 1638 #2 0x00002b9f1cddc017 in stream_reqbody_cl (r=0x2b9f4402e220, worker=<value optimized out>, conf=0x2b9f231d2bd8, url=0x2b9f3803e4e0 "/LoginWeb/ui/jsp/headerMenu.xhtml?isDbAbsent=null&siteName=null&homePage=Yes&type=login&userName=Dave%20Baker&lastLoginDetails=First%20Time%20LogIn&envName=PRDBANCS2&version=Client_12.01.00.01.169&onsit"..., proxyname=0x2b9f3802d718 "Xs\001,\237+", proxyport=14016) at mod_proxy_http.c:537 rv = <value optimized out> status = <value optimized out> bucket_alloc = 0x2b9f3802d718 bb = 0x2b9f3803e5c0 e = <value optimized out> bytes = 47963040834080 seen_eos = <value optimized out> cl_val = 0 bytes_streamed = 0 #3 ap_proxy_http_request (r=0x2b9f4402e220, worker=<value optimized out>, conf=0x2b9f231d2bd8, url=0x2b9f3803e4e0 "/LoginWeb/ui/jsp/headerMenu.xhtml?isDbAbsent=null&siteName=null&homePage=Yes&type=login&userName=Dave%20Baker&lastLoginDetails=First%20Time%20LogIn&envName=PRDBANCS2&version=Client_12.01.00.01.169&onsit"..., proxyname=0x2b9f3802d718 "Xs\001,\237+", proxyport=14016) at mod_proxy_http.c:1143 bucket_alloc = 0x2b9f231d2bb8 e = <value optimized out> headers_in_array = <value optimized out> rv = <value optimized out> temp_brigade = 0x2b9f4402a768 force10 = 589114312 headers_in_copy = <value optimized out> c = 0x2b9f2c0175f8 header_brigade = 0x2b9f3803e5c0 input_brigade = 0x2b9f4402a728 buf = <value optimized out> headers_in = 0x6736c0 status = <value optimized out> bytes_read = <value optimized out> bytes = 0 counter = 589114304 rb_method = <value optimized out> old_cl_val = <value optimized out> old_te_val = 0x2b9f3802d718 "Xs\001,\237+" #4 proxy_http_handler (r=0x2b9f4402e220, worker=<value optimized out>, conf=0x2b9f231d2bd8, url=0x2b9f3803e4e0 "/LoginWeb/ui/jsp/headerMenu.xhtml?isDbAbsent=null&siteName=null&homePage=Yes&type=login&userName=Dave%20Baker&lastLoginDetails=First%20Time%20LogIn&envName=PRDBANCS2&version=Client_12.01.00.01.169&onsit"..., proxyname=0x2b9f3802d718 "Xs\001,\237+", proxyport=14016) at mod_proxy_http.c:2054 status = <value optimized out> server_portstr = "\000\342\002D\237+\000\000\370\376\200", '\000' <repeats 13 times>"\370, \376\200\000\000\000\000" scheme = <value optimized out> proxy_function = 0x2b9f1cddd6ac "HTTPS" u = <value optimized out> backend = 0x2b9f24027bb8 is_ssl = <value optimized out> c = 0x2b9f2c0175f8 p = 0x2b9f4402e1a8 uri = <value optimized out> #5 0x00002b9f1c7bde62 in proxy_run_scheme_handler (r=0x2b9f4402e220, worker=0x7e14c8, conf=0x80fdb8, url=0x2b9f3803e228 "https://xxxxx.xxxx.net:8443/LoginWeb/ui/jsp/headerMenu.xhtml?isDbAbsent=null&siteName=null&homePage=Yes&type=login&userName=Dave%20Baker&lastLoginDetails=First%20Time%20LogIn&envName=PRDBANCS2"..., proxyhost=0x0, proxyport=0) at mod_proxy.c:2412 pHook = <value optimized out> n = <value optimized out> rv = -1 (gdb) frame 1 #1 0x00002b9f1cdd99ca in pass_brigade (bucket_alloc=<value optimized out>, r=0x2b9f4402e220, conn=0x2b9f24027bb8, origin=0x2b9f44001e20, bb=0x2b9f3803e5c0, flush=<value optimized out>) at mod_proxy_http.c:269 269 status = ap_pass_brigade(origin->output_filters, bb); (gdb) print *conn $1 = {connection = 0x2b9f44001e20, hostname = 0x2b9f3400d9a0 "xxxxx.xxxx.net", port = 8443, is_ssl = 1, pool = 0x2b9f3400d928, sock = 0x2b9f2403f2a8, addr = 0x2b9f240273c8, flags = 0, close = 0, close_on_recycle = 0, worker = 0x7e14c8, data = 0x0, inreslist = 0, scpool = 0x2b9f2403f218, r = 0x0, need_flush = 0, forward = 0x0, ssl_hostname = 0x2b9f2403f290 "xxxxx.xxxx.net"} -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
