A fix has been pushed to ParaView git-next to address this issue. Please give it a try after the next gatekeeper review when the changes will be in git-master.<div><br></div><div>Utkasrh</div><div class="gmail_extra"><br><br>
<div class="gmail_quote">On Mon, Nov 19, 2012 at 6:13 AM, Pandu tech <span dir="ltr"><<a href="mailto:pandu4tech@gmail.com" target="_blank">pandu4tech@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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->ifa_next) // line no: 1306<br> {<br><br> int fam=ifa->ifa_addr->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]={'\0'};<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>
<br>_______________________________________________<br>
Paraview-developers mailing list<br>
<a href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
<br></blockquote></div><br></div>