Ticket #1247 (closed: fixed)

Opened 10 years ago

Last modified 5 years ago

Crash when replacing a WorkspaceGroup in MantidPlot

Reported by: Martyn Gigg Owned by: Martyn Gigg
Priority: major Milestone: Iteration 23
Component: Keywords:
Cc: Blocked By:
Blocking: Tester:

Description

From Rob Dalgliesh, the following script crashes Mantid

for i in range(0,5):
    LoadRaw(Filename="EVS13895.raw",OutputWorkspace="OFFSPEC00006492",Cache="Always",LoadLogFiles="0")
    LoadRaw(Filename="EVS13895.raw",OutputWorkspace="OFFSPEC00006493",Cache="Always",LoadLogFiles="0")
    Plus("OFFSPEC00006492_1","OFFSPEC00006492_2","test")
    Plus("OFFSPEC00006493_1","OFFSPEC00006493_2","test")

Change History

comment:1 Changed 10 years ago by Martyn Gigg

  • Owner set to Martyn Gigg
  • Status changed from new to accepted

comment:2 Changed 10 years ago by Martyn Gigg

(In [4467]) Fix for crash when replacing a WorkspaceGroup within MantidPlot. The dock widget now only queries the workspace data if an item is expanded. Re #1247

comment:3 Changed 10 years ago by Martyn Gigg

  • Status changed from accepted to testing
  • Resolution set to fixed

comment:4 Changed 10 years ago by Sofia Antony

  • Status changed from testing to closed

comment:5 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 2094

Note: See TracTickets for help on using tickets.