[Paraview-developers] paraview crash when connected to VPN

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Mon Nov 19 08:54:06 EST 2012


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.

Utkasrh


On Mon, Nov 19, 2012 at 6:13 AM, Pandu tech <pandu4tech at gmail.com> wrote:

> Hi,
>
> 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.
>
> Code:
>
> #elif defined(KWSYS_SYS_HAS_IFADDRS_H)
> .....
> .....
>
> for (ifa=ifas; ifa!=NULL; ifa=ifa->ifa_next) // line no: 1306
>    {
>
>     int fam=ifa->ifa_addr->sa_family;
>
>     if ((fam==AF_INET) || (fam==AF_INET6)) // crashing after this line
> after 2 or more iterations in for loop
>
>       {
>
>       char host[NI_MAXHOST]={'\0'};
>
>       int addrlen
>         = (fam==AF_INET?sizeof(struct sockaddr_in):sizeof(struct
> sockaddr_in6));
>
> ....................
> ....................
>
> When I disconnect from VPN and run ParaView once again, there is no
> problem and it is running fine.
>
> Please let me know any suggestions regarding this.
>
> Thanks in Advance.
>
> Regards,
> Pandu.
>
>
>
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20121119/067a21be/attachment-0001.htm>


More information about the Paraview-developers mailing list