Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

segfault while setting non-cubic reciprocal lattice. #5526

Closed
abuts opened this issue Jan 27, 2012 · 1 comment
Closed

segfault while setting non-cubic reciprocal lattice. #5526

abuts opened this issue Jan 27, 2012 · 1 comment
Assignees
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@abuts
Copy link
Member

abuts commented Jan 27, 2012

The code below segfaults Mantid on SetupUB while inverting some internal matrix.

WS_Name = 'CNCS_7860_event'
Load(Filename='CNCS_7860_event.nxs',OutputWorkspace=WS_Name )

AddSampleLog(Workspace=WS_Name,LogName='Ei',LogText='3',LogType='Number')
MD_Name='MD1'
SetUB(Workspace=WS_Name,a='10.4165',b='3.4165',c='10.4165',alpha=30,beta=45,gamma=80,u='1,0,0',v='0,1,0')
ConvertToMDEvents(InputWorkspace=WS_Name,OutputWorkspace=MD_Name,QDimensions='QhQkQl',QinHKL=False,dEAnalysisMode='Direct',MinValues='-2,-2,-3,-1',MaxValues='2,2,3,3',SplitInto="20,20,20,1")
ps=plotSlice(MD_Name, xydim=["Q1","Q2"], slicepoint=[0,0] )

@abuts
Copy link
Member Author

abuts commented Jun 3, 2015

This issue was originally trac ticket 4679

@abuts abuts added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. Mantid labels Jun 3, 2015
@abuts abuts added this to the Release 2.0 milestone Jun 3, 2015
@abuts abuts closed this as completed Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

No branches or pull requests

2 participants