Opened 14 years ago
Last modified 14 years ago
#53 new defect
100% CPU load in some applications
| Reported by: | rudi | Owned by: | dmik | 
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | kernel | Version: | |
| Severity: | blocker | Keywords: | |
| Cc: | 
Description
Some applications (for example QtLinguist) show very high CPU load in idle state. This seems to be related to changes done to qeventloop_pm.cpp between RC7 and the current trunk. If I downgrade the mentioned file, the apps work as expected.
  Note:
 See   TracTickets
 for help on using tickets.
    
O.K., it's caused by the r176. When QT_PM_NO_DOSTIMERS is defined, the problem goes away. Maybe I'll invertigate further next week...