Ticket #3333 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

Analysis Service Issue

Reported by: Owen Arnold Owned by: Owen Arnold
Priority: major Milestone: Iteration 30
Component: VATES Keywords:
Cc: Blocked By:
Blocking: Tester: Michael Reuter

Description

Windows Issue. When loading plugins, Paraview looks at PV_PLUGIN_PATH from which it attempts to load any DLLs present. It will fail to load those that aren't plugins, however this is causing issues with the Mantid Analysis Service whereby the singleton is attempting to clear out functions that don't exist as it is destructed. see #3115.

Change History

comment:1 Changed 9 years ago by Owen Arnold

In [13085]:

re #3333 Fix is to ensure that PV_PLUGINS_DIR only contains PV plugins. As part of the post build event copy libraries into separate directory. Note that originals are not moved/deleted so that CPack can target them for packaging.

comment:2 Changed 9 years ago by Owen Arnold

In [13109]:

re #3333. New Evaluate function.

comment:3 Changed 9 years ago by Owen Arnold

  • Status changed from new to accepted

comment:4 Changed 9 years ago by Owen Arnold

  • Status changed from accepted to verify
  • Resolution set to fixed

comment:5 Changed 9 years ago by Michael Reuter

  • Status changed from verify to verifying
  • Tester set to Michael Reuter

comment:6 Changed 9 years ago by Michael Reuter

  • Status changed from verifying to closed

The ParaView plugins directory does contain only the correct type of plugins. Windows seems to be handling this particular change OK.

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 4180

Note: See TracTickets for help on using tickets.