[Paraview] PV 4.4.0 crashing issue

Angelini, Richard C (Rick) CIV USARMY RDECOM ARL (US) richard.c.angelini.civ at mail.mil
Fri Jan 8 15:31:12 EST 2016


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 <Richard.C.Angelini.CIV at mail.mil<mailto:Richard.C.Angelini.CIV at mail.mil>>
Date: Friday, January 8, 2016 at 3:20 PM
To: "paraview at paraview.org<mailto:paraview at paraview.org>" <paraview at paraview.org<mailto:paraview at paraview.org>>
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20160108/a5591fd3/attachment.html>


More information about the ParaView mailing list