Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-891

QOrganizerManager instance takes constantly up to 99.9% of CPU

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 1.1.1
    • 1.1.0
    • Organizer
    • None
    • Ubuntu 10.04 LTS - sbox-FREMANTLE_X86
      Maemo5 - N900 - PR1.3
    • d3fe8436b3d2aa95dbcd8b87810ef5937754ba4f

    Description

      Creating QOrganizerManager instance in an application and doing nothing else causes the application to eat up all of CPU.
      Running the application in scratchbox or in N900 and then running 'top' reveals that the application takes constantly up to 99.9% of CPU.

      Below you can find the main.cpp needed to reproduce this bug:

      #include <QtGui/QApplication>
      #include <QtGui/QMainWindow>
      #include <QOrganizerManager>
      QTM_USE_NAMESPACE;

      int main(int argc, char *argv[])
      {
      QApplication a(argc, argv);
      QOrganizerManager manager;
      QMainWindow w;
      w.show();
      return a.exec();
      }

      Attachments

        Activity

          People

            szsolt Zsolt Simon (closed Nokia identity) (Inactive)
            mikkop Mikko Piipponen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: