Initial investigation points to the following commit. I;ve submitted a bug: http://paraview.org/Bug/view.php?id=10621
---------------------------------------------------------------------------- commit ac9eda333292f5843701dc0495b67c724c268127 Author: Francois Bertel <[email protected]> Date: Fri Jul 24 09:05:01 2009 -0400 ENH:Try to use PBO if supported. ---------------------------------------------------------------------------- Utkarsh On Tue, Apr 27, 2010 at 2:23 PM, Scott, W Alan <[email protected]> wrote: > Yep. Worked fine under 3.6.2 (and all versions before that). > > Alan > > -----Original Message----- > From: Utkarsh Ayachit [mailto:[email protected]] > Sent: Tuesday, April 27, 2010 11:56 AM > To: Scott, W Alan > Cc: Didier Roissé; [email protected] > Subject: Re: [Paraview] Paraview3.8 RC1 crash in remote X > > By remote X, are you guys referring to X-forwarding over ssh? > > Utkarsh > > On Tue, Apr 27, 2010 at 12:54 PM, Scott, W Alan <[email protected]> wrote: >> I also have the same problem. And, we have to use remote X, since we debug >> ParaView on remote (out of state) systems. >> >> >> >> Alan >> >> >> >> From: [email protected] [mailto:[email protected]] >> On Behalf Of Didier Roissé >> Sent: Tuesday, April 27, 2010 5:25 AM >> To: [email protected] >> Subject: [Paraview] Paraview3.8 RC1 crash in remote X >> >> >> >> Hello, >> I have installed binaries of paraview 3.8-RC1 on an ubuntu 9.04. I launch >> paraview locally, and it work very well. But if I launched paraview in >> remote X, the paraview splash screen is displayed and then it crashes. >> I have no problem with the version 3.6.2 of paraview binaries. >> >> I have the same problem if I build paraview 3.8-RC1. >> >> A core file is created and with gdb I have this log : >> >> >> (gdb) bt >> #0 0x46813158 in vtkUpload3D<unsigned char>::Upload () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #1 0x46806955 in vtkPixelBufferObject::Upload3D () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #2 0x46950bd2 in vtkPixelBufferObject::Upload2D () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #3 0x4694fa20 in vtkOpenGLTexture::Load () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #4 0x469451d8 in vtkOpenGLScalarsToColorsPainter::RenderInternal () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #5 0x467f7567 in vtkPainter::Render () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #6 0x467f6a11 in vtkPainter::RenderInternal () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #7 0x467f7567 in vtkPainter::Render () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #8 0x4670280c in vtkDefaultPainter::Render () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #9 0x467f94ec in vtkPainterPolyDataMapper::RenderPiece () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #10 0x4681e51c in vtkPolyDataMapper::Render () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #11 0x4690d84f in vtkOpenGLActor::Render () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #12 0x466b9d69 in vtkActor::RenderOpaqueGeometry () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #13 0x468438e4 in vtkRenderer::UpdateGeometry () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #14 0x469440f3 in vtkOpenGLRenderer::DeviceRender () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #15 0x468448ee in vtkRenderer::Render () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #16 0x4683d9e1 in vtkRendererCollection::Render () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #17 0x46855b48 in vtkRenderWindow::DoStereoRender () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #18 0x4685605b in vtkRenderWindow::DoFDRender () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #19 0x46856640 in vtkRenderWindow::DoAARender () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #20 0x46856d51 in vtkRenderWindow::Render () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #21 0x46991e84 in vtkXOpenGLRenderWindow::Render () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRendering.so.pv3.8 >> #22 0x45b61228 in vtkXOpenGLRenderWindowCommand () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkRenderingCS.so >> #23 0x46249c75 in vtkClientServerInterpreter::ProcessCommandInvoke () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkClientServer.so >> #24 0x46249fc9 in vtkClientServerInterpreter::ProcessOneMessage () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkClientServer.so >> #25 0x4624a288 in vtkClientServerInterpreter::ProcessStream () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkClientServer.so >> #26 0x44571dfb in vtkSelfConnection::ProcessStreamLocally () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkPVServerCommon.so >> #27 0x44571e2a in vtkSelfConnection::SendStreamToClient () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkPVServerCommon.so >> #28 0x444f452d in vtkProcessModuleConnection::SendStream () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkPVServerCommon.so >> #29 0x444f9bef in vtkProcessModuleConnectionManager::SendStream () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkPVServerCommon.so >> #30 0x44503437 in vtkProcessModule::SendStream () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkPVServerCommon.so >> #31 0x41793d9c in vtkSMRenderViewProxy::PerformRender () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkPVServerManager.so >> #32 0x417f5e23 in vtkSMViewProxy::StillRender () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libvtkPVServerManager.so >> #33 0x407d8550 in pqView::forceRender () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libpqCore.so >> #34 0x407ee88c in pqView::qt_metacall () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libpqCore.so >> #35 0x407e8cb4 in pqRenderViewBase::qt_metacall () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libpqCore.so >> #36 0x407e88ec in pqRenderView::qt_metacall () from >> /opt/paraview3.8-RC1/lib/paraview-3.8/libpqCore.so >> #37 0x439bf8b5 in QMetaObject::metacall (object=0xa082290, >> cl=QMetaObject::InvokeMetaMethod, idx=20, argv=0xbfd94158) at >> kernel/qmetaobject.cpp:237 >> #38 0x439ce6db in QMetaObject::activate (sender=0x9e5ac84, m=0x43ad05a4, >> local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3285 >> #39 0x43a21407 in QTimer::timeout (this=0x9e5ac84) at >> .moc/release-shared/moc_qtimer.cpp:134 >> #40 0x439d656e in QTimer::timerEvent (this=0x9e5ac84, e=0xbfd946cc) at >> kernel/qtimer.cpp:271 >> #41 0x439cb404 in QObject::event (this=0x9e5ac84, e=0xbfd946cc) at >> kernel/qobject.cpp:1204 >> #42 0x42dfeb6c in QApplicationPrivate::notify_helper (this=0x96f34b8, >> receiver=0x9e5ac84, e=0xbfd946cc) at kernel/qapplication.cpp:4300 >> #43 0x42e06336 in QApplication::notify (this=0xbfd949e8, receiver=0x9e5ac84, >> e=0xbfd946cc) at kernel/qapplication.cpp:3704 >> #44 0x439ba3fb in QCoreApplication::notifyInternal (this=0xbfd949e8, >> receiver=0x9e5ac84, event=0xbfd946cc) at kernel/qcoreapplication.cpp:704 >> #45 0x439eab8e in QTimerInfoList::activateTimers (this=0x96fc864) at >> ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215 >> #46 0x439e7054 in timerSourceDispatch (source=0x96fc830) at >> kernel/qeventdispatcher_glib.cpp:184 >> #47 0x43b2ab88 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 >> #48 0x43b2e0eb in ?? () from /usr/lib/libglib-2.0.so.0 >> #49 0x43b2e268 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 >> #50 0x439e6d51 in QEventDispatcherGlib::processEvents (this=0x96f9c58, >> flags={i = -1076279224}) at kernel/qeventdispatcher_glib.cpp:412 >> #51 0x42ebd825 in QGuiEventDispatcherGlib::processEvents (this=0x96f9c58, >> flags={i = -1076279176}) at kernel/qguieventdispatcher_glib.cpp:204 >> #52 0x439bb7f6 in QCoreApplication::processEvents (flags={i = -1076278992}) >> at kernel/qcoreapplication.cpp:896 >> #53 0x0804f7fe in pqparaviewInitializer::Initialize () >> #54 0x0804eb35 in main () >> >> Do you have an idea of what is happen ? >> >> Best regards, >> Didier >> >> _______________________________________________ >> 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
