-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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 crashes when loading a standard Drupal 9 admin page #13060
Comments
@ptmkenny Could you please run with |
@dgozman Here's the results for desktop Safari (fails), Chrome (succeeds), iOS (fails), and Android (succeeds).
|
@ptmkenny Something's up with WebKit connecting to your display. Try the following, perhaps it would give us a clue?
|
@dgozman Thanks. First, I tried
The page immediately crashes with this error in the terminal:
I also tried I should note I'm running Playwright on the latest release version of Windows 11 via WSL2/Ubuntu. |
Yesterday, after updating all packages on ubuntu to the latest versions, I no longer get this problem; the webkit tests resolve normally as expected. Unfortunately, I'm not sure of which package was updated to fix the issue, but I'll close this out as it seems to be OS-specific and the result of packages interfering with each other. |
Context:
System:
Binaries:
Languages:
npmPackages:
Code Snippet
Describe the bug
When I run the test above using WebKit, it crashes with the following error:
Chrome + Firefox work fine.
The test logs in to a standard Drupal 9 site as an administrator and navigates to an admin page, but Playwright/webkit crashes before the page can be loaded.
The test used in the site is the current release of Drupal 9 freshly installed with no modifications. The JS is limited to some basic jquery and the standard Drupal boilerplate. Logging in to this website in Safari normally on desktop or mobile works fine. More context in this Stack Overflow question
The text was updated successfully, but these errors were encountered: