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

Crash while settingPersistentStoragePath

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.6.1
    • 5.6
    • WebEngine
    • None

    Description

      This code crashes

      int main(int argc, char** argv)
      {
      QApplication app(argc, argv);
      QWebEngineProfile* p = QWebEngineProfile::defaultProfile();
      QWebEngineView page ;
      page.load(QUrl("qrc:/file.html"));
      p->setPersistentStoragePath(QStandardPaths::writableLocation(QStandardPaths::CacheLocation);
      return app.exec();
      }
      

      Attachments

        For Gerrit Dashboard: QTBUG-52468
        # Subject Branch Project Status CR V

        Activity

          People

            michal Michal Klocek
            michal Michal Klocek
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes