Hi,

I'm having an application crash with a message "uncontrolled exception 0x00dcdeac". The lib that is causing the exception is a 3rd party lib that I don't have the source.
The application always stop with this exception and the debugger shows me that the last instruction is in "qatomic.h" in line 73(I'm using Visual Studio 2003 with Qt 4.3.0 and it marks this line with a green arrow).
The call stack shows "xxxxxxx.lib!00dcdeac()".
I don't really know how can I know where is the problem. Any suggestion and help will be helpfull.

Thanks,