pedro1
June 24, 2025, 5:32pm
1
After running the blockMesh of a tutorial of openFoam it showed this error:
Created temporary ‘pitzDailySteady.OpenFOAM’
Loguru caught a signal: SIGSEGV
Stack trace:
0 0x7974fdc45330 /usr/lib/x86_64-linux-gnu/libc.so.6(+0x45330) [0x7974fdc45330]
( 0.685s) [paraview ] :0 FATL| Signal: SIGSEGV
Segmentation fault (core dumped)
I’m new to the software so I have no idea what to do
mwestphal
(Mathieu Westphal (Kitware))
June 25, 2025, 7:25am
2
please share your entire folder containing the open foam data.
pedro1
June 25, 2025, 5:56pm
3
blockMeshDict (2.6 KB)
controlDict (1.0 KB)
functions (830 Bytes)
fvSchemes (1.3 KB)
fvSolution (1.5 KB)
pedro1
June 25, 2025, 5:56pm
4
mwestphal
(Mathieu Westphal (Kitware))
June 25, 2025, 6:43pm
5
Please create an archive instead of sharing individual files.
pedro1
June 25, 2025, 6:59pm
6
pitzDailySteady.zip (1.8 MB)
Sorry, here you have it compressed
pedro1
June 25, 2025, 7:04pm
7
I’m using ubuntu from a windows computer and the problem shows when I try to open ParaView writing the command paraFoam
mwestphal
(Mathieu Westphal (Kitware))
June 25, 2025, 7:08pm
8
pedro1:
paraFoam
Then use ParaView instead.
pedro1
June 25, 2025, 7:17pm
9
Using ParaView this happened:
ParaView: command not found
Using paraView this happened:
Command ‘paraView’ not found, did you mean:
command ‘paraview’ from deb paraview (5.11.2+dfsg-4)
Try: sudo apt install
Using paraview this happened:
QStandardPaths: wrong permissions on runtime directory /run/user/1000/, 0755 instead of 0700
Loguru caught a signal: SIGSEGV
Stack trace:
0 0x7652ac645330 /usr/lib/x86_64-linux-gnu/libc.so.6(+0x45330) [0x7652ac645330]
( 4.196s) [paraview ] :0 FATL| Signal: SIGSEGV
Segmentation fault (core dumped)
mwestphal
(Mathieu Westphal (Kitware))
June 25, 2025, 7:19pm
10
pedro1
June 25, 2025, 7:21pm
11
mwestphal
(Mathieu Westphal (Kitware))
June 25, 2025, 7:23pm
12
If you want to install for Windows, yes.
pedro1
June 25, 2025, 7:25pm
13
I already have that one, what are you suggesting?
mwestphal
(Mathieu Westphal (Kitware))
June 25, 2025, 7:26pm
14
I’m suggesting to use that version to open the OpenFOAM folder you shared.
pedro1
June 25, 2025, 8:20pm
15
First, Is there a way to open ParaView directly from the terminal?
Second, is there a way to see the mesh only, before solving, in paraview?
mwestphal
(Mathieu Westphal (Kitware))
June 25, 2025, 8:22pm
16
I supose that if ParaView bin directory is in your path, you should be able to open it from a Windows terminal.
Second, is there a way to see the mesh only, before solving, in paraview?
Not directly, but maybe OpenFOAM can generate a .vtk file or something.
Usually this error occurs when the GUI is not properly configured with the WSL. Hence you won’t be able to use any GUI applications from WSL.
If you have it installed, try using ‘gedit’. You’ll probably get the same error.
I too had the same issue. I resolved it somehow though I don’t remember it now.
I’ll try to look it up.
One workaround that I used for paraview is adding paraview.exe path to bashrc with alias as paraview513 (I had paraview v5.13).
And use paraview513 command to open it from terminal.
Bortus
July 1, 2025, 5:49pm
18
It seems that your installation of OpenFOAM is not done correctly.
If you are using WSL, I would suggest you use the command “explorer.exe .”, which will open the folder containing your *.foam file and you can simply load it and view in ParaView.