[Webkit-unassigned] [Bug 35741] New: [Qt] Memory leakage in QWebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 4 06:47:35 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35741

           Summary: [Qt] Memory leakage in QWebView
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vestbo at webkit.org


This bug report originated from internal issue QT-1943


--- Comments ---

Product: Qt

Function: webkit

Version: 4.5.1

Platform: Linux

CentOS 5.3

Compiler: GCC

Short description: Memory leakage in QWebView

Did:

We are using the QWebView widget to display status about our system. The widget
is therefore updated very often by altering a html-text and then update the
display using the SetHtml-function (we have also tried the setContent).

The problem is that there seems to be a memory leakage. The memory usage for
the exe-process continues to grow as we update the widget content. It does not
help to delete the widget, we have to kill the exe-process to retrieve the
memory back to the PC.

The memory usage does not grow if we skip to update the widget so the leakage
seems to be within the widget.

Expected to see:

Stable memory usage

Got instead:

Increasing memory usage

More details:

–


The memory usage for the exe-process continues to grow as we update the widget
content. It does not help to delete the widget, we have to kill the exe-process
to retrieve the memory back to the PC.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list