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

Application crashes after a restart when setting options on a QWebEngineView

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P3: Somewhat important
    • None
    • 5.11.3
    • WebEngine
    • None

    Description

      I followed the QT wiki for restarting an app: https://wiki.qt.io/How_to_make_an_Application_restartable

      and then created an QWebEngineView and configured 
      view->settings()->setAttribute(QWebEngineSettings::PluginsEnabled, true).

      The application loads correctly, then I press a button to restart the app and when restarting the application crashes on the
      view->settings()->setAttribute(QWebEngineSettings::PluginsEnabled, true) line.

       

      It appears that something is not being cleared properly when restarting.

       

      Find the test app in attachments.

       

      Attachments

        Issue Links

          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
              jafotes António Mendes
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes