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