You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error randomly on CI, running tests using Webkit browser inside docker container based on image mcr.microsoft.com/playwright:v1.49.0 but passes on retry
Expected behavior
Should be no errors
Actual behavior
This error randomly fails bunch of tests on CI, passes on retry
Additional context
pw:browser <launching> /ms-playwright/webkit-2104/pw_run.sh --inspector-pipe --headless --no-startup-window +0ms
pw:browser <launched> pid=7081 +6ms
pw:browser [pid=7081][err] +749ms
pw:browser [pid=7081][err] ** (MiniBrowser:7328): CRITICAL **: 13:23:51.047: WebKitWebView is-controlled-by-automation set but automation is not allowed in the context, falling back to default session. +0ms
pw:browser [pid=7081][err] MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER) +131ms
pw:browser [pid=7081][err] libEGL warning: egl: failed to create dri2 screen +1ms
pw:browser [pid=7081][err] WARNING: trying to load platform resource 'missingImage' +10s
pw:browser [pid=7081][err] malloc(): unsorted double linked list corrupted +1m
pw:browser [pid=7081][err] ERROR: WebKit encountered an internal error. This is a WebKit bug. +446ms
pw:browser [pid=7081][err] /home/pwuser/webkit/Source/WebKit/WebProcess/Network/WebLoaderStrategy.cpp(581) : internallyFailedLoadTimerFired +0ms
Let us know if you get a repro, otherwise we can't do much. Do not reply to this before you have additional info so that it showed up in our triage queue once updated!
Closing as part of the triage process since it seemed stale. Please create a new issue with a detailed reproducible or feature request if you still face issues.
Version
1.49.0
Steps to reproduce
I am getting this error randomly on CI, running tests using Webkit browser inside docker container based on image
mcr.microsoft.com/playwright:v1.49.0
but passes on retryExpected behavior
Should be no errors
Actual behavior
This error randomly fails bunch of tests on CI, passes on retry
Additional context
Environment
The text was updated successfully, but these errors were encountered: