# ParaView SIGSEV

**URL:** https://discourse.paraview.org/t/paraview-sigsev/14560
**Category:** ParaView Support
**Created:** [May 5, 2024, 12:16pm UTC](https://discourse.paraview.org/t/paraview-sigsev/14560 "2024-05-05T12:16:10Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Vahid](https://discourse.paraview.org/user_avatar/discourse.paraview.org/vahid/32/14311_2.png) [@Vahid](https://discourse.paraview.org/u/Vahid)
#### Post date: [May 5, 2024, 12:16pm UTC](https://discourse.paraview.org/t/paraview-sigsev/14560/1 "2024-05-05T12:16:10Z")

</div>

HI  
When I try to open Paraview, I get this error

```auto
Loguru caught a signal: SIGSEGV

Stack trace:

29 0x5cf1d3f1d2d5 paraview(+0x92d5) [0x5cf1d3f1d2d5]

28 0x7612b5229e40 __libc_start_main + 128

27 0x7612b5229d90 /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7612b5229d90]

26 0x5cf1d3f1cfa4 paraview(+0x8fa4) [0x5cf1d3f1cfa4]

25 0x5cf1d3f229e4 paraview(+0xe9e4) [0x5cf1d3f229e4]

24 0x5cf1d3f1e15d paraview(+0xa15d) [0x5cf1d3f1e15d]

23 0x7612b4f99ce0 pqParaViewBehaviors::pqParaViewBehaviors(QMainWindow*, QObject*) + 2432

22 0x7612b4eeee72 pqAlwaysConnectedBehavior::pqAlwaysConnectedBehavior(QObject*) + 322

21 0x7612b3f2f4a6 pqObjectBuilder::createServer(pqServerResource const&, int) + 406

20 0x7612b2dd4906 vtkSMSession::ConnectToSelf(int) + 38

19 0x7612b3d4b8f3 vtkProcessModule::RegisterSession(vtkSession*) + 147

18 0x7612af914782 /opt/paraviewopenfoam510/lib/libvtkCommonCore-pv5.10.so.1(+0x514782) [0x7612af914782]

17 0x7612af7f6b3d vtkCallbackCommand::Execute(vtkObject*, unsigned long, void*) + 29

16 0x7612b54f4691 /opt/paraviewopenfoam510/lib/libvtkGUISupportQt-pv5.10.so.1(+0x29691) [0x7612b54f4691]

15 0x7612b32f17c8 /lib/x86_64-linux-gnu/libQt5Core.so.5(+0x2f17c8) [0x7612b32f17c8]

14 0x7612b3e92456 pqServerManagerObserver::connectionCreated(long long) + 70

13 0x7612b32f17c8 /lib/x86_64-linux-gnu/libQt5Core.so.5(+0x2f17c8) [0x7612b32f17c8]

12 0x7612b3f7c5c6 pqServerManagerModel::onConnectionCreated(long long) + 838

11 0x7612b3e8ef76 pqServerManagerModel::serverAdded(pqServer*) + 70

10 0x7612b32f17c8 /lib/x86_64-linux-gnu/libQt5Core.so.5(+0x2f17c8) [0x7612b32f17c8]

9 0x7612b4f59a26 pqDefaultViewBehavior::onServerCreation(pqServer*) + 86

8 0x7612b2cd8489 vtkPVSessionCore::GatherInformation(unsigned int, vtkPVInformation*, unsigned int) + 377

7 0x7612b2cd819a vtkPVSessionCore::GatherInformationInternal(vtkPVInformation*, unsigned int) + 58

6 0x7612a6dc621d vtkPVRenderingCapabilitiesInformation::CopyFromObject(vtkObject*) + 13

5 0x7612a6dc61e3 vtkPVRenderingCapabilitiesInformation::GetLocalCapabilities() + 339

4 0x7612b2150675 vtkOpenGLRenderWindow::SupportsOpenGL() + 1029

3 0x7612b2154d05 vtkOpenGLRenderWindow::OpenGLInit() + 133

2 0x7612b4db4f93 vtkglew_glewInit + 611

1 0x7612b4d9b33a /opt/paraviewopenfoam510/lib/libvtkglew-pv5.10.so.1(+0x5c33a) [0x7612b4d9b33a]

0 0x7612b5242520 /lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7612b5242520]

( 0.461s) [paraview] :0 FATL| Signal: SIGSEGV

Segmentation fault (core dumped)

```

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [May 6, 2024, 7:10am UTC](https://discourse.paraview.org/t/paraview-sigsev/14560/2 "2024-05-06T07:10:55Z")

</div>

How did you install ParaView ? Which version ?

Please use the last binary release of ParaView from [https://paraview.org/download](https://paraview.org/download)

---

<div class="post-metadata">

### Author: ![Vahid](https://discourse.paraview.org/user_avatar/discourse.paraview.org/vahid/32/14311_2.png) [@Vahid](https://discourse.paraview.org/u/Vahid)
#### Post date: [May 6, 2024, 11:18am UTC](https://discourse.paraview.org/t/paraview-sigsev/14560/3 "2024-05-06T11:18:18Z")

</div>

I first installed Paraview, then I installed OpenFoam version 10  
I installed Paraview version 5.10 using terminal

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [May 6, 2024, 11:19am UTC](https://discourse.paraview.org/t/paraview-sigsev/14560/4 "2024-05-06T11:19:04Z")

</div>

> [@mwestphal](#):
>
> Please use the last binary release of ParaView from [https://paraview.org/download](https://paraview.org/download)

Please use the last binary release of ParaView from [https://paraview.org/download](https://paraview.org/download) instead

---

<div class="post-metadata">

### Author: ![Vahid](https://discourse.paraview.org/user_avatar/discourse.paraview.org/vahid/32/14311_2.png) [@Vahid](https://discourse.paraview.org/u/Vahid)
#### Post date: [May 6, 2024, 12:03pm UTC](https://discourse.paraview.org/t/paraview-sigsev/14560/5 "2024-05-06T12:03:16Z")

</div>

thank you very did
