Problem 515

Summary: G4RayTracer dose not work under version 5.2
Product: Geant4 Reporter: Fan.Lei
Component: visualization/RayTracerAssignee: Makoto.Asai
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 5.2   
Hardware: Other   
OS: Other   

Description Fan.Lei 2003-07-24 05:46:25 CEST
It seems the G4RayTracer is not working with version 5.2 and gcc3.2. This can
be demonstrated with example/novice/N03, with the following commands:

...
/vis/scene/create
/vis/scene/add/volume
/vis/sceneHandler/create RayTracer
/vis/viewer/create
/vis/rayTracer/trace

These will lead to segmentation fault.
Comment 1 Makoto.Asai 2003-08-02 22:34:59 CEST
RayTracer needs to be fixed with respect to recent massive change in
G4RunManager, and also on-going RunManager restructering. Fixing RayTracer
is on schedule and expected by the end of month.
Comment 2 Makoto.Asai 2003-08-08 22:07:59 CEST
Fix is committed to the CVS with raytracer-V05-02-00 tag and proposed to
the system testing team. Thank you for your report.