Hi Berk,<br><br>This is the output of gdb<br><br>gdb /opt/paraview-3.6.2/bin/paraview<br>GNU gdb (GDB) Fedora (6.8.50.20090302-39.fc11)<br>Copyright (C) 2009 Free Software Foundation, Inc.<br>License GPLv3+: GNU GPL version 3 or later &lt;<a href="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</a>&gt;<br>
This is free software: you are free to change and redistribute it.<br>There is NO WARRANTY, to the extent permitted by law.  Type &quot;show copying&quot;<br>and &quot;show warranty&quot; for details.<br>This GDB was configured as &quot;x86_64-redhat-linux-gnu&quot;.<br>
For bug reporting instructions, please see:<br>&lt;<a href="http://www.gnu.org/software/gdb/bugs/">http://www.gnu.org/software/gdb/bugs/</a>&gt;...<br>(gdb) run<br>Starting program: /opt/paraview-3.6.2/bin/paraview <br>[Thread debugging using libthread_db enabled]<br>
Executing new program: /opt/paraview-3.6.2/lib/paraview-3.6/paraview-real<br>Missing separate debuginfo for /opt/paraview-3.6.2/lib/paraview-3.6/libQtAssistantClient.so.4<br>Try: yum --enablerepo=&#39;*-debuginfo&#39; install /usr/lib/debug/.build-id/6b/4a11dc8eba5deeb17fbd37d58a13ab0894a432.debug<br>
Missing separate debuginfo for /opt/paraview-3.6.2/lib/paraview-3.6/libQtGui.so.4<br>Try: yum --enablerepo=&#39;*-debuginfo&#39; install /usr/lib/debug/.build-id/20/fda5bc8da9ff456dbd1f191c37904e0b0152f0.debug<br>Missing separate debuginfo for /opt/paraview-3.6.2/lib/paraview-3.6/libQtXml.so.4<br>
Try: yum --enablerepo=&#39;*-debuginfo&#39; install /usr/lib/debug/.build-id/3f/c3382d2c65e860f58b0acad340f0e1455910b8.debug<br>Missing separate debuginfo for /opt/paraview-3.6.2/lib/paraview-3.6/libQtNetwork.so.4<br>Try: yum --enablerepo=&#39;*-debuginfo&#39; install /usr/lib/debug/.build-id/8e/79f7ac6d37aecac4af2cc0b7399953207571c6.debug<br>
Missing separate debuginfo for /opt/paraview-3.6.2/lib/paraview-3.6/libQtCore.so.4<br>Try: yum --enablerepo=&#39;*-debuginfo&#39; install /usr/lib/debug/.build-id/b9/e287392ce3c25420e1dfabfcdf58379c268112.debug<br>[Thread debugging using libthread_db enabled]<br>
Missing separate debuginfo for /opt/paraview-3.6.2/lib/paraview-3.6/libQtSql.so.4<br>Try: yum --enablerepo=&#39;*-debuginfo&#39; install /usr/lib/debug/.build-id/a0/09177164344d40c62afb17c82fbadc1e5e3a99.debug<br><br>Program received signal SIGSEGV, Segmentation fault.<br>
0x00007ffff71a56bf in vtkIdList::GetId (this=0x0, i=0)<br>    at /home/peter/lib/ParaView-3.6.2/VTK/Common/vtkIdList.h:42<br>42      vtkIdType GetId(const vtkIdType i) {return this-&gt;Ids[i];};<br><br>I set the cmake build type to &quot;Debug&quot; and set the Debug flags as: <br>
<br>//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or<br>// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.<br>CMAKE_BUILD_TYPE:STRING=Debug<br><br>//Flags used by the compiler during debug builds.<br>
CMAKE_CXX_FLAGS_DEBUG:STRING=-g -O0 -debug all -traceback -ftrapuv<br><br>//Flags used by the compiler during debug builds.<br>CMAKE_C_FLAGS_DEBUG:STRING=-g -O0 -debug all -traceback -ftrapuv<br><br><br><div class="gmail_quote">
On Fri, Jan 22, 2010 at 5:49 PM, Berk Geveci <span dir="ltr">&lt;<a href="mailto:berk.geveci@kitware.com">berk.geveci@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Can you post a full stack from gdb?<br>
<div><div></div><div class="h5"><br>
On Fri, Jan 22, 2010 at 4:18 PM, Peter Brady &lt;<a href="mailto:petertbrady@gmail.com">petertbrady@gmail.com</a>&gt; wrote:<br>
&gt; Hello All,<br>
&gt;<br>
&gt; I appear to keep getting a segmentation fault when I try to advance in time<br>
&gt; using paraview 3.6.2.  Everything works fine using 3.6.1.  I am using the<br>
&gt; intel compilers (11.0.083).  This is the output I get when I run it with<br>
&gt; gdb:<br>
&gt;<br>
&gt; Program received signal SIGSEGV, Segmentation fault.<br>
&gt; vtkIdList::GetId (this=&lt;value optimized out&gt;, i=&lt;value optimized out&gt;)<br>
&gt;     at /home/peter/lib/ParaView-3.6.2/VTK/Common/vtkIdList.h:42<br>
&gt; 42      vtkIdType GetId(const vtkIdType i) {return this-&gt;Ids[i];};<br>
&gt;<br>
&gt;<br>
&gt; Any idea on how to get around this?<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Peter<br>
&gt;<br>
</div></div><div><div></div><div class="h5">&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>