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

Exception (The data is invalid) in wlanapi.dll thread created by QXmlSchema

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 5.9.0, 5.9.1, 5.9.2
    • XML: QtXmlPatterns
    • None
    • Windows 10
      Qt 5.9.2
      msvc2015

    Description

      See the following code:

       

      int main( int argc, char* argv[] )
      {
          QApplication App( argc, argv );
          QXmlSchema XmlSchema;
          return 0;
      }

       

      When running this short application with Qt5.9.1 on Windows 10, the following exception occurs:

      Exception thrown at 0x00007FF8C54F1F28 (KernelBase.dll) in Application.exe: 0x0000000D: The data is invalid.

      The exception is thrown within thread 'wlanapi.dll' which was created when instantiating QXmlSchema.

      When changing the QXmlSchema to a pointer, then the exception isn't thrown anymore because no thread is created.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            jirauser46025 user-3dfd7 (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes