Ticket #7525 (closed: fixed)
Sorting workspaces crashes Mantid
Reported by: | Nick Draper | Owned by: | Roman Tolchenov |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.6 |
Component: | GUI | Keywords: | |
Cc: | Richard.heenan@… | Blocked By: | |
Blocking: | Tester: | Nick Draper |
Description
2.5.1627 64 bit windows, likes to crash Mantid it you use “sort” on workspaces, nor is the sort working properly
Attachments
Change History
comment:1 Changed 7 years ago by Arturs Bekasovs
- Owner changed from Arturs Bekasovs to Roman Tolchenov
comment:2 Changed 7 years ago by Roman Tolchenov
- Status changed from new to inprogress
Use the correct pointer to the parent dock widget.
Re #7525. Parent widget of MantidTreeWidget wasn't the MantidDockWidget so static cast didn't work.
Changeset: 5d13ab7502176e3f3da6eb21abc20b4bc53f6704
comment:3 Changed 7 years ago by Roman Tolchenov
Changed Sort menu to define sorting options. Re #7525
Changeset: f7b58799a57e06bdc2a31f81e450fa2c3fe44618
comment:4 Changed 7 years ago by Roman Tolchenov
- Status changed from inprogress to verify
- Resolution set to fixed
To tester:
Before the fix these actions lead to a crash:
Start Mantid, execute Loadrkh, read in the attached .txt file (change extension at bottom of gui to txt), plot the workspace, hit Sort, crash
Sorting in general needs to be tested as well.
comment:5 Changed 7 years ago by Nick Draper
- Status changed from verify to verifying
- Tester set to Nick Draper