| Summary: | [GTK][WPE][Debug] ASSERT triggered by fast/mediastream/image-capture-take-photo.html | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <philn> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | REOPENED --- | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Philippe Normand
2023-11-16 03:03:27 PST
Pull request: https://github.com/WebKit/WebKit/pull/20658 Committed 270967@main (d6decd31fc74): <https://commits.webkit.org/270967@main> Reviewed commits have been landed. Closing PR #20658 and removing active labels. Still flaky crash/fail. Thread 1 (Thread 0x7f202cffd6c0 (LWP 133680)): #0 WTFCrash() () at /app/webkit/Source/WTF/wtf/Assertions.cpp:333 #1 0x00007f23e1ebabf6 in WTFCrashWithInfo(int, char const*, char const*, int) () at /app/webkit/WebKitBuild/GTK/Debug/WTF/Headers/wtf/Assertions.h:778 #2 0x00007f23e8590116 in WebCore::MockRealtimeVideoSource::generatePhoto() (this=0x7f237a0bbc00) at /app/webkit/Source/WebCore/platform/mock/MockRealtimeVideoSource.cpp:608 #3 0x00007f23e858c4e1 in operator()() (__closure=0x7f23c24f20a8) at /app/webkit/Source/WebCore/platform/mock/MockRealtimeVideoSource.cpp:254 #4 0x00007f23e858c6f1 in operator()() (__closure=0x7f23c24f2088) at /app/webkit/WebKitBuild/GTK/Debug/WTF/Headers/wtf/NativePromise.h:1442 #5 0x00007f23e8592428 in WTF::Detail::CallableWrapper<WTF::invokeAsync<WebCore::MockRealtimeVideoSource::takePhotoInternal(WebCore::PhotoSettings&&)::<lambda()> >(SerialFunctionDispatcher&, WebCore::MockRealtimeVideoSource::takePhotoInternal(WebCore::PhotoSettings&&)::<lambda()>&&, const Logger::LogSiteIdentifier&)::<lambda()>, void>::call(void) (this=0x7f23c24f2080) at /app/webkit/WebKitBuild/GTK/Debug/WTF/Headers/wtf/Function.h:53 #6 0x00007f23d61bed45 in WTF::Function<void ()>::operator()() const (this=0x7f202cffc880) at /app/webkit/WebKitBuild/GTK/Debug/WTF/Headers/wtf/Function.h:82 #7 0x00007f23d78bb70b in WTF::RunLoop::performWork() (this=0x7f23c22e00c0) at /app/webkit/Source/WTF/wtf/RunLoop.cpp:147 #8 0x00007f23d797844e in operator()(gpointer) const (__closure=0x0, userData=0x7f23c22e00c0) at /app/webkit/Source/WTF/wtf/glib/RunLoopGLib.cpp:80 #9 0x00007f23d7978472 in _FUN(gpointer) () at /app/webkit/Source/WTF/wtf/glib/RunLoopGLib.cpp:82 #10 0x00007f23d79783e1 in operator()(GSource*, GSourceFunc, gpointer) const (__closure=0x0, source=0x7f20240208b0, callback=0x7f23d7978455 <_FUN(gpointer)>, userData=0x7f23c22e00c0) at /app/webkit/Source/WTF/wtf/glib/RunLoopGLib.cpp:53 #11 0x00007f23d797842f in _FUN(GSource*, GSourceFunc, gpointer) () at /app/webkit/Source/WTF/wtf/glib/RunLoopGLib.cpp:56 #12 0x00007f23d0917d36 in g_main_dispatch (context=0x7f2024000b70) at ../glib/gmain.c:3460 #13 g_main_context_dispatch (context=0x7f2024000b70) at ../glib/gmain.c:4200 #14 0x00007f23d09752b8 in g_main_context_iterate.isra.0 (context=0x7f2024000b70, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4276 #15 0x00007f23d09173ff in g_main_loop_run (loop=0x7f2024022cd0) at ../glib/gmain.c:4479 #16 0x00007f23d7978aa2 in WTF::RunLoop::run() () at /app/webkit/Source/WTF/wtf/glib/RunLoopGLib.cpp:108 #17 0x00007f23d78bb49f in operator()() const (__closure=0x7f23c272a688) at /app/webkit/Source/WTF/wtf/RunLoop.cpp:114 #18 0x00007f23d78bcbac in WTF::Detail::CallableWrapper<WTF::RunLoop::create(char const*, WTF::ThreadType, WTF::Thread::QOS)::<lambda()>, void>::call(void) (this=0x7f23c272a680) at /app/webkit/Source/WTF/wtf/Function.h:53 #19 0x00007f23d61bed45 in WTF::Function<void ()>::operator()() const (this=0x7f202cffcb80) at /app/webkit/WebKitBuild/GTK/Debug/WTF/Headers/wtf/Function.h:82 #20 0x00007f23d78c7d59 in WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) (newThreadContext=0x7f23c22b6110) at /app/webkit/Source/WTF/wtf/Threading.cpp:258 #21 0x00007f23d79866af in WTF::wtfThreadEntryPoint(void*) (context=0x7f23c22b6110) at /app/webkit/Source/WTF/wtf/posix/ThreadingPOSIX.cpp:247 #22 0x00007f23d03b8e39 in start_thread (arg=<optimized out>) at pthread_create.c:444 #23 0x00007f23d04408c4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 |