[Webkit-unassigned] [Bug 183404] New: [GTK][WPE] Leak checker is not working in WebKitGLib web process tests
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 7 04:20:48 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=183404
Bug ID: 183404
Summary: [GTK][WPE] Leak checker is not working in WebKitGLib
web process tests
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: Gtk
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cgarcia at igalia.com
CC: bugs-noreply at webkitgtk.org, lforschler at apple.com
This might have regressed when we started to use the JSC garbage collector timers. The thing is that we expect that the WebProcessTester object that we expose to JavaScript is released when the web frame is destroyed, but that's no longer the case. On window object cleared a GC is scheduled, but JSC timers do the actual garbage collection later. In the case of tests that never happens because the web process finishes quickly after the test. We need to force a garbage collection at some point when the web page is destroyed.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180307/ba77dff2/attachment-0001.html>
More information about the webkit-unassigned
mailing list