<div dir="ltr">Glad to hear you're up and running again. Also, glad that you figured out that saying to use --dr didn't mess you up more. It should have been -dr.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 2, 2016 at 9:11 AM, Martin Reitzle <span dir="ltr"><<a href="mailto:martin.reitzle@itlr.uni-stuttgart.de" target="_blank">martin.reitzle@itlr.uni-stuttgart.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
Hi Andy,<br>
<br>
thanks for your swift reply. Disabling the PV config file resulted
in another error:<br>
vtkEventQtSlotConnect (0x1a18b10): Cannot connect NULL objects.<br>
<br>
However, your remark set me on the right track. The problem was an
old PV_PLUGIN_PATH variable which pointed to python plugins that I
built for a different PV version. A simple $ export
PV_PLUGIN_PATH="" did the trick. Thanks again!<br>
<br>
Cheers,<br>
Martin
<p><br>
</p>
<div class="m_4752010765253141963moz-cite-prefix">Am 02.12.2016 um 14:59 schrieb Andy
Bauer:<br>
</div>
<blockquote type="cite">
<p dir="ltr">This sounds like maybe something with your PV config.
Try running with the --dr flag to disable reading in your config
file.</p>
<p dir="ltr">Cheers,<br>
Andy</p>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Dec 2, 2016 5:38 AM, "Martin
Reitzle" <<a href="mailto:martin.reitzle@itlr.uni-stuttgart.de" target="_blank">martin.reitzle@itlr.uni-<wbr>stuttgart.de</a>>
wrote:<br type="attribution">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div class="m_4752010765253141963m_6498065098209083178moz-text-flowed" style="font-size:16px" lang="x-unicode">Hello everyone,
<br>
<br>
I am running into a strange issue and hope someone can
help me: <br>
<br>
I'm compiling ParaView 5.2.0 locally on my openSuse 13.1
system (gcc). <br>
Configuring and compiling works just fine. However, as
soon as is try to execute ParaView, I immediately end up
with a segmentation fault. <br>
<br>
Running ParaView with gdb shows that the error is
somewhere in vtk. I attached the backtrace below. <br>
So I started asking around and no one I know ran into
this error. <br>
Therefore, I started experimenting and set up a virtual
box with openSuse 13.1. The strange thing now is, that
everything works just fine in the virtual environment.
No warnings, no seg faults. <br>
<br>
I'm grateful for any help you can offer. <br>
<br>
Kind regards, <br>
Martin <br>
<br>
<br>
Backtrace of debugger: <br>
<br>
Program received signal SIGSEGV, Segmentation fault. <br>
0x00002aaaacb745b1 in vtkInitializationHelper::LoadS<wbr>ettings
() <br>
at
/home/mre/Software/paraview/Pa<wbr>raView-v5.2.0/ParaViewCore/Ser<wbr>verManager/SMApplication/vtkIn<wbr>itializationHelper.cxx:317<br>
317 vtkPVOptions* options = vtkProcessModule::GetProcessMo<wbr>dule()->GetOptions();
<br>
(gdb) bt <br>
#0 0x00002aaaacb745b1 in vtkInitializationHelper::LoadS<wbr>ettings
() <br>
at
/home/mre/Software/paraview/Pa<wbr>raView-v5.2.0/ParaViewCore/Ser<wbr>verManager/SMApplication/vtkIn<wbr>itializationHelper.cxx:317<br>
#1 0x00002aaaacb74120 in vtkInitializationHelper::Initi<wbr>alize
(argc=1, argv=0x7fffffffd3f8, type=0, <br>
options=0x85e420) <br>
at
/home/mre/Software/paraview/Pa<wbr>raView-v5.2.0/ParaViewCore/Ser<wbr>verManager/SMApplication/vtkIn<wbr>itializationHelper.cxx:240<br>
#2 0x00002aaaac4bff89 in pqApplicationCore::pqApplicati<wbr>onCore
(this=0x85fab0, <br>
argc=@0x7fffffffcf64: 1, argv=0x7fffffffd3f8,
options=0x85e420, parentObject=0x0) <br>
at
/home/mre/Software/paraview/Pa<wbr>raView-v5.2.0/Qt/Core/pqApplic<wbr>ationCore.cxx:128<br>
#3 0x00002aaaaade644b in pqPVApplicationCore::pqPVAppli<wbr>cationCore
(this=0x85fab0, <br>
argc=@0x7fffffffcf64: 1, argv=0x7fffffffd3f8,
options=0x0) <br>
at
/home/mre/Software/paraview/Pa<wbr>raView-v5.2.0/Qt/ApplicationCo<wbr>mponents/pqPVApplicationCore.<wbr>cxx:66<br>
#4 0x000000000040ae85 in pqparaviewInitializer::Initial<wbr>ize
(this=0x7fffffffd280, argc=1, <br>
argv=0x7fffffffd3f8) <br>
at
/home/mre/Software/paraview/Pa<wbr>raView-v5.2.0_build/Applicatio<wbr>ns/ParaView/pqparaviewInitiali<wbr>zer.cxx:77<br>
#5 0x000000000040ab49 in main (argc=1,
argv=0x7fffffffd3f8) <br>
at
/home/mre/Software/paraview/Pa<wbr>raView-v5.2.0_build/Applicatio<wbr>ns/ParaView/paraview_main.cxx:<wbr>115<br>
</div>
</div>
<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki
at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaV<wbr>iew</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/paraview</a><br>
<br>
</blockquote>
</div>
</div>
</blockquote>
<br>
</div>
</blockquote></div><br></div>