Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
Snow Leopard, Cocoa 32-bit
-
a373648fa876a9684394aa9b7ecafd51e53f4742
Description
The simplest way I've found to reproduce this is to open a video on Youtube (so that the Flash plugin is loaded), Open the "About Qt" dialog, and click OK.
The application will use 100% CPU (calling qt_mac_waitForMoreModalSessionEvents() continuously) while eating more and more memory.
As we discussed off-line, this seems to be due to processEvents() being called again before the "zombie" modal session has been cleaned up completely.