ywkaras commented on pull request #7762:
URL: https://github.com/apache/trafficserver/pull/7762#issuecomment-830300435


   This capture illustrates how you would use this, after starting the modified 
Au test from another terminal:
   ```
   $ pwd
   /Users/wkaras/REPOS/TS2/tests/_sandbox/strategies_ch/ts/bin
   $ ps -ef | fgrep -e --block
   root      5201  4915  0 18:38 ?        00:00:00 traffic_server --block
   root      5205  5010  0 18:41 pts/1    00:00:00 grep -F --color=auto -e 
--block
   $ gdb traffic_server 5201
   GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-110.el7
   ...
   Missing separate debuginfos, use: debuginfo-install 
glibc-2.17-222.el7.x86_64 hwloc-libs-1.11.8-4.el7.x86_64 
libattr-2.4.46-13.el7.x86_64 libcap-2.22-9.el7.x86_64 
libgcc-4.8.5-28.el7_5.1.x86_64 libstdc++-4.8.5-28.el7_5.1.x86_64 
libtool-ltdl-2.4.2-22.el7_3.x86_64 numactl-libs-2.0.9-7.el7.x86_64 
pcre-8.32-17.el7.x86_64 xz-libs-5.2.2-1.el7.x86_64 zlib-1.2.7-17.el7.x86_64
   (gdb) b HttpTransact.cc:1595
   Breakpoint 1 at 0x5d9496: file HttpTransact.cc, line 1595.
   (gdb) set cmd_block=0
   (gdb) c
   Continuing.
   [New Thread 0x7f8fd4870700 (LWP 5211)]
   ...
   [New Thread 0x7f8f8bbe1700 (LWP 5233)]
   [Switching to Thread 0x7f8fd2eab700 (LWP 5215)]
   
   Breakpoint 1, HttpTransact::HandleRequest(HttpTransact::State*) () at 
HttpTransact.cc:1595
   1595   if (s->http_config_param->no_dns_forward_to_parent && s->scheme != 
URL_WKSIDX_HTTPS &&
   (gdb) 
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to