Hi there,
I have encountered a weird problem recently. I created a new application that process HTML files with Qt. Here is basically what it does
1. Loads up a HTML page using QWebView
2. Extract some information from the HTML file
3. Go back to Step 1 to process the next one.
The problem is that after a while, the program stops processing. When it stops is totally random. Sometimes it stops after a long while, sometimes it stops half a minute after it starts.
To resume it, all I need to do is just to hover the mouse cursor over the application window. I don't even need to click anything. Just hovering over it and it will start working again.
This happens in Windows 7 and Windows Vista. Not sure about XP since I don't have a machine running it.
I am having a hard time figuring out this problem. Maybe someone can help me with it? Thanks in advance.
Bookmarks