Ticket #4543 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

Line Viewer Crash

Reported by: Owen Arnold Owned by: Janik Zikovsky
Priority: critical Milestone: Release 2.0
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Andrei Savici

Description (last modified by Janik Zikovsky) (diff)

From Pascal:

Actually, I can make it crash even without doing an instrument view before

from mantidsimple import * 
LoadRaw(Filename='WISH00017946.raw',OutputWorkspace='17946',LoadLogFiles='0',LoadMonitors='Exclude') 
LoadIsawUB(InputWorkspace='17946',Filename=r'SrEr2O4_ISAW_UB.mat') 
ConvertToDiffractionMDWorkspace(InputWorkspace='17946',OutputWorkspace='17946_MD_HKL',OutputDimensions='HKL') 
BinMD(InputWorkspace='17946_MD_HKL',AlignedDimX='H,-1.0,8.0,200',AlignedDimY='K,-1.0,8.0,200',AlignedDimZ='L,0,1.5,200',OutputWorkspace='test_rebin')

Then click on L->Y, K->X and try to do a cut.

Attachments

SrEr2O4_ISAW_UB.mat (564 bytes) - added by Owen Arnold 9 years ago.

Change History

comment:1 Changed 9 years ago by Owen Arnold

Changed 9 years ago by Owen Arnold

comment:2 Changed 9 years ago by Janik Zikovsky

  • Status changed from new to accepted
  • Description modified (diff)

comment:3 Changed 9 years ago by Janik Zikovsky

  • Description modified (diff)

comment:4 Changed 9 years ago by Janik Zikovsky

Refs #4543, #4524: possible fix for crash in LineViewer

involving 0-length lines being drawn

Changeset: aa2b0e2505ea664d60366a44e497ea0a2e558189

comment:5 Changed 9 years ago by Janik Zikovsky

Refs #4543, #4524: possible fix for crash in LineViewer

involving 0-length lines being drawn

Changeset: aa2b0e2505ea664d60366a44e497ea0a2e558189

comment:6 Changed 9 years ago by Janik Zikovsky

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

Possibly fixed by above changes.

comment:7 Changed 9 years ago by Andrei Savici

  • Status changed from verify to verifying
  • Tester set to Andrei Savici

comment:8 Changed 9 years ago by Andrei Savici

  • Status changed from verifying to closed

Seems to be working now

comment:9 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 5390

Note: See TracTickets for help on using tickets.