-
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] Ah Snap Error 5 using playwright 1.38.1 chromium on macOs 13/14 #27363
Comments
It seems that the page is crashing browser sometimes. Since it only started in 1.38 it might be a new bug in recent browser updates. What OS is this? Can you try running with |
@yury-s I am able to reproduce it on macOs 13/14. Also, observed the same on linux (Ubuntu 22.04).
|
Can you try running with Update the project to use corresponding channel: projects: [
{
name: 'chromium',
use: { ...devices['Desktop Chrome'], channel: 'chromium-with-symbols' },
},
] You need to install the browser with |
Please disregard my previous comment. The crash was likely fixed in Chromium by https://chromium-review.googlesource.com/c/v8/v8/+/4753431/2/src/inspector/injected-script.cc Can you try running the test with |
seems the issue is resolved with |
It's happen to me also, fix it ASAP please!! |
This PR removes the peer dependency constraints on playwright and puppeteer so users can pick whatever version they want. I had to skip two tests because playwright 1.38 is apparently breaking support for `clickElementsAndInterceptNavigationRequests ` (microsoft/playwright#27363). We should revert that once the issue is fixed on their end. Related: #2101
@mikicymulate please file a separate issue with the stack dump, it's likely a different issue. |
Awesome, thanks for confirming. Closing this as the fix is going to be available in 1.39. |
I was having this same issue with 1.38.1 and after updating to 1.39 the issue has gone away |
Experiencing the same issue on Fedora 40 and |
System info
Test work perfectly fine if using v1.37.x
Source code
Link to the GitHub repository with the repro
Config file
Test file (self-contained)
Steps
Expected
Test should run successful without flaky error
Actual
Test is failing intermittently and getting following error:
The text was updated successfully, but these errors were encountered: