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 <<a href="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</a>><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 "show copying"<br>and "show warranty" for details.<br>This GDB was configured as "x86_64-redhat-linux-gnu".<br>
For bug reporting instructions, please see:<br><<a href="http://www.gnu.org/software/gdb/bugs/">http://www.gnu.org/software/gdb/bugs/</a>>...<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='*-debuginfo' 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='*-debuginfo' 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='*-debuginfo' 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='*-debuginfo' 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='*-debuginfo' 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='*-debuginfo' 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->Ids[i];};<br><br>I set the cmake build type to "Debug" 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"><<a href="mailto:berk.geveci@kitware.com">berk.geveci@kitware.com</a>></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 <<a href="mailto:petertbrady@gmail.com">petertbrady@gmail.com</a>> wrote:<br>
> Hello All,<br>
><br>
> I appear to keep getting a segmentation fault when I try to advance in time<br>
> using paraview 3.6.2. Everything works fine using 3.6.1. I am using the<br>
> intel compilers (11.0.083). This is the output I get when I run it with<br>
> gdb:<br>
><br>
> Program received signal SIGSEGV, Segmentation fault.<br>
> vtkIdList::GetId (this=<value optimized out>, i=<value optimized out>)<br>
> at /home/peter/lib/ParaView-3.6.2/VTK/Common/vtkIdList.h:42<br>
> 42 vtkIdType GetId(const vtkIdType i) {return this->Ids[i];};<br>
><br>
><br>
> Any idea on how to get around this?<br>
><br>
> Thanks,<br>
> Peter<br>
><br>
</div></div><div><div></div><div class="h5">> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the ParaView Wiki at:<br>
> <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
><br>
><br>
</div></div></blockquote></div><br>