| Summary: | G4Exception at run time with QT ON, geant4-09-05-ref-10 | ||
|---|---|---|---|
| Product: | Examples/Extended | Reporter: | garnier |
| Component: | field/field04,05,06 | Assignee: | garnier |
| Status: | CLOSED MOVED | ||
| Severity: | normal | CC: | Ivana.Hrivnacova, ivana, Koichi.Murakami |
| Priority: | P5 | ||
| Version: | 9.5 | ||
| Hardware: | All | ||
| OS: | Mac OS X | ||
|
Description
garnier
2012-11-08 16:02:17 CET
The field04 example calls vis.mac before run/initialize, what causes a message: ERROR: G4VisCommandSceneAddVolume::SetNewValue: No world. Maybe the geometry has not yet been defined. Try "/run/initialize" from /vis/drawVolume However when vis.mac is reduced to /vis/open OGL 600x600-0+0 /vis/viewer/set/viewpointVector 1 1.5 1.1 /vis/viewer/set/viewpointThetaPhi 110 140 /vis/viewer/zoom 1.4 as no further setting has a good meaning, then the program (built with Qt) crashes with gdb back trace: ./field04 ... #0 0x0000003e1500ee98 in QWidgetPrivate::showChildren(bool) () from /usr/lib64/libQtGui.so.4 #1 0x0000003e1500efcf in QWidgetPrivate::show_helper() () from /usr/lib64/libQtGui.so.4 #2 0x0000003e1500f40a in QWidget::setVisible(bool) () from /usr/lib64/libQtGui.so.4 #3 0x0000003e1500ef66 in QWidgetPrivate::showChildren(bool) () from /usr/lib64/libQtGui.so.4 #4 0x0000003e1500efcf in QWidgetPrivate::show_helper() () from /usr/lib64/libQtGui.so.4 #5 0x0000003e1500f40a in QWidget::setVisible(bool) () from /usr/lib64/libQtGui.so.4 #6 0x00007ffff6667e28 in G4UIQt::SessionStart() () from /work/packages/geant4/geant4_ref_install/lib64/libG4interfaces.so #7 0x0000000000421050 in main () The issue was moved to JIRA. http://jira-geant4.kek.jp/browse/DEV-14 |