[Interest] windows Qt application crashes when not run with admin rights

Konrad Rosenbaum konrad at silmor.de
Tue Jun 12 18:52:14 CEST 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120612/5748a5d0/attachment.sig>


More information about the Interest mailing list