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

QtWebEngineProcess memory leak

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: P1: Critical P1: Critical
    • None
    • 5.8.0, 5.9.0 Beta 1
    • WebEngine
    • None
    • Ubuntu 16.10 x64, Windows 7 x64

      `QWebEnginePage` without using `QWebEngineView` creates a `QtWebEngineProcess` process that begins to consume up to 2GB of memory nonstop.

      Console print message:
      "js: Uncaught (in promise) Error: The manifest specifies content that cannot be displayed on this browser/platform."

      Simple sample for demonstrate this bug:

      int main(int argc, char *argv[]) {
          QApplication a(argc, argv);
      
          QWebEnginePage *page = new QWebEnginePage(&a);
          page->load(QUrl("https://www.facebook.com/echomsk.ru"));
      
          return a.exec();
      }
      

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

            viengelm Viktor Engelmann
            alexis031182 Orlov Alexandr
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes