|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Ian Ibanez
Join Date: Jul 2025
Posts: 2
Rep Power: 0 ![]() |
After following the Getting Started tutorial at https://openfoam.org/download/13-ubuntu/, paraFoam resulted in the following error.
I am using OpenFoam13 through WSL Ubuntu 22.04. How do I fix this? Code:
Created temporary 'pitzDailySteady.OpenFOAM' QStandardPaths: wrong permissions on runtime directory /run/user/1000/, 0755 instead of 0700 Loguru caught a signal: SIGSEGV Stack trace: 0 0x7f772e442520 /usr/lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7f772e442520] ( 2.161s) [paraview ] :0 FATL| Signal: SIGSEGV |
|
|
|
|
|
|
|
|
#2 |
|
New Member
Ian Ibanez
Join Date: Jul 2025
Posts: 2
Rep Power: 0 ![]() |
I figured out how to fix this, and it's just a newbie mistake.
To fix the error message Code:
QStandardPaths: wrong permissions on runtime directory /run/user/1000/, 0755 instead of 0700 Code:
chmod 0700 /run/user/1000 1. After the blockMesh and paraFoam commands, create a new file with the same name as the current directory, with file extension ".foam". Using the Getting Started example, we can use Code:
touch pitzDailySteady.foam 2. Launch Paraview (Ubuntu) from outside WSL. It should automatically link with your WSL configuration. 3. Locate the ".foam" file you created earlier. From here, you can now use paraview's functions to visualize your results. |
|
|
|
|
|
![]() |
| Tags |
| parafoam, segmentation fault, sigsegv |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 'Signal: Segmentation fault (11)' while running openFoam in Parallel Processing | jaymeen721 | OpenFOAM Running, Solving & CFD | 1 | April 10, 2023 20:17 |
| [OpenFOAM] paraview parafoam segmentation fault (core dumped) | RicardoLB | ParaView | 3 | April 28, 2020 21:07 |
| [OpenFOAM] ParaFoam Segmentation Fault | dancfd | ParaView | 1 | July 7, 2014 21:38 |
| paraFoam, Segmentation fault | Fed11 | OpenFOAM Bugs | 3 | July 4, 2011 20:04 |
| [OpenFOAM] Segmentation fault with paraFoam and paraview 3.6.1 on Fedora 11 32 and 64 bit | nanes | ParaView | 2 | September 11, 2009 10:12 |