MantisBT - ParaView
View Issue Details
0005656ParaView(No Category)public2007-09-05 18:242009-05-13 13:59
Berk Geveci 
Clinton Stimpson 
normalcrashalways
closedfixed 
 
3.43.4 
0005656: Plugins cause crash when using render server
I have simple, server-side plugin that I am loading by setting PV_PLUGIN_PATH. ParaView crashes when running data server/render server tests. It looks like the render server is not loading the plugin but is trying to use it.
No tags attached.
Issue History
2007-09-05 18:24Berk GeveciNew Issue
2007-09-05 18:24Berk GeveciStatusbacklog => tabled
2007-09-05 18:24Berk GeveciAssigned To => Clinton Stimpson
2007-09-06 18:26Clinton StimpsonStatustabled => @80@
2007-09-06 18:26Clinton StimpsonResolutionopen => fixed
2007-09-06 18:26Clinton StimpsonNote Added: 0008873
2007-09-13 21:58Alan ScottStatus@80@ => closed
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0008873)
Clinton Stimpson   
2007-09-06 18:26   
It was actually the data server.

Simply moved Servers/ServerManager/vtkSMPluginLoader.cxx to Servers/Common/vtkPVPluginLoader.cxx, as there are no SM dependencies.