[Qt-interest] line of code, where crush happens

Konstantin Tokarev annulen at yandex.ru
Thu Feb 3 14:45:28 CET 2011



03.02.2011, 14:41, "Sergey" <sh0375 at gmail.com>:
> Hello,
>
> I have QT program, built in VC2005
>
> On my computer it is working well, but on client's it is crushing at
> unexpected moments of time.
> Message is "An unhandled win32 exception occurred in Program.exe [4440]"
> and asks to select debugger.
> What does number [4440] means?

I'm afraid only Microsoft guys know this.

> I can not repeat it on my machine in the debugger.
> How can i find out  line of code and call stack of error on client machine?

Have you tried to build application using MinGW? If this issue is not MSVC-specific,
there's a chance that gdb will catch the error

You can also try to change optimization level in MSVC (it might be optimization bug 
of compiler)

-- 
Regards,
Konstantin



More information about the Qt-interest-old mailing list