Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Cannot Reproduce
-
Affects Version/s: 4.7.2
-
Fix Version/s: None
-
Component/s: (Inactive) EGL/Symbian
-
Labels:None
-
Environment:tested using Qt SDK 1.1 beta on Windows Xp SP3 in a virtual machine using a Nokia C7
Description
if you call qDebug() 51 times in sequence another call to qDebug() isn't displayed when running on a Nokia C7 Symbian device. Works perfectly on Ubuntu, Maemo and Windows.
Strangely using qDebug() in a while loop does work.
In the example you should see 60 lines, but on Symbian you only see 51.