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

Joe Borġ mail at jdborg.com
Wed Apr 16 10:24:56 EDT 2014


 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/ParaView-4.1.0-Linux-64bit/lib/paraview-4.1/libSurfaceLIC.so',
False, globals())
print '...loaded.

And then run it to see:

$ pvbatch pv_lic_plugin_test.py
Loading on server...
...loaded.
Loading on client...
Segmentation fault (core dumped)

It doesn't work the other way around, either.

Thanks,
Joe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20140416/daffe9ba/attachment.html>


More information about the ParaView mailing list