Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-17996

Using QNetworkSession and CActiveSchedulerWait causes a stray signal (Category: E32USER-CBase; Reason: 46)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P1: Critical P1: Critical
    • None
    • 4.7.2
    • None
    • Symbian^3

      Running the following code (also attached) causes a stray signal with the latest Qt mobility but it runs on older versions.

      int main(int argc, char *argv[])
      {
      QApplication a(argc, argv);

      QTM_NAMESPACE::QNetworkConfigurationManager manager;
      QTM_NAMESPACE::QNetworkConfiguration cfg;

      QTM_NAMESPACE::QNetworkSession *_session;
      cfg = manager.defaultConfiguration();
      _session = new QTM_NAMESPACE::QNetworkSession(cfg, &a);

      CActiveSchedulerWait* wait = new CActiveSchedulerWait();
      wait->Start();

      return a.exec();
      }

        1. nwtest.zip
          0.8 kB
          Tomaz Strazisnik
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            Unassigned Unassigned
            tomazs Tomaz Strazisnik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes