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

QtWebKit memory leak

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 5.3.0 RC1
    • WebKit
    • None

    Description

      The bug on page https://bugreports.qt-project.org/browse/QTBUG-34494 is not solved.

      If we set QWebSettings::AutoLoadImages to false,
      webkit will growth memory with every load until we get a crash.

      while(true)
      {
      
      QThread::msleep(100);  
      
      QWebPage page;  
      
      page.settings()->setAttribute(QWebSettings::AutoLoadImages, false);  
      
      page.mainFrame()->load(QUrl("http://www.google.com"));  
      
      }
      

      Attachments

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

        Activity

          People

            allan.jensen Allan Sandfeld Jensen
            marianmmx MarianMMX
            Votes:
            9 Vote for this issue
            Watchers:
            11 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes