RESOLVED DUPLICATE of bug 3573935741
[Qt] Memory leakage in QWebView
https://bugs.webkit.org/show_bug.cgi?id=35741
Summary [Qt] Memory leakage in QWebView
Tor Arne Vestbø
Reported 2010-03-04 06:47:35 PST
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
Tor Arne Vestbø
Comment 1 2010-03-16 08:41:50 PDT
*** This bug has been marked as a duplicate of bug 35739 ***
Note You need to log in before you can comment on or make changes to this bug.