GitHub user yatsukhnenko opened a pull request: https://github.com/apache/trafficserver/pull/674
[TS-4488] fix Segmentation fault at HttpSM::tunnel_handler_ua ``` #0 get_netvc (this=0x2ad0834fbc00, event=104, c=0x2ad0834fd8a8) at HttpServerSession.h:113 #1 HttpSM::tunnel_handler_ua (this=0x2ad0834fbc00, event=104, c=0x2ad0834fd8a8) at HttpSM.cc:3067 #2 0x000000000056c16e in HttpTunnel::consumer_handler (this=0x2ad0834fd800, event=104, c=0x2ad0834fd8a8) at HttpTunnel.cc:1261 #3 0x000000000056d16d in HttpTunnel::main_handler (this=0x2ad0834fd800, event=<value optimized out>, data=<value optimized out>) at HttpTunnel.cc:1492 #4 0x0000000000687961 in handleEvent (event=<value optimized out>, nh=0x2ad051aa8c00, vc=0x2ad060800000) at ../../iocore/eventsystem/I_Continuation.h:146 #5 write_signal_and_update (event=<value optimized out>, nh=0x2ad051aa8c00, vc=0x2ad060800000) at UnixNetVConnection.cc:153 #6 write_signal_done (event=<value optimized out>, nh=0x2ad051aa8c00, vc=0x2ad060800000) at UnixNetVConnection.cc:180 #7 0x000000000068acf5 in write_to_net_io (nh=0x2ad051aa8c00, vc=0x2ad060800000, thread=0x2ad051aa5000) at UnixNetVConnection.cc:472 #8 0x000000000067ed43 in NetHandler::mainNetEvent (this=0x2ad051aa8c00, event=<value optimized out>, e=<value optimized out>) at UnixNet.cc:400 #9 0x00000000006ab4cf in handleEvent (this=0x2ad051aa5000, e=0x2ad054a16e40, calling_code=5) at I_Continuation.h:146 #10 EThread::process_event (this=0x2ad051aa5000, e=0x2ad054a16e40, calling_code=5) at UnixEThread.cc:145 #11 0x00000000006abd0b in EThread::execute (this=0x2ad051aa5000) at UnixEThread.cc:269 #12 0x00000000004c46fb in main (argv=<value optimized out>) at Main.cc:1659 ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/yatsukhnenko/trafficserver TS-4488 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/674.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #674 ---- commit 57ee3fc6e9b9560602415bb95a04c08ea2919714 Author: Pavlo Yatsukhnenko <yatsukhne...@gmail.com> Date: 2016-05-27T11:06:15Z TS-4488 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---