Ticket #4082 (closed: duplicate)
bad_alloc crash in Instrument Viewer
Reported by: | Janik Zikovsky | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.0 |
Component: | MantidPlot | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Peter Parker |
Description
Run this script:
LoadEventNexus(Filename=r'CNCS_7860_event.nxs',OutputWorkspace='cncs') ConvertToMatrixWorkspace(InputWorkspace='cncs',OutputWorkspace='a') Power('a', 'am1', -1)
Right-click on am1 workspace, select instrument view. You will get at bad_alloc error. I think it is related to the fact that there are "inf" values in the Y data.
Change History
comment:1 Changed 9 years ago by Russell Taylor
- Status changed from new to verify
- Owner changed from Anyone to Russell Taylor
- Resolution set to duplicate
comment:2 Changed 9 years ago by Peter Parker
- Status changed from verify to verifying
- Tester set to Peter Parker
Note: See
TracTickets for help on using
tickets.
Duplicate of #4079.