Ticket #5816 (closed: fixed)

Opened 8 years ago

Last modified 5 years ago

Crash when loading/summing files with groups

Reported by: Martyn Gigg Owned by: Roman Tolchenov
Priority: critical Milestone: Release 2.3
Component: Mantid Keywords: PATCHCANDIDATE,Released
Cc: Blocked By:
Blocking: Tester: Nick Draper

Description (last modified by Roman Tolchenov) (diff)

Rob Dalgliesh spotted this.

This script reproduces it

from mantidsimple import *

runlist = ['MUSR00015189.nxs','MUSR00015190.nxs','MUSR00015191.nxs']
output = 'runs'

Load(str(runlist[0]),output)
for i in range(1,len(runlist)):
        Load(str(runlist[i]),"wtemp")
        Plus(output,"wtemp",output)
        mantid.deleteWorkspace("wtemp")

It sometimes only crashes the second time you run it.

Change History

comment:1 Changed 8 years ago by Martyn Gigg

  • Status changed from new to assigned
  • Owner set to Roman Tolchenov
  • Keywords PATCHCANDIDATE added

comment:2 Changed 8 years ago by Martyn Gigg

  • Description modified (diff)

comment:3 Changed 8 years ago by Roman Tolchenov

  • Status changed from assigned to accepted

comment:4 Changed 8 years ago by Roman Tolchenov

  • Description modified (diff)

comment:5 Changed 8 years ago by Roman Tolchenov

Re #5816. Fixed it in MantidDockWidget

Changeset: 94b42f14195077c74a26e883799fbc7d60aaeffa

comment:6 Changed 8 years ago by Roman Tolchenov

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

comment:7 Changed 8 years ago by Nick Draper

  • Status changed from verify to verifying
  • Tester set to Nick Draper

comment:8 Changed 8 years ago by Nick Draper

  • Status changed from verifying to closed

Tested script in a loop for 10 and 100 iterations, both worked fine.

comment:9 Changed 8 years ago by Roman Tolchenov

Re #5816. Fixed it in MantidDockWidget

Changeset: 94b42f14195077c74a26e883799fbc7d60aaeffa

comment:10 Changed 8 years ago by Russell Taylor

Re #5816. Clear gcc compiler warning.

Changeset: b35b4109607a896c1d0fa71bf58f5e6bf37af8ab

comment:11 Changed 7 years ago by Nick Draper

  • Keywords PATCHCANDIDATE,Released added; PATCHCANDIDATE removed

comment:12 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 6662

Note: See TracTickets for help on using tickets.