Ticket #5362 (closed: fixed)

Opened 8 years ago

Last modified 5 years ago

SliceViewerMantidPlotTest failure

Reported by: Janik Zikovsky Owned by: Janik Zikovsky
Priority: major Milestone: Release 2.2
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Vickie Lynch

Description (last modified by Janik Zikovsky) (diff)

Related to errors seen on ticket #5307. Seems to be a problem with the destructor of MDHistoWorkspaceIterator. Please check that IMDIterator destructors are called correctly and no memory leaks occur because of them or MDImplicitFunctions.

Change History

comment:1 Changed 8 years ago by Janik Zikovsky

Refs #5362 fix error in destructor for IMDIterator

that had been accidentally hidden by a non-virtual destructor. The MDImplicitFunction was being shared by several objects and deleted several times.

Changeset: 7a7747ba5854de56f47ea96210b3b301e5c3eacc

comment:2 Changed 8 years ago by Janik Zikovsky

  • Status changed from new to accepted
Last edited 8 years ago by Janik Zikovsky (previous) (diff)

comment:3 Changed 8 years ago by Janik Zikovsky

  • Status changed from accepted to verify
  • Resolution set to fixed
  • Description modified (diff)

Note to testers: SliceViewerMantidPlotTest should now not fail on any machines.

comment:4 Changed 8 years ago by Janik Zikovsky

Refs #5362 fix error in destructor for IMDIterator

that had been accidentally hidden by a non-virtual destructor. The MDImplicitFunction was being shared by several objects and deleted several times.

Changeset: 7a7747ba5854de56f47ea96210b3b301e5c3eacc

comment:5 Changed 8 years ago by Vickie Lynch

  • Status changed from verify to verifying
  • Tester set to Vickie Lynch

comment:6 Changed 8 years ago by Vickie Lynch

  • Status changed from verifying to closed

SliceViewerMantidPlotTest is working on all platforms and works when I create MDHistoWorkspace.

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 6208

Note: See TracTickets for help on using tickets.