Bug 283623
Summary: | REGRESSION(283461@main): [WPE][GTK][GPUP] Broke fast/mediastream/video-background-with-canvas.html | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philippe Normand <philn> |
Component: | WebKitGTK | Assignee: | Philippe Normand <philn> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, cgarcia |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=279257 |
Philippe Normand
https://results.webkit.org/?suite=layout-tests&test=fast%2Fmediastream%2Fvideo-background-with-canvas.html&platform=GTK
crash log for GPUProcess (pid 285862):
[New LWP 285862]
[New LWP 285876]
[New LWP 285867]
Core was generated by `/app/webkit/WebKitBuild/GTK/Debug/bin/WebKitGPUProcess 142 22 24'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007fef0d6837ae in ?? ()
[Current thread is 1 (LWP 285862)]
Thread 3 (LWP 285867):
warning: Section `.reg-xstate/285867' in core file too small.
#0 0x00007fef05c9e709 in ?? ()
#1 0x0000000000000000 in ?? ()
Thread 2 (LWP 285876):
warning: Section `.reg-xstate/285876' in core file too small.
#0 0x00007fef05d1c01d in ?? ()
#1 0x00007feeb0001020 in ?? ()
#2 0xffffffff7fffffff in ?? ()
#3 0x0000000000000002 in ?? ()
#4 0x00007feeb0001020 in ?? ()
#5 0x00007feeb77d9a30 in ?? ()
#6 0x00007fef0dc3222e in ?? ()
#7 0xffffffff00000001 in ?? ()
#8 0x00007feeb77d99f4 in ?? ()
#9 0xffffffff7fffffff in ?? ()
#10 0x251a383c279c8600 in ?? ()
#11 0x00007feeb77d9a30 in ?? ()
#12 0x00007feeb0000da0 in ?? ()
#13 0x00007feeb0000da8 in ?? ()
#14 0xfffffffffffffe08 in ?? ()
#15 0x0000000000000000 in ?? ()
Thread 1 (LWP 285862):
#0 0x00007fef0d6837ae in ?? ()
#1 0x00007fffb0290d20 in ?? ()
#2 0x00007fef1ba5590a in ?? ()
#3 0x00007fffb0290f80 in ?? ()
#4 0x00007fef2455b960 in ?? ()
#5 0x00007fffb0290d20 in ?? ()
#6 0x00007fef1b0bdb64 in ?? ()
#7 0x0000000000000000 in ?? ()
STDERR: /app/webkit/WebKitBuild/GTK/Debug/bin/GPUProcess: No such file or directory.
STDERR:
STDERR: warning: Section `.reg-xstate/285862' in core file too small.
STDERR:
STDERR: warning: Section `.reg-xstate/285862' in core file too small.
STDERR: Could not create EGL display for GPU process: no supported platform available. Aborting...
STDERR: GPUProcess terminated (pid 285862) for reason: crash
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Philippe Normand
Pull request: https://github.com/WebKit/WebKit/pull/37076
EWS
Committed 287004@main (5b3b6c011add): <https://commits.webkit.org/287004@main>
Reviewed commits have been landed. Closing PR #37076 and removing active labels.
Philippe Normand
.
Carlos Garcia Campos
This is expected, we can't run layout tests with GPU process enabled because bots don't have a GPU. For now we are just skipping the tests that require GPU process, we need to either add swrast support or use bots with a GPU.
Carlos Garcia Campos
*** This bug has been marked as a duplicate of bug 279434 ***
Carlos Garcia Campos
So, please don't mark it as crash, but skip instead, we don't want to run it and get a crash on every test run.
Philippe Normand
,
Philippe Normand
Pull request: https://github.com/WebKit/WebKit/pull/37183
EWS
Committed 287115@main (f79c3152940d): <https://commits.webkit.org/287115@main>
Reviewed commits have been landed. Closing PR #37183 and removing active labels.