Ticket #5210 (closed: fixed)
loading group of files never finishes if target workspace exists
Reported by: | Alex Buts | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.1 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Russell Taylor |
Description (last modified by Alex Buts) (diff)
if one runs this script more then once, and not deletes the target workspace, the second run never completes and thread hangs on presumably on replacing existing workspace group.
The similar situation occurs if one runs the algorithm from GUI.
wssum=Load('MUSR00015189:00015190',OutputWorkspace='wsMDS')
It seems, the same occurs if one adds workspaces together if workspaces are big. (can not repeat it on the test data)
Change History
comment:2 Changed 8 years ago by Janik Zikovsky
- Status changed from new to accepted
- Owner set to Janik Zikovsky
comment:3 Changed 8 years ago by Janik Zikovsky
Refs #5210 fix Load hanging problem
Changeset: 72ff25fc366340a0b001a2600807cf134b30b512
comment:4 Changed 8 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
comment:5 Changed 8 years ago by Russell Taylor
- Status changed from verify to verifying
- Tester set to Russell Taylor
comment:6 Changed 8 years ago by Russell Taylor
- Status changed from verifying to closed
I observed it hanging yesterday, now it doesn't.
comment:7 Changed 8 years ago by Janik Zikovsky
Refs #5210 fix Load hanging problem
Changeset: 72ff25fc366340a0b001a2600807cf134b30b512
Note: See
TracTickets for help on using
tickets.