Details
-
Bug
-
Resolution: Cannot Reproduce
-
P1: Critical
-
None
-
5.5.1, 5.7.0
-
None
-
Centos 7.2 64 bit, Centos 6.5 32 bit, Windows 7 64 bit
Description
Each execution of the script on a Web page increases the amount of memory under QtWebEngineProcess. This continues until QtWebEngineProcess not eat all the computer's memory. I created 20 classes inherited from QMainWindow with QWebEngineView. Then I repeatedly send a command to all classes: view-> page () -> runJavaScript (command) every 100 ms from QTimer. And I see how infinitely QtWebEngineProcess eats memory. "command" inside the JavaScript performs blank function especially for test.