[Paraview] Paraview closes with a core dump

Robert Sawko robertsawko at gmail.com
Wed Feb 22 12:01:22 EST 2017


Thanks. Here's the gdb output. I did compile in Debug mode.

Robert
-- 
Noah's Ark for plants:
http://en.wikipedia.org/wiki/Svalbard_Global_Seed_Vault
-------------- next part --------------
Starting program: /home/rsa/downloads/software/paraview-5.3/build/bin/paraview 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".

Program received signal SIGABRT, Aborted.
0x00007fffeb68204f in raise () from /usr/lib/libc.so.6
#0  0x00007fffeb68204f in raise () at /usr/lib/libc.so.6
#1  0x00007fffeb68347a in abort () at /usr/lib/libc.so.6
#2  0x00007ffff1e2c874 in vtkXOpenGLRenderWindow::CreateAWindow() (this=0xe082e0)
    at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/VTK/Rendering/OpenGL2/vtkXOpenGLRenderWindow.cxx:485
#3  0x00007ffff1d91bea in vtkOpenGLRenderWindow::CreateHardwareOffScreenWindow(int, int) (this=0xe082e0, width=300, height=300)
    at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/VTK/Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx:1970
#4  0x00007ffff1e2dafa in vtkXOpenGLRenderWindow::CreateOffScreenWindow(int, int) (this=0xe082e0, width=300, height=300)
    at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/VTK/Rendering/OpenGL2/vtkXOpenGLRenderWindow.cxx:807
#5  0x00007ffff1e2df10 in vtkXOpenGLRenderWindow::Initialize() (this=0xe082e0)
    at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/VTK/Rendering/OpenGL2/vtkXOpenGLRenderWindow.cxx:922
#6  0x00007ffff1d9306f in vtkOpenGLRenderWindow::SupportsOpenGL() (this=0xe07080)
    at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/VTK/Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx:2406
#7  0x00007fffea5f3da9 in vtkPVDisplayInformation::SupportsOpenGLLocally() ()
    at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/ParaViewCore/ClientServerCore/Rendering/vtkPVDisplayInformation.cxx:108
#8  0x00007fffea5f3e2d in vtkPVDisplayInformation::CopyFromObject(vtkObject*) (this=0xe06120)
    at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/ParaViewCore/ClientServerCore/Rendering/vtkPVDisplayInformation.cxx:124
#9  0x00007ffff403b004 in vtkPVSessionCore::GatherInformationInternal(vtkPVInformation*, unsigned int) (this=0x8532b0, information=0xe06120, globalid=0)
    at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/ParaViewCore/ServerImplementation/Core/vtkPVSessionCore.cxx:783
#10 0x00007ffff403b2b9 in vtkPVSessionCore::GatherInformation(unsigned int, vtkPVInformation*, unsigned int) (this=0x8532b0, location=4, information=0xe06120, globalid=0)
    at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/ParaViewCore/ServerImplementation/Core/vtkPVSessionCore.cxx:821
#11 0x00007ffff4036e28 in vtkPVSessionBase::GatherInformation(unsigned int, vtkPVInformation*, unsigned int) (this=
    0xc24490, location=4, information=0xe06120, globalid=0)
    at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/ParaViewCore/ServerImplementation/Core/vtkPVSessionBase.cxx:243
#12 0x00007ffff7a68879 in pqDefaultViewBehavior::onServerCreation(pqServer*) (this=0xc23110, server=0xf242e0)
    at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/Qt/ApplicationComponents/pqDefaultViewBehavior.cxx:119
#13 0x00007ffff7afa616 in pqDefaultViewBehavior::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) (_o=0xc23110, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x7fffffffd500)
    at /home/rsa/downloads/software/paraview-5.3/build/Qt/ApplicationComponents/moc_pqDefaultViewBehavior.cxx:54
#14 0x00007ffff2d03c50 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () at /usr/lib/libQtCore.so.4
#15 0x00007ffff63ce04d in pqServerManagerModel::serverAdded(pqServer*) (this=0x861100, _t1=0xf242e0)
    at /home/rsa/downloads/software/paraview-5.3/build/Qt/Core/moc_pqServerManagerModel.cxx:218
#16 0x00007ffff639b02a in pqServerManagerModel::onConnectionCreated(long long) (this=0x861100, id=1)
    at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/Qt/Core/pqServerManagerModel.cxx:503
#17 0x00007ffff63cde5f in pqServerManagerModel::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) (_o=0x861100, _c=QMetaObject::InvokeMetaMethod, _id=36, _a=0x7fffffffd6f0)
    at /home/rsa/downloads/software/paraview-5.3/build/Qt/Core/moc_pqServerManagerModel.cxx:160
#18 0x00007ffff2d03c50 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () at /usr/lib/libQtCore.so.4
#19 0x00007ffff63cf1e3 in pqServerManagerObserver::connectionCreated(long long) (this=0x822400, _t1=1)
    at /home/rsa/downloads/software/paraview-5.3/build/Qt/Core/moc_pqServerManagerObserver.cxx:170
