Hello!
I'm developing a QT application with QTCreator (and QT 4.5.3) on Arch Linux. I'm using KDE 4.3 The project is basically a GUI that let you insert a url and make some web requests to give the user some data back. The web requests are asynchronous.
I've encountered a weird problem. If I start the application the first time and click on the button that launches the web requests, it crashes. On the second time it works as expected. The third and the fourth time it returns just one of the 900 values I was expecting.
What's strange is that on Windows (and QT 4.6) is working always fine.. Have you ever seen such a thing? Thanks in advance for your information
Best regards