Bug 35741
| Summary: | [Qt] Memory leakage in QWebView | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tor Arne Vestbø <vestbo> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | Keywords: | Qt |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Other | ||
| OS: | OS X 10.5 | ||
Tor Arne Vestbø
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Tor Arne Vestbø
*** This bug has been marked as a duplicate of bug 35739 ***