Ticket #3283 (closed: invalid)

Opened 9 years ago

Last modified 5 years ago

VATES fails with 1 dimensional integration

Reported by: Nick Draper Owned by: Owen Arnold
Priority: critical Milestone: Release 2.0
Component: VATES Keywords:
Cc: Blocked By:
Blocking: Tester: Michael Reuter

Description

Found in testing of #3037, 1D integration crashed:

  1. Load fe_demo_bin.sqw.
  2. Apply
  3. Add a Rebinning Cutter Filter
  4. Apply
  5. Integrate all dimensions except the first one (Qx)
  6. Apply

you get a crash:

MD-Algorithms-[Information]  Existing workspace will be overwtitten
MD-Algorithms-[Information]  successfully loaded residental parts of the MDWorkspace: "InputMDWs" for file "/home/8oz/Code/Mantid/Test/VATES/fe_demo_bin.sqw"in memory
MD rebinning Operations-[Information]  New target MD Workspace ChildAlgOutput will be created
 data obtained in: 1 sec
 pixels and cells rebinned in: 2 sec
 data obtained in: 0 sec
 pixels and cells rebinned in: 1 sec
DynamicRebinFromXML-[Notice] DynamicRebinFromXML successful, Duration 5.32 seconds
Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.

terminate called after throwing an instance of 'std::range_error'
  what():  Requested point is out of range.
Aborted

Change History

comment:1 Changed 9 years ago by Nick Draper

  • Milestone changed from Iteration 30 to Iteration 31

Bulk move of tickets to iteration 31 at the iteration 30 code freeze

comment:2 Changed 9 years ago by Owen Arnold

  • Status changed from new to accepted

comment:3 Changed 9 years ago by Owen Arnold

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

The old MD Workspace format is unlikely to be used ever again. This ticket relates to a bug in code that is not being used. Loading an SQW file now uses a different type of workspace, and the surrounding machinery does not have this bug.

comment:4 Changed 9 years ago by Michael Reuter

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

comment:5 Changed 9 years ago by Michael Reuter

  • Status changed from verifying to closed

Yes, there is no crash with the new workspace type when following the above prescription.

comment:6 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 4130

Note: See TracTickets for help on using tickets.