Ticket #3872 (closed: duplicate)
Mantid crash as viewing instrument
Reported by: | Wenduo Zhou | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | major | Milestone: | Release 2.1 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Nick Draper |
Description
Mantid crashes as I try to show instrument. The Workspace is generated by
CreateGroupingWorkspace(InstrumentName="VULCAN", GroupNames="VULCAN", OutputWorkspace="vulcan_group")
Here is the message: CreateGroupingWorkspace-[Notice] CreateGroupingWorkspace successful, Duration 0.12 seconds Vertex shader for simpleShaderProg (MainVertexShader & PositionOnlyVertexShader) failed to compile Fragment shader for simpleShaderProg (MainFragmentShader & ShockingPinkSrcFragmentShader) failed to compile Errors linking simple shader: "" Vertex shader for blitShaderProg (MainWithTexCoordsVertexShader & UntransformedPositionVertexShader) failed to compile Fragment shader for blitShaderProg (MainFragmentShader & ImageSrcFragmentShader) failed to compile Errors linking blit shader: "" Warning: "" failed to compile!
[1]+ Segmentation fault (core dumped) MantidPlot
Change History
comment:2 Changed 9 years ago by Nick Draper
- Status changed from new to assigned
- Owner set to Roman Tolchenov
comment:3 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 32 to Iteration 33
Moved to iteration 33 at iteration 32 code freeze
comment:4 Changed 9 years ago by Russell Taylor
- Owner changed from Roman Tolchenov to Russell Taylor
- Status changed from assigned to accepted
This is a duplicate of #3194.
comment:5 Changed 9 years ago by Russell Taylor
- Status changed from accepted to verify
- Resolution set to duplicate
comment:6 Changed 8 years ago by Nick Draper
- Status changed from verify to verifying
- Tester set to Nick Draper
The GroupNames should be "vulcan", but not "VULCAN". It seems that if the GroupNames is not defined, Mantid does not show any error message at beginning.