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

[BC] QNativeSocketEngine::initialize unable to inline out-of-band data

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • 4.7.1
    • 4.6.3
    • Network
    • None
    • Symbian^3, N8

    Description

      On Qt 4.6.4 for Symbian, if device is not connected to network, many network module related test functions will fail with warning message: QNativeSocketEngine::initialize unable to inline out-of-band data.

      But on Qt 4.6.3 those test functions are all pass.

      ------
      test code may like this:

      void tst_QSslSocket::setSocketDescriptor()
      {
          QTcpServer server;
          QVERIFY(server.listen());
      }
      

      failed info:

      QWARN  : tst_QSslSocket::setSocketDescriptor(WithoutProxy) QNativeSocketEngine::initialize unable to inline out-of-band data
      FAIL!  : tst_QSslSocket::setSocketDescriptor(WithoutProxy) 'server.listen()' returned FALSE. ()
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ekoppen Eckhart Köppen
            sclzmbie Chu Yang (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes