<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body 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="moz-cite-prefix">Am 02.12.2016 um 14:59 schrieb Andy
      Bauer:<br>
    </div>
    <blockquote
cite="mid:CAMaOp+FncmzY+k0m66JLHnE6XvikXD60+=XqL+Yur4xV1GF=4g@mail.gmail.com"
      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 moz-do-not-send="true"
            href="mailto:martin.reitzle@itlr.uni-stuttgart.de">martin.reitzle@itlr.uni-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_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::<wbr>LoadSettings
                () <br>
                    at
                /home/mre/Software/paraview/<wbr>ParaView-v5.2.0/ParaViewCore/<wbr>ServerManager/SMApplication/<wbr>vtkInitializationHelper.cxx:<wbr>317<br>
                317       vtkPVOptions* options = vtkProcessModule::<wbr>GetProcessModule()-><wbr>GetOptions();
                <br>
                (gdb) bt <br>
                #0  0x00002aaaacb745b1 in vtkInitializationHelper::<wbr>LoadSettings
                () <br>
                    at
                /home/mre/Software/paraview/<wbr>ParaView-v5.2.0/ParaViewCore/<wbr>ServerManager/SMApplication/<wbr>vtkInitializationHelper.cxx:<wbr>317<br>
                #1  0x00002aaaacb74120 in vtkInitializationHelper::<wbr>Initialize
                (argc=1, argv=0x7fffffffd3f8, type=0, <br>
                    options=0x85e420) <br>
                    at
                /home/mre/Software/paraview/<wbr>ParaView-v5.2.0/ParaViewCore/<wbr>ServerManager/SMApplication/<wbr>vtkInitializationHelper.cxx:<wbr>240<br>
                #2  0x00002aaaac4bff89 in pqApplicationCore::<wbr>pqApplicationCore
                (this=0x85fab0, <br>
                    argc=@0x7fffffffcf64: 1, argv=0x7fffffffd3f8,
                options=0x85e420, parentObject=0x0) <br>
                    at
                /home/mre/Software/paraview/<wbr>ParaView-v5.2.0/Qt/Core/<wbr>pqApplicationCore.cxx:128<br>
                #3  0x00002aaaaade644b in pqPVApplicationCore::<wbr>pqPVApplicationCore
                (this=0x85fab0, <br>
                    argc=@0x7fffffffcf64: 1, argv=0x7fffffffd3f8,
                options=0x0) <br>
                    at
                /home/mre/Software/paraview/<wbr>ParaView-v5.2.0/Qt/<wbr>ApplicationComponents/<wbr>pqPVApplicationCore.cxx:66<br>
                #4  0x000000000040ae85 in pqparaviewInitializer::<wbr>Initialize
                (this=0x7fffffffd280, argc=1, <br>
                    argv=0x7fffffffd3f8) <br>
                    at
                /home/mre/Software/paraview/<wbr>ParaView-v5.2.0_build/<wbr>Applications/ParaView/<wbr>pqparaviewInitializer.cxx:77<br>
                #5  0x000000000040ab49 in main (argc=1,
                argv=0x7fffffffd3f8) <br>
                    at
                /home/mre/Software/paraview/<wbr>ParaView-v5.2.0_build/<wbr>Applications/ParaView/<wbr>paraview_main.cxx:115<br>
              </div>
            </div>
            <br>
            ______________________________<wbr>_________________<br>
            Powered by <a moz-do-not-send="true"
              href="http://www.kitware.com" rel="noreferrer"
              target="_blank">www.kitware.com</a><br>
            <br>
            Visit other Kitware open-source projects at <a
              moz-do-not-send="true"
              href="http://www.kitware.com/opensource/opensource.html"
              rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
            <br>
            Please keep messages on-topic and check the ParaView Wiki
            at: <a moz-do-not-send="true"
              href="http://paraview.org/Wiki/ParaView" rel="noreferrer"
              target="_blank">http://paraview.org/Wiki/<wbr>ParaView</a><br>
            <br>
            Search the list archives at: <a moz-do-not-send="true"
              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 moz-do-not-send="true"
              href="http://public.kitware.com/mailman/listinfo/paraview"
              rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview</a><br>
            <br>
          </blockquote>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>