Hi everyone,
Couldn’t find a solution to my problem on any of the other posts with segmentation fault errors, so maybe someone can help me.
I’m trying to run Paraview on Ubuntu 18.04 and I get Segmentation fault (core dumped) on versions 5.6.0, 5.6.1, 5.6.2, 5.7.0 and 5.8.1. However, when running with sudo, all of them work properly.
I’ve also tried version 5.2 and it works without sudo.
Thank you for the help.
Do you have a backtrace from the core dump that could help point us towards where the problem might exist?
gdb paraview
and then run
to run it. Once it crashes, backtrace
should get interesting information. There’s really only a chance of 5.8.1 getting any fixes at this point, though 5.9.0 is due to start its release process soon, so testing out the nightlies would be the most helpful.
My hunch would be that you have some LD_LIBRARY_PATH
interfering. What is the output of echo $LD_LIBRARY_PATH
and LD_DEBUG=libs paraview
?