Application crashes on windows vista - using Qt 4.1.1
Hi,
I have created an application using Qt 4.1.1. My application mostly runs fine on windows vista as well as XP. But there are few instances when it crashes on Windows vista. The crash is mostly reproducable on vista machines, but never happens on XP machines. It happens mostly when I try to press a button or select a menu item and start a thread from from the pressed widget's slot. This thread is also a Qt thread.
Any help would be appreciated.
-Ratna