<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-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::LoadSettings ()
      <br>
          at
/home/mre/Software/paraview/ParaView-v5.2.0/ParaViewCore/ServerManager/SMApplication/vtkInitializationHelper.cxx:317<br>
      317       vtkPVOptions* options =
      vtkProcessModule::GetProcessModule()->GetOptions();
      <br>
      (gdb) bt
      <br>
      #0  0x00002aaaacb745b1 in vtkInitializationHelper::LoadSettings ()
      <br>
          at
/home/mre/Software/paraview/ParaView-v5.2.0/ParaViewCore/ServerManager/SMApplication/vtkInitializationHelper.cxx:317<br>
      #1  0x00002aaaacb74120 in vtkInitializationHelper::Initialize
      (argc=1, argv=0x7fffffffd3f8, type=0,
      <br>
          options=0x85e420)
      <br>
          at
/home/mre/Software/paraview/ParaView-v5.2.0/ParaViewCore/ServerManager/SMApplication/vtkInitializationHelper.cxx:240<br>
      #2  0x00002aaaac4bff89 in pqApplicationCore::pqApplicationCore
      (this=0x85fab0,
      <br>
          argc=@0x7fffffffcf64: 1, argv=0x7fffffffd3f8,
      options=0x85e420, parentObject=0x0)
      <br>
          at
/home/mre/Software/paraview/ParaView-v5.2.0/Qt/Core/pqApplicationCore.cxx:128<br>
      #3  0x00002aaaaade644b in pqPVApplicationCore::pqPVApplicationCore
      (this=0x85fab0,
      <br>
          argc=@0x7fffffffcf64: 1, argv=0x7fffffffd3f8, options=0x0)
      <br>
          at
/home/mre/Software/paraview/ParaView-v5.2.0/Qt/ApplicationComponents/pqPVApplicationCore.cxx:66<br>
      #4  0x000000000040ae85 in pqparaviewInitializer::Initialize
      (this=0x7fffffffd280, argc=1,
      <br>
          argv=0x7fffffffd3f8)
      <br>
          at
/home/mre/Software/paraview/ParaView-v5.2.0_build/Applications/ParaView/pqparaviewInitializer.cxx:77<br>
      #5  0x000000000040ab49 in main (argc=1, argv=0x7fffffffd3f8)
      <br>
          at
/home/mre/Software/paraview/ParaView-v5.2.0_build/Applications/ParaView/paraview_main.cxx:115<br>
    </div>
  </body>
</html>