-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] WebKit: Browser randomly crashes since Playwright 1.33 #22790
Comments
We need a repro to act on this. Can you provide a minimal example that we could run locally to reproduce the error? |
I think I see the same problem using I can see some debug output related to the browser crashing around https://github.com/PREreview/prereview.org/blob/007ad855495d9c71e0e12de695e427f6172021bf/integration/publishing-a-prereview.spec.ts#L1936:
I'll keep digging and will see if I can isolate the issue (it fails more often than not for me, but only on 2 tests in the whole suite). |
I'm not been able to produce any more useful details other than disabling the screenshots in the test causes it to pass consistently. Adding in a I have no idea at the moment why these two tests are failing and the others are fine; they're not doing anything obviously different to the others. And so I'm not sure how to create a small reproducible example, but you should be able to run this specific test with the following:
(You'll need Git LFS installed to get the existing snapshots.) |
My test seems fine in WebKit when JavaScript is disabled:
|
@thewilkybarkid please file a separate bug with a reproducible example, it is likely unrelated. In the call stack above I don't see any playwright functions. |
@mirao We need more information to act on this report. Please file a new one and link to this issue when you get back to it! |
The crash seems to be fixed in Playwright 1.34. Now I'm running the test mentioned in #22790 (comment)
Also Playwright 1.35 works fine. |
System info
Steps
Unfortunately I'm not able to reproduce reliably. But it never happens with Playwright 1.32
It crashes on random places in various CodeceptJS tests, mostly when clicking on a button or on a sidebar menu item in our application.
It crashes in 100% of cases in the following test.
Example: (it's a CodeceptJS log with
DEBUG=*browser*
, but no browser message is shown near the crash)A test result summary with a stack:
The text was updated successfully, but these errors were encountered: