Hi,<br><br>I am using ParaView 3.14.1-enhanced 64 bit version in my laptop. When I connect to VPN using Juniper Network Client and running paraview gives me a crash. It gives a SEGMENTATION FAULT in ParaView/VTK/Utilities/KWSys/vtksys/SystemInformation.cxx file in below section of code.<br>
<br>Code:<br><br>#elif defined(KWSYS_SYS_HAS_IFADDRS_H)<br>.....<br>.....<br><br>for (ifa=ifas; ifa!=NULL; ifa=ifa-&gt;ifa_next) // line no: 1306<br>   {<br><br>    int fam=ifa-&gt;ifa_addr-&gt;sa_family;<br><br>    if ((fam==AF_INET) || (fam==AF_INET6)) // crashing after this line after 2 or more iterations in for loop<br>
<br>      {<br><br>      char host[NI_MAXHOST]={&#39;\0&#39;};<br><br>      int addrlen<br>        = (fam==AF_INET?sizeof(struct sockaddr_in):sizeof(struct sockaddr_in6));<br><br>....................<br>.................... <br>
<br>When I disconnect from VPN and run ParaView once again, there is no problem and it is running fine.<br><br>Please let me know any suggestions regarding this.<br><br>Thanks in Advance.<br><br>Regards,<br>Pandu.<br><br>
<br>