#20 0x00007ffff639eaf1 in pqServerManagerObserver::connectionCreated(vtkObject*, unsigned long, void*, void*) (this=0x822400, callData=0x811870) at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/Qt/Core/pqServerManagerObserver.cxx:110
#21 0x00007ffff63cee0a in pqServerManagerObserver::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) (_o=0x822400, _c=QMetaObject::InvokeMetaMethod, _id=10, _a=0x7fffffffd8f0)
    at /home/rsa/downloads/software/paraview-5.3/build/Qt/Core/moc_pqServerManagerObserver.cxx:90
#22 0x00007ffff2d03c50 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () at /usr/lib/libQtCore.so.4
#23 0x00007ffff33f4fa9 in vtkQtConnection::EmitExecute(vtkObject*, unsigned long, void*, void*, vtkCommand*) (this=0x854f70, _t1=0x811830, _t2=66, _t3=0x0, _t4=0x811870, _t5=0x833560)
    at /home/rsa/downloads/software/paraview-5.3/build/VTK/GUISupport/Qt/moc_vtkQtConnection.cxx:103
#24 0x00007ffff33e38d6 in vtkQtConnection::Execute(vtkObject*, unsigned long, void*) (this=0x854f70, caller=0x811830, e=66, call_data=0x811870) at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/VTK/GUISupport/Qt/vtkQtConnection.cxx:72
#25 0x00007ffff33e3874 in vtkQtConnection::DoCallback(vtkObject*, unsigned long, void*, void*) (vtk_obj=0x811830, event=66, client_data=0x854f70, call_data=0x811870) at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/VTK/GUISupport/Qt/vtkQtConnection.cxx:62
#26 0x00007fffec51a3db in vtkCallbackCommand::Execute(vtkObject*, unsigned long, void*) (this=0x833560, caller=0x811830, event=66, callData=0x811870) at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/VTK/Common/Core/vtkCallbackCommand.cxx:42
#27 0x00007fffec60b40c in vtkSubjectHelper::InvokeEvent(unsigned long, void*, vtkObject*) (this=0x85ad20, event=66, callData=0x811870, self=0x811830) at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/VTK/Common/Core/vtkObject.cxx:616
#28 0x00007fffec60b919 in vtkObject::InvokeEvent(unsigned long, void*) (this=0x811830, event=66, callData=0x811870)
    at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/VTK/Common/Core/vtkObject.cxx:785
#29 0x00007ffff38bb826 in vtkProcessModule::RegisterSession(vtkSession*) (this=0x811830, session=0xc24490)
    at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/ParaViewCore/ClientServerCore/Core/vtkProcessModule.cxx:381
#30 0x00007ffff453be79 in vtkSMSession::ConnectToSelf() ()
    at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/ParaViewCore/ServerManager/Core/vtkSMSession.cxx:308
#31 0x00007ffff635d10a in pqObjectBuilder::createServer(pqServerResource const&) (this=0x8098e0, resource=...)
    at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/Qt/Core/pqObjectBuilder.cxx:656
#32 0x00007ffff7a28c44 in pqAlwaysConnectedBehavior::serverCheck() (this=0xc21fb0)
    at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/Qt/ApplicationComponents/pqAlwaysConnectedBehavior.cxx:81
#33 0x00007ffff7a28ad8 in pqAlwaysConnectedBehavior::pqAlwaysConnectedBehavior(QObject*) (this=0xc21fb0, parentObject=0xc1a5c0)
    at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/Qt/ApplicationComponents/pqAlwaysConnectedBehavior.cxx:52
#34 0x00007ffff7a993aa in pqParaViewBehaviors::pqParaViewBehaviors(QMainWindow*, QObject*) (this=0xc1a5c0, mainWindow=0x83c280, parentObject=0x83c280) at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/Qt/ApplicationComponents/pqParaViewBehaviors.cxx:157
#35 0x000000000040c884 in ParaViewMainWindow::ParaViewMainWindow() (this=0x83c280)
    at /home/rsa/downloads/software/paraview-5.3/ParaView-v5.3.0-RC1/Applications/ParaView/ParaViewMainWindow.cxx:249
#36 0x000000000040a8af in pqparaviewInitializer::Initialize(int, char**) (this=0x7fffffffe2d0, argc=1, argv=0x7fffffffe468)
    at /home/rsa/downloads/software/paraview-5.3/build/Applications/ParaView/pqparaviewInitializer.cxx:125
#37 0x000000000040a182 in main(int, char**) (argc=1, argv=0x7fffffffe468)
    at /home/rsa/downloads/software/paraview-5.3/build/Applications/ParaView/paraview_main.cxx:115
Undefined command: "exit".  Try "help".


More information about the ParaView mailing list