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

WebEngine crash when QWebEngineProfile and QQuickWebEngineProfile are set to same persistent storage path

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: Not Evaluated Not Evaluated
    • 6.9
    • 6.8.2, 6.8.3, 6.8.4, 6.9.1, 6.9.2, 6.9.3
    • WebEngine
    • None
    • Windows

      WebEngine crash when QWebEngineProfile and QQuickWebEngineProfile are set to same persistent storage path:

      QQuickWebEngineProfile *pDefaultProfile = QQuickWebEngineProfile::defaultProfile();

      pDefaultProfile->setPersistentStoragePath("testPath");

       

      QWebEngineProfile *pCustomProfile = new QWebEngineProfile("newProfile");

      pCustomProfile ->setPersistentStoragePath("testPath");

       

      Check failed: !HistoryPathsTracker::GetInstance()->HasPath(history_dir_). There already is a HistoryBackend running using the file at: path. Tests have to make sure that HistoryBackend destruction is complete using SetOnBackendDestroyTask() or other flush mechanisms before creating a new HistoryBackend that uses the same directory.

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

            qt_webengine_team Qt WebEngine Team
            Yordan.Bonev Yordan.Bonev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes