On Monday 11 June 2012 19:27:33 Paul Miller wrote: > On 6/11/2012 12:24 PM, Guenther Boelter wrote: > > are we talking about Windows, Linux or OS X? > > Windows 7 x64.
Run it either from QtCreator (if you use it) or from a debugger - Qt messages
are written to the Windows debug stream - both will show that stream to you.
Running it in a debugger has the added benefit that you see where in the code
the crash happened.
...of course the crash will not happen if this is one of those typical
Heisenbugs (you can either see them or debug the program - never both)
Just in case: make sure you COMPLETELY recompiled ALL components of your
program - I've had very strange crashes whenever I forgot to recompile some
minor component after an upgrade.
Konrad
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
