Breakpoint 1, log_request_duration_microseconds (r=0x2aaaaba0e3b8, a=0x2ba4401449b1 "") at mod_log_config.c:626 626 return apr_psprintf(r->pool, "%" APR_TIME_T_FMT, (gdb) list 621 622 static const char *log_request_duration_microseconds(request_rec *r, char *a) 623 { 624 // PATCH Start 625 apr_time_t duration = apr_time_now() - r->request_time; 626 return apr_psprintf(r->pool, "%" APR_TIME_T_FMT, 627 duration); 628 /* 629 return apr_psprintf(r->pool, "%" APR_TIME_T_FMT, 630 (apr_time_now() - r->request_time)); (gdb) where #0 log_request_duration_microseconds (r=0x2aaaaba0e3b8, a=0x2ba4401449b1 "") at mod_log_config.c:626 #1 0x00002ba440143132 in process_item (r=0x2aaaaba0e3b8, orig=0x2aaaaba0e3b8, item=0x5a6960) at mod_log_config.c:918 #2 0x00002ba440143345 in config_log_transaction (r=0x2aaaaba0e3b8, cls=0x639f50, default_format=0x5a62a8) at mod_log_config.c:981 #3 0x00002ba4401434e2 in multi_log_transaction (r=0x2aaaaba0e3b8) at mod_log_config.c:1012 #4 0x0000000000428589 in ap_run_log_transaction (r=0x2aaaaba0e3b8) at protocol.c:1671 #5 0x00000000004422b7 in ap_process_request (r=0x2aaaaba0e3b8) at http_request.c:284 #6 0x000000000043f7dc in ap_process_http_connection (c=0x888ce0) at http_core.c:190 #7 0x000000000043bde1 in ap_run_process_connection (c=0x888ce0) at connection.c:43 #8 0x0000000000446c86 in worker_thread (thd=0x664208, dummy=) at worker.c:544 #9 0x00002ba43fbebf1a in start_thread () from /lib/libpthread.so.0 #10 0x00002ba43fec85d2 in clone () from /lib/libc.so.6 #11 0x0000000000000000 in ?? () (gdb) p duration $27 = 1214843 (gdb) p r->uri $28 = 0x2aaaaba0f9d0 "/st/4_0_11/11/img/modules/borderbottom.gif" (gdb) c Continuing. [Switching to Thread 1359092064 (LWP 443)] Breakpoint 1, log_request_duration_microseconds (r=0x2aaaaae4a7c8, a=0x2ba4401449b1 "") at mod_log_config.c:626 626 return apr_psprintf(r->pool, "%" APR_TIME_T_FMT, (gdb) list 621 622 static const char *log_request_duration_microseconds(request_rec *r, char *a) 623 { 624 // PATCH Start 625 apr_time_t duration = apr_time_now() - r->request_time; 626 return apr_psprintf(r->pool, "%" APR_TIME_T_FMT, 627 duration); 628 /* 629 return apr_psprintf(r->pool, "%" APR_TIME_T_FMT, 630 (apr_time_now() - r->request_time)); (gdb) where #0 log_request_duration_microseconds (r=0x2aaaaae4a7c8, a=0x2ba4401449b1 "") at mod_log_config.c:626 #1 0x00002ba440143132 in process_item (r=0x2aaaaae4a7c8, orig=0x2aaaaae4a7c8, item=0x5a6960) at mod_log_config.c:918 #2 0x00002ba440143345 in config_log_transaction (r=0x2aaaaae4a7c8, cls=0x639f50, default_format=0x5a62a8) at mod_log_config.c:981 #3 0x00002ba4401434e2 in multi_log_transaction (r=0x2aaaaae4a7c8) at mod_log_config.c:1012 #4 0x0000000000428589 in ap_run_log_transaction (r=0x2aaaaae4a7c8) at protocol.c:1671 #5 0x00000000004422b7 in ap_process_request (r=0x2aaaaae4a7c8) at http_request.c:284 #6 0x000000000043f7dc in ap_process_http_connection (c=0x73ba20) at http_core.c:190 #7 0x000000000043bde1 in ap_run_process_connection (c=0x73ba20) at connection.c:43 #8 0x0000000000446c86 in worker_thread (thd=0x663788, dummy=) at worker.c:544 #9 0x00002ba43fbebf1a in start_thread () from /lib/libpthread.so.0 #10 0x00002ba43fec85d2 in clone () from /lib/libc.so.6 #11 0x0000000000000000 in ?? () (gdb) p duration $29 = 1210954 (gdb) p r->uri $30 = 0x2aaaaae4bde0 "/st/4_0_11/img/buttons/btn_o_oeffnen_no.gif" (gdb) p r->bytes_sent $31 = 491 (gdb) c Continuing. [Switching to Thread 1199630688 (LWP 424)]