[Paraview] Pvbatch 4.1.0 core dumps when loading LIC plugin on server and client

2014-04-16 Thread Joe Borġ
Create a Python file with the following commands: from paraview.simple import * print 'Loading on server...' LoadPlugin('/opt/ParaView/ParaView-4.1.0-Linux-64bit/lib/paraview-4.1/libSurfaceLIC.so', True, globals()) print '...loaded.' print 'Loading on client...' LoadPlugin('/opt/ParaView/ParaVie

Re: [Paraview] Pvbatch 4.1.0 core dumps when loading LIC plugin on server and client

2014-04-16 Thread Burlen Loring
mind sharing a complete example? On 04/16/2014 07:24 AM, Joe Borġ wrote: Create a Python file with the following commands: from paraview.simple import * print 'Loading on server...' LoadPlugin('/opt/ParaView/ParaView-4.1.0-Linux-64bit/lib/paraview-4.1/libSurfaceLIC.so', True, globals

Re: [Paraview] Pvbatch 4.1.0 core dumps when loading LIC plugin on server and client

2014-04-16 Thread Burlen Loring
Oh, that is a complete example. :-) my bad. I was able to reproduce using the 4.1 binary, I'll try with a debug build and see if I can determine what's going wrong. $PV_LIBRARY_PATH=/work/ParaView/ParaView-4.1.0-Linux-64bit/lib/paraview-4.1/ ParaView-4.1.0-Linux-64bit/bin/pvbatch --enable-bt

Re: [Paraview] Pvbatch 4.1.0 core dumps when loading LIC plugin on server and client

2014-04-16 Thread Utkarsh Ayachit
Burlen, This is due to a bug in the plugin loading mechanism. For now, I suggest Joe to only load the "Server side" plugin since that's all that's needed in pvbatch mode. Utkarsh On Wed, Apr 16, 2014 at 3:45 PM, Burlen Loring wrote: > Oh, that is a complete example. :-) my bad. > > I was able