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

QWebEngineProfile constructor crashes

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P1: Critical
    • 6.7.1
    • 6.7.0
    • WebEngine
    • None
    • Windows
    • 7fac1a4892d09e4ea8560fdbe3c8c729f636a24e

    Description

      Author of RSS Guard here.

      https://github.com/martinrotter/rssguard

      My application is built by Github actions. When built with Qt 6.6.3 (or any older version). The app works as expected.

      When built locally or via Actions with Qt 6.7.0, app crashes somewhere inside QtWebEngineCore module.

      Specifically when calling this line:

      auto* xxx = new QWebEngineProfile("rssguard", this);
      

      This line is basically called inside QApplication-subclass constructor.

      The bug only presents itself on Qt 6.7.0 and only on Windows. The exact same codebase works fine with older Qts. The above code is called from main thread.

      I attached the crashdump.

      Attachments

        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
            skunkos Martin Rotter
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes