Rick, That sounds like this bug: http://www.paraview.org/Bug/view.php?id=15763 It was fixed 5.0.0.
Utkarsh On Fri, Jan 8, 2016 at 3:31 PM, Angelini, Richard C (Rick) CIV USARMY RDECOM ARL (US) <[email protected]> wrote: > In my original message, I attached the wrong cmake command - I’m not using > qt5 on my Linux release of PV 4.4.0. > > > cmake -DCMAKE_INSTALL_PREFIX:PATH=~/paraview/${version} \ > -Ddownload_location=`pwd`/../Downloads \ > -DParaView_FROM_GIT=OFF \ > -DParaView_URL=`pwd`/../Downloads/ParaView-v4.3.1-source.tar.gz \ > -DCMAKE_BUILD_TYPE=Release \ > -DENABLE_visitbridge:BOOL=ON \ > -DENABLE_cgns=ON \ > -DENABLE_boost=ON \ > -DENABLE_ffmpeg=ON \ > -DENABLE_hdf5=ON \ > -DENABLE_matplotlib=ON \ > -DENABLE_mesa=OFF \ > -DENABLE_mpi=ON \ > -DENABLE_numpy=ON \ > -DENABLE_paraview=ON \ > -DENABLE_python=ON \ > -DENABLE_qt=ON \ > -DENABLE_silo=ON \ > -DENABLE_szip=ON \ > -Dqt_DISABLE_WEBKIT=OFF \ > -DUSE_SYSTEM_mpi=OFF ../Source > make -j 8 install > > > ________________________________ > Rick Angelini > USArmy Research Laboratory > CISD/HPC Architectures Team > Phone: 410-278-6266 > > From: Rick Angelini <[email protected]> > Date: Friday, January 8, 2016 at 3:20 PM > To: "[email protected]" <[email protected]> > Subject: PV 4.4.0 crashing issue > > I’m finding an issue with the production release of PV 4.4.0 …. I can > consistently make a client-server connection crash by loading up either an > Exodus or CTH dataset and through some combination of quick left-right mouse > clicks, or double-right mouse clicks in the graphics window, I can shut > things down. I’m only seeing this on Linux clients – I cannot duplicate > running PV 4.4.0 on a Mac. See attached screenshot. I’ve been able > to duplicate this behavior on many different datasets of CTH/Exodus format, > but I suspect this is a GUI interaction issue, not a data issue. > > I’ve sent this on both standard RHEL5 and RHEL5 Linux workstations – I’ve > tried recompiling the client using the super build script, but doesn’t seem > to make much any difference. Any ideas? > > which cmake > cmake -DCMAKE_INSTALL_PREFIX:PATH=~/paraview/${version} \ > -Ddownload_location=`pwd`/../Downloads \ > -DParaView_URL=http://www.paraview.org/files/v4.4/ParaView-v4.4.0-source.tar.gz > \ > -DCMAKE_BUILD_TYPE=Release \ > -DENABLE_visitbridge:BOOL=ON \ > -DENABLE_cgns=ON \ > -DENABLE_boost=ON \ > -DENABLE_ffmpeg=ON \ > -DENABLE_hdf5=ON \ > -DENABLE_matplotlib=ON \ > -DENABLE_mesa=OFF \ > -DENABLE_mpi=ON \ > -DENABLE_numpy=ON \ > -DENABLE_paraview=ON \ > -DENABLE_python=ON \ > -DENABLE_qt5=ON \ > -DENABLE_silo=ON \ > -DENABLE_szip=ON \ > -Dqt_DISABLE_WEBKIT=OFF \ > -DUSE_NONFREE_COMPONENTS=OFF \ > -DUSE_SYSTEM_mpi=OFF ../Source > > make -j 8 install > > ________________________________ > Rick Angelini > USArmy Research Laboratory > CISD/HPC Architectures Team > Phone: 410-278-6266 > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
