[Paraview] OSX PV3 server Crash on update

clinton at elemtech.com clinton at elemtech.com
Thu Oct 11 14:22:02 EDT 2007


In ParaView3/VTK/VolumeRendering/vtkVolumeRenderingFactory.cxx line 63,
replace

#if defined(VTK_USE_OGLR) || defined(_WIN32) || defined(VTK_USE_COCOA) || 
defined(VTK_USE_CARBON)

with

#if defined(VTK_USE_OGLR) || defined(VTK_USE_OSMESA) || defined(_WIN32) || 
defined(VTK_USE_COCOA) || defined(VTK_USE_CARBON)

Clint

On Thursday 11 October 2007 11:42:32 am Kevin H. Hobbs wrote:
> On Thu, 2007-10-11 at 09:24 -0400, Berk Geveci wrote:
> > Is it possible to compile without mpi and run on one of the nodes.
> > Also, can you set the CMAKE_BUILD_TYPE to Debug? You may get a better
> > stack trace that way...
>
> I ran this single_node-no_MPI-Debug-Mesa version of pvserver in gdb.
>
> I got the following after accepting the wavelet source:
> 	(gdb) file /home/ohu0210/kitware/ParaView3_Build/bin/pvserver
> 	Reading symbols for shared libraries
> ......................................................... done Reading
> symbols from /home/ohu0210/kitware/ParaView3_Build/bin/pvserver...done.
> (gdb) run --use-offscreen-rendering --reverse-connection
> --client-host=crab-lab.zool.ohiou.edu Starting program:
> /home/ohu0210/kitware/ParaView3_Build/bin/pvserver
> --use-offscreen-rendering --reverse-connection
> --client-host=crab-lab.zool.ohiou.edu Reading symbols for shared libraries
> .++++++++++++++++++........................................................
>.........++++++++++++++++++.+++++++++++++++++ done Connected to client
>
> 	Program received signal EXC_BAD_ACCESS, Could not access memory.
> 	Reason: KERN_PROTECTION_FAILURE at address: 0x00000000
> 	0x0ae0759c in
> vtkFixedPointVolumeRayCastMapper::vtkFixedPointVolumeRayCastMapper
> (this=0x2ca05000) at
> /home/ohu0210/kitware/ParaView3/VTK/VolumeRendering/vtkFixedPointVolumeRayC
>astMapper.cxx:769 769      
> this->ImageDisplayHelper->PreMultipliedColorsOn();
>
> 	(gdb) backtrace
> 	#0  0x0ae0759c in
> vtkFixedPointVolumeRayCastMapper::vtkFixedPointVolumeRayCastMapper
> (this=0x2ca05000) at
> /home/ohu0210/kitware/ParaView3/VTK/VolumeRendering/vtkFixedPointVolumeRayC
>astMapper.cxx:769 #1  0x0ae07004 in
> vtkFixedPointVolumeRayCastMapper::vtkFixedPointVolumeRayCastMapper
> (this=0x2ca05000) at
> /home/ohu0210/kitware/ParaView3/VTK/VolumeRendering/vtkFixedPointVolumeRayC
>astMapper.cxx:672 #2  0x0ae06960 in vtkFixedPointVolumeRayCastMapper::New ()
> at
> /home/ohu0210/kitware/ParaView3/VTK/VolumeRendering/vtkFixedPointVolumeRayC
>astMapper.cxx:49 #3  0x0a7b3ad0 in
> vtkFixedPointVolumeRayCastMapperClientServerNewCommand () at
> /home/ohu0210/kitware/ParaView3_Build/Utilities/VTKClientServer/VolumeRende
>ring/vtkFixedPointVolumeRayCastMapperClientServer.cxx:13 #4  0x0a7cf0f4 in
> vtkVolumeRenderingCS_NewInstance (arlu=0x2be13250, type=0x2c07220d
> "vtkFixedPointVolumeRayCastMapper", id={ID = 173}) at
> /home/ohu0210/kitware/ParaView3_Build/Utilities/VTKClientServer/VolumeRende
>ring/vtkVolumeRenderingCSInit.cxx:178 #5  0x19567f38 in
> vtkClientServerInterpreter::ProcessCommandNew (this=0x2be13250,
> css=@0xbfffe480, midx=0) at
> /home/ohu0210/kitware/ParaView3/Utilities/VTKClientServer/vtkClientServerIn
>terpreter.cxx:312 #6  0x19567998 in
> vtkClientServerInterpreter::ProcessOneMessage (this=0x2be13250,
> css=@0xbfffe480, message=0) at
> /home/ohu0210/kitware/ParaView3/Utilities/VTKClientServer/vtkClientServerIn
>terpreter.cxx:212 #7  0x19567844 in
> vtkClientServerInterpreter::ProcessStream (this=0x2be13250,
> css=@0xbfffe480) at
> /home/ohu0210/kitware/ParaView3/Utilities/VTKClientServer/vtkClientServerIn
>terpreter.cxx:183 #8  0x0104ea4c in vtkSelfConnection::ProcessStreamLocally
> (this=0x2bec89c0, stream=@0xbfffe480) at
> /home/ohu0210/kitware/ParaView3/Servers/Common/vtkSelfConnection.cxx:120 #9
>  0x0101abc4 in vtkMPISelfConnection::SendStreamToServerNodeInternal
> (this=0x2bec89c0, remoteId=0, stream=@0xbfffe480) at
> /home/ohu0210/kitware/ParaView3/Servers/Common/vtkMPISelfConnection.cxx:229
> #10 0x0101a9cc in vtkMPISelfConnection::SendStreamToDataServer
> (this=0x2bec89c0, stream=@0xbfffe480) at
> /home/ohu0210/kitware/ParaView3/Servers/Common/vtkMPISelfConnection.cxx:211
> #11 0x0101c6d0 in vtkProcessModuleConnection::SendStream (this=0x2bec89c0,
> servers=1, stream=@0xbfffe480) at
> /home/ohu0210/kitware/ParaView3/Servers/Common/vtkProcessModuleConnection.c
>xx:237 #12 0x010200ec in vtkProcessModuleConnectionManager::SendStream
> (this=0x2be87630, connectionID=1, serverFlags=1, stream=@0xbfffe480,
> reset=1) at
> /home/ohu0210/kitware/ParaView3/Servers/Common/vtkProcessModuleConnectionMa
>nager.cxx:517 #13 0x010252fc in vtkProcessModule::SendStream
> (this=0x2be13010, connectionID=1, server=1, stream=@0xbfffe480,
> resetStream=1) at
> /home/ohu0210/kitware/ParaView3/Servers/Common/vtkProcessModule.cxx:857 #14
> 0x010168d0 in vtkClientConnectionRMI (localArg=0x2c902010,
> remoteArg=0x2c92e0b0, remoteArgLength=120) at
> /home/ohu0210/kitware/ParaView3/Servers/Common/vtkClientConnection.cxx:58
> #15 0x1a4d647c in vtkMultiProcessController::ProcessRMI (this=0x2bdbe000,
> remoteProcessId=1, arg=0x2c92e0b0, argLength=120, rmiTag=938531) at
> /home/ohu0210/kitware/ParaView3/VTK/Parallel/vtkMultiProcessController.cxx:
>468 #16 0x1a4d615c in vtkMultiProcessController::ProcessRMIs
> (this=0x2bdbe000, reportErrors=0, dont_loop=1) at
> /home/ohu0210/kitware/ParaView3/VTK/Parallel/vtkMultiProcessController.cxx:
>420 #17 0x0104af18 in vtkRemoteConnection::ProcessCommunication
> (this=0x2c902010) at
> /home/ohu0210/kitware/ParaView3/Servers/Common/vtkRemoteConnection.cxx:70
> #18 0x0101f7dc in vtkProcessModuleConnectionManager::MonitorConnections
> (this=0x2be87630, msec=0) at
> /home/ohu0210/kitware/ParaView3/Servers/Common/vtkProcessModuleConnectionMa
>nager.cxx:398 #19 0x01023454 in vtkProcessModule::StartServer
> (this=0x2be13010, msec=0) at
> /home/ohu0210/kitware/ParaView3/Servers/Common/vtkProcessModule.cxx:413 #20
> 0x01022f1c in vtkProcessModule::Start (this=0x2be13010, argc=1,
> argv=0x2be12fc0) at
> /home/ohu0210/kitware/ParaView3/Servers/Common/vtkProcessModule.cxx:331 #21
> 0x01a0bd00 in vtkPVMain::Run (this=0x2be07280, options=0x2be12e30) at
> /home/ohu0210/kitware/ParaView3/Servers/Filters/vtkPVMain.cxx:254 #22
> 0x00010810 in main (argc=4, argv=0xbfffe970) at
> /home/ohu0210/kitware/ParaView3/Servers/Executables/pvserver.cxx:68 #23
> 0x0000ffbc in _start (argc=4, argv=0xbfffe970, envp=0xbfffe984) at
> /SourceCache/Csu/Csu-57.0.82/crt.c:272 #24 0x0000fe60 in start ()




More information about the ParaView mailing list