Github user gtenev commented on the issue:

    https://github.com/apache/trafficserver/pull/1022
  
    I have not looked enough to say if this change is necessary or not but just 
wanted to mention that it helped me with a crash I got after syncing my fork.
    
    ```
    Starting program: /opt/apache/trafficserver/bin/traffic_manager
    [Thread debugging using libthread_db enabled]
    [E. Mgmt] log ==> [TrafficManager] using root directory 
'/opt/apache/trafficserver'
    [New Thread 0x7ffff709b700 (LWP 24130)]
    [New Thread 0x7fffee69a700 (LWP 24131)]
    
    Program received signal SIGSEGV, Segmentation fault.
    inet_network (cp=0x0) at inet_net.c:55
    55                  if (*cp == '0')
    Missing separate debuginfos, use: debuginfo-install 
libunwind-1.1-3.el6.x86_64 tcl-8.5.7-6.el6.x86_64
    (gdb) where
    #0  inet_network (cp=0x0) at inet_net.c:55
    #1  0x0000000000430273 in main (argc=<value optimized out>, argv=<value 
optimized out>) at traffic_manager.cc:668
    ```
    
    Applying the patch seemed to fix the problem for me.


---
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.
---

Reply via email to