Ticket #6431 (closed: duplicate)

Opened 8 years ago

Last modified 5 years ago

ConvertToMD segfaults when run through NX

Reported by: Dennis Mikkelson Owned by: Vickie Lynch
Priority: major Milestone: Release 2.4
Component: Mantid Keywords:
Cc: petersonpf@…, lynchve@… Blocked By:
Blocking: Tester: Michael Reuter

Description

This is a peculiar problem. If the following simple script is run through an NX session on the SNS analysis cluster, ConvertToMD will seg fault. If the same script is run through an SSH session instead, it works correctly. The script is:

import sys

sys.path.append("/opt/mantidnightly/bin")

from mantidsimple import *

file_name = "/SNS/TOPAZ/IPTS-4822/0/3857/NeXus/TOPAZ_3857_event.nxs"

LoadEventNexus( Filename=file_name, OutputWorkspace='TOPAZ_events', FilterByTofMin='500', FilterByTofMax='16000' )

ConvertToMD( InputWorkspace='TOPAZ_events', OutputWorkspace='TOPAZ_MD', QDimensions="Q3D",

dEAnalysisMode="Elastic", QConversionScales="Q in A-1", LorentzCorrection='1', MinValues="-50,-50,-50", MaxValues="50,50,50", SplitInto='2', SplitThreshold='50',MaxRecursionDepth='12')

sys.exit()

Change History

comment:1 Changed 8 years ago by Vickie Lynch

  • Status changed from new to verify
  • Owner changed from Peter Peterson to Vickie Lynch
  • Resolution set to duplicate

Duplicate to #6385

comment:2 Changed 8 years ago by Michael Reuter

  • Status changed from verify to verifying
  • Tester set to Michael Reuter

comment:3 Changed 8 years ago by Michael Reuter

  • Status changed from verifying to closed

Yes it is.

comment:4 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 7277

Note: See TracTickets for help on using tickets.