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

Burlen Loring burlen.loring at gmail.com
Wed Apr 16 14:37:46 EDT 2014


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())
> 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
>
>
>
> _______________________________________________
> 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20140416/65266e54/attachment-0001.html>


More information about the ParaView mailing list