Ticket #5726 (closed: fixed)
LoadDialog crashes when it can't find a loader
| Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
|---|---|---|---|
| Priority: | blocker | Milestone: | Release 2.2 |
| Component: | Mantid | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Tester: | Andrei Savici |
Description
To reproduce:
- Start MantidPlot;
- Click Load
- Browse to the test_horace_reader.sqw file in AutoTestData
- Click Ok and MantidPlot will crash
Change History
comment:2 Changed 8 years ago by Martyn Gigg
Catch all exceptions in the MWRunFiles finder thread. Refs #5726
If an algorithm could not be found it was not catching the exception and crashing when the exception propagated up.
Changeset: e98864d98d13a740e6f101982bb056d7c50daa4d
comment:3 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 8 years ago by Andrei Savici
- Status changed from verify to verifying
- Tester set to Andrei Savici
comment:5 Changed 8 years ago by Andrei Savici
- Status changed from verifying to closed
It's not crashing any more
comment:6 Changed 8 years ago by Martyn Gigg
Catch all exceptions in the MWRunFiles finder thread. Refs #5726
If an algorithm could not be found it was not catching the exception and crashing when the exception propagated up.
Changeset: e98864d98d13a740e6f101982bb056d7c50daa4d
comment:7 Changed 8 years ago by Martyn Gigg
Catch all exceptions in the MWRunFiles finder thread. Refs #5726
If an algorithm could not be found it was not catching the exception and crashing when the exception propagated up.
Changeset: e98864d98d13a740e6f101982bb056d7c50daa4d
