janpipek / g4application

A simple modular application for Geant 4.
MIT License
2 stars 0 forks source link

Qt UI session does not start anymore #24

Closed janpipek closed 8 years ago

janpipek commented 8 years ago

The window is probably started and immediately closed.

janpipek commented 8 years ago

1c688f7f0998d34b8b3eb7d9498f0a8ffbfb127c - OK

janpipek commented 8 years ago

7da4e1ae3fedd8146dcfcc9aaf383f0ea0cdc9e7 - OK

janpipek commented 8 years ago
git bisect start
# bad: [cb80cf845eb71ac2eca5c161c97e068b2449bfd7] Enable selection of interactive session by -i command-line option
git bisect bad cb80cf845eb71ac2eca5c161c97e068b2449bfd7
# good: [7da4e1ae3fedd8146dcfcc9aaf383f0ea0cdc9e7] PluginMessenger -> PluginLoader
git bisect good 7da4e1ae3fedd8146dcfcc9aaf383f0ea0cdc9e7
# bad: [cb80cf845eb71ac2eca5c161c97e068b2449bfd7] Enable selection of interactive session by -i command-line option
git bisect bad cb80cf845eb71ac2eca5c161c97e068b2449bfd7
# good: [7da4e1ae3fedd8146dcfcc9aaf383f0ea0cdc9e7] PluginMessenger -> PluginLoader
git bisect good 7da4e1ae3fedd8146dcfcc9aaf383f0ea0cdc9e7
# bad: [2288818754da20ad39edb6c454ba5ce8b0be346a] Simplify Application
git bisect bad 2288818754da20ad39edb6c454ba5ce8b0be346a
# good: [8bdb7d73bbe2e3ce9d1bf85db97639b57dd2160f] Use EXCEPTION_WHERE macro wherever possible
git bisect good 8bdb7d73bbe2e3ce9d1bf85db97639b57dd2160f
janpipek commented 8 years ago

2288818754da20ad39edb6c454ba5ce8b0be346a is the first bad commit

janpipek commented 8 years ago

This is obviously wrong:

_interactiveSession = new G4UIQt(0, nullptr);