[Webkit-unassigned] [Bug 241353] [WPE] REGRESSION (r294381): WPEWebProcess leak after closing browser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 8 10:32:03 PDT 2022


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

--- Comment #3 from Yury Semikhatsky <yurys at chromium.org> ---
> Any chance you know how to reproduce this? Even if it's not a reliable
> reproducer, having a test that sometimes fails would be useful.
> 

I have a reliable reproduction but it requires running 76 tests in playwright (didn't manage to isolate it further) after which closing browser hangs because of the leaking process.

The steps would be like this:

git clone https://github.com/yury-s/playwright/tree/wk-1649
git co wk-1649
npm i
npx playwright install
CI=1 taskset 3 npm run wtest -- 'trace-viewer|tracing|video' --reporter=list

This is probably not very helpful.

Now that we know at which lines caused the problem I can try to create a webkit test for that.

-- 
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/20220608/a1b53d47/attachment.htm>


More information about the webkit-unassigned mailing list