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

WebEngine assert on exit

    XMLWordPrintable

Details

    • Windows

    Description

      Seems that any use of WebEngine triggers an assert on exit, also on Release builds. Even with:

      #include <QApplication>
      #include <QWebEngineProfile>
      int main(int argc, char** argv) {
       QApplication app(argc, argv);
       QWebEngineProfile::defaultProfile();
      }
      

      And this is where it happens (cannot find the message though):

      ...
      26 FatalExit KERNEL32
      0x7ffbd10ee0ab
      27 wassert ucrtbased
      0x7ffb5e8f3eca
      28 wassert ucrtbased
      0x7ffb5e8f3e79
      29 exit ucrtbased
      0x7ffb5e8f41f6
      30 __scrt_common_main_seh exe_common.inl 297
      0x7ff799c1d5f7
      31 __scrt_common_main exe_common.inl 331
      0x7ff799c1d49e
      32 WinMainCRTStartup exe_winmain.cpp 17
      0x7ff799c1d779
      33 BaseThreadInitThunk KERNEL32
      0x7ffbd10e7034
      34 RtlUserThreadStart ntdll
      0x7ffbd1962651
      

      Attachments

        1. qtbug97442.diff
          0.4 kB
        2. qtbug97442.zip
          0.6 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt_webengine_team Qt WebEngine Team
            poikelin Joni Poikelin
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes