[Webkit-unassigned] [Bug 282286] New: [Skia] Crash in SkMakeRuntimeEffect
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 29 14:59:08 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=282286
Bug ID: 282286
Summary: [Skia] Crash in SkMakeRuntimeEffect
Product: WebKit
Version: Other
Hardware: PC
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: WebKitGTK
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at redhat.com
CC: bugs-noreply at webkitgtk.org
Created attachment 473073
--> https://bugs.webkit.org/attachment.cgi?id=473073&action=review
Full backtrace
I found a couple of these skia crashes in coredumpctl. (They caught my eye because skia is choosing to crash with SIGILL rather than SIGABRT, which is quite unusual.) Looks like skia is creating an invalid shader? I'll try to pay attention next time I see the web process crash and see if I can find a reproducer.
(gdb) bt
#0 sk_abort_no_print () at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/ThirdParty/skia/src/ports/SkMemory_malloc.cpp:60
#1 0x00007f34e265bff7 in SkMakeRuntimeEffect (sksl=<optimized out>, options=..., make=<optimized out>)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/ThirdParty/skia/src/core/SkRuntimeEffectPriv.h:177
#2 SkKnownRuntimeEffects::(anonymous namespace)::make_blur_2D_effect (maxKernelSize=maxKernelSize at entry=12, options=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/ThirdParty/skia/src/core/SkKnownRuntimeEffects.cpp:56
#3 0x00007f34e265b585 in SkKnownRuntimeEffects::GetKnownRuntimeEffect (stableKey=<optimized out>)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/ThirdParty/skia/src/core/SkKnownRuntimeEffects.cpp:247
#4 0x00007f34e28b9062 in SkShaderBlurAlgorithm::GetBlur2DEffect (radii=<optimized out>)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/ThirdParty/skia/src/core/SkBlurEngine.cpp:1133
#5 SkShaderBlurAlgorithm::evalBlur2D (this=0x561d55e57730, sigma=..., radii=..., input=..., srcRect=..., tileMode=SkTileMode::kClamp, dstRect=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/ThirdParty/skia/src/core/SkBlurEngine.cpp:1238
#6 0x00007f34e265a180 in skif::FilterResult::Builder::blur (this=0x7ffdc8106300, sigma=<optimized out>)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/ThirdParty/skia/src/core/SkImageFilterTypes.cpp:2218
#7 0x00007f34e2787e9d in (anonymous namespace)::SkBlurImageFilter::onFilterImage (this=0x561d55db3f60, ctx=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/ThirdParty/skia/src/effects/imagefilters/SkBlurImageFilter.cpp:202
#8 0x00007f34e264db29 in SkImageFilter_Base::filterImage (this=0x561d55db3f60, context=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/ThirdParty/skia/src/core/SkImageFilter.cpp:256
#9 0x00007f34e264deb5 in SkImageFilter_Base::getChildOutput (this=<optimized out>, index=<optimized out>, ctx=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/ThirdParty/skia/src/core/SkImageFilter.cpp:385
#10 0x00007f34e27890f8 in (anonymous namespace)::SkColorFilterImageFilter::onFilterImage (this=0x7ffdc8105bd0, ctx=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/ThirdParty/skia/src/effects/imagefilters/SkColorFilterImageFilter.cpp:118
#11 0x00007f34e264db29 in SkImageFilter_Base::filterImage (this=0x561d55cefa60, context=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/ThirdParty/skia/src/core/SkImageFilter.cpp:256
#12 0x00007f34e264deb5 in SkImageFilter_Base::getChildOutput (this=<optimized out>, index=<optimized out>, ctx=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/ThirdParty/skia/src/core/SkImageFilter.cpp:385
#13 0x00007f34e278ab4c in (anonymous namespace)::SkMatrixTransformImageFilter::onFilterImage (this=0x561d55eacb50, context=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/ThirdParty/skia/src/effects/imagefilters/SkMatrixTransformImageFilter.cpp:146
#14 0x00007f34e264db29 in SkImageFilter_Base::filterImage (this=0x561d55eacb50, context=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/ThirdParty/skia/src/core/SkImageFilter.cpp:256
#15 0x00007f34e263ce90 in SkCanvas::internalDrawDeviceWithFilter
(this=0x561d55ea6290, src=0x561d55ea4d90, dst=0x561d55d01cb0, filters=..., paint=..., compat=SkCanvas::DeviceCompatibleWithFilter::kYesWithPadding, filterColorInfo=..., scaleFactor=<error reading variable: That operation is not available on integers of more than 8 bytes.>, srcIsCoverageLayer=<optimized out>)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/ThirdParty/skia/src/core/SkCanvas.cpp:861
#16 0x00007f34e263a166 in SkCanvas::internalRestore (this=0x561d55ea6290)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/ThirdParty/skia/src/core/SkCanvas.cpp:1186
#17 0x00007f34e2644a3f in AutoLayerForImageFilter::~AutoLayerForImageFilter (this=0x7ffdc8107428)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/ThirdParty/skia/src/core/SkCanvasPriv.cpp:199
#18 0x00007f34e26413b0 in std::_Optional_payload_base<AutoLayerForImageFilter>::_M_destroy (this=0x7ffdc8107428)
at /usr/bin/../lib/gcc/x86_64-unknown-linux-gnu/14.2.0/../../../../include/c++/14.2.0/optional:283
#19 std::_Optional_payload_base<AutoLayerForImageFilter>::_M_reset (this=0x7ffdc8107428)
at /usr/bin/../lib/gcc/x86_64-unknown-linux-gnu/14.2.0/../../../../include/c++/14.2.0/optional:314
#20 std::_Optional_payload<AutoLayerForImageFilter, false, false, false>::~_Optional_payload (this=0x7ffdc8107428)
at /usr/bin/../lib/gcc/x86_64-unknown-linux-gnu/14.2.0/../../../../include/c++/14.2.0/optional:437
#21 std::_Optional_base<AutoLayerForImageFilter, false, false>::~_Optional_base (this=0x7ffdc8107428)
at /usr/bin/../lib/gcc/x86_64-unknown-linux-gnu/14.2.0/../../../../include/c++/14.2.0/optional:508
#22 SkCanvas::onDrawRRect (this=0x561d55ea6290, rrect=..., paint=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/ThirdParty/skia/src/core/SkCanvas.cpp:2151
#23 0x00007f34e1f6b1fa in WebCore::GraphicsContextSkia::fillRoundedRectImpl(WebCore::FloatRoundedRect const&, WebCore::Color const&)::$_0::operator()(SkPaint const&) const (this=<optimized out>, paint=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp:929
#24 WTF::Detail::CallableWrapper<WebCore::GraphicsContextSkia::fillRoundedRectImpl(WebCore::FloatRoundedRect const&, WebCore::Color const&)::$_0, void, SkPaint const&>::call (this=<optimized out>, in=...) at WTF/Headers/wtf/Function.h:53
#25 0x00007f34e1f65369 in WTF::Function<void(SkPaint const&)>::operator() (this=0x7ffdc81075c8, in=...) at WTF/Headers/wtf/Function.h:82
#26 WebCore::GraphicsContextSkia::drawOutsetShadow (this=0x7ffdc8108b90, paint=..., drawFunction=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp:476
#27 0x00007f34e1f679c3 in WebCore::GraphicsContextSkia::fillRoundedRectImpl (this=0x7ffdc8108b90, rect=..., color=<optimized out>)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp:928
#28 0x00007f34e1e5b629 in WebCore::GraphicsContext::fillRoundedRect (this=0x7ffdc8108b90, rect=..., color=..., blendMode=<optimized out>)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/platform/graphics/GraphicsContext.cpp:478
#29 0x00007f34e20608d2 in WebCore::BackgroundPainter::paintBoxShadow
(this=0x7ffdc81078f0, paintRect=..., style=..., shadowStyle=WebCore::ShadowStyle::Normal, includeLogicalLeftEdge=true, includeLogicalRightEdge=true)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/rendering/BackgroundPainter.cpp:893
#30 0x00007f34e20ef50d in WebCore::RenderBox::paintBoxDecorations (this=0x7f34610269a0, paintInfo=..., paintOffset=<optimized out>)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/rendering/RenderBox.cpp:1702
#31 0x00007f34e20bd61e in WebCore::RenderBlock::paintObject (this=0x7f34610269a0, paintInfo=..., paintOffset=LayoutPoint(0px (0), 0px (0)))
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/rendering/RenderBlock.cpp:1143
#32 0x00007f34e20bc9a5 in WebCore::RenderBlock::paint (this=0x7f34610269a0, paintInfo=..., paintOffset=<optimized out>)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/rendering/RenderBlock.cpp:1009
--Type <RET> for more, q to quit, c to continue without paging--c
#33 0x00007f34e216f927 in WebCore::RenderLayer::paintBackgroundForFragments
(this=0x7f3461026a90, layerFragments=WTF::Vector of length 1, capacity 1 = {...}, context=..., contextForTransparencyLayer=..., transparencyPaintDirtyRect=..., haveTransparency=false, localPaintingInfo=..., paintBehavior=..., subtreePaintRootForRenderer=0x0)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/rendering/RenderLayer.cpp:3841
#34 0x00007f34e216ce8e in WebCore::RenderLayer::paintLayerContents (this=0x7f3461026a90, context=..., paintingInfo=..., paintFlags=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/rendering/RenderLayer.cpp:3470
#35 0x00007f34e216fa22 in WebCore::RenderLayer::paintList (this=0x7f34610132e0, layerIterator=..., context=..., paintingInfo=..., paintFlags=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/rendering/RenderLayer.cpp:3610
#36 0x00007f34e216d02e in WebCore::RenderLayer::paintLayerContents (this=0x7f34610132e0, context=..., paintingInfo=..., paintFlags=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/rendering/RenderLayer.cpp:3500
#37 0x00007f34e216bcf3 in WebCore::RenderLayer::paintLayerByApplyingTransform
(this=0x7f34610132e0, context=..., paintingInfo=..., paintFlags=..., translationOffset=LayoutSize(0px (0), 0px (0)))
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/rendering/RenderLayer.cpp:3583
#38 0x00007f34e216b080 in WebCore::RenderLayer::paintLayerWithEffects
(this=<optimized out>, context=<optimized out>, paintingInfo=<optimized out>, paintFlags=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/rendering/RenderLayer.cpp:3075
#39 0x00007f34e216fa22 in WebCore::RenderLayer::paintList (this=0x7f3461012fe0, layerIterator=..., context=..., paintingInfo=..., paintFlags=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/rendering/RenderLayer.cpp:3610
#40 0x00007f34e216d02e in WebCore::RenderLayer::paintLayerContents (this=0x7f3461012fe0, context=..., paintingInfo=..., paintFlags=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/rendering/RenderLayer.cpp:3500
#41 0x00007f34e2186468 in WebCore::RenderLayerBacking::paintIntoLayer(WebCore::GraphicsLayer const*, WebCore::GraphicsContext&, WebCore::IntRect const&, WTF::OptionSet<WebCore::PaintBehavior>, WebCore::RegionContext*)::$_0::operator()(WebCore::RenderLayer&, WTF::OptionSet<WebCore::RenderLayer::PaintLayerFlag>) const (this=this at entry=0x7ffdc8108938, layer=..., paintFlags=paintFlags at entry=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/rendering/RenderLayerBacking.cpp:3551
#42 0x00007f34e2186055 in WebCore::RenderLayerBacking::paintIntoLayer
(this=0x7f32df075a00, graphicsLayer=0x7f32df681300, context=..., paintDirtyRect=..., paintBehavior=..., regionContext=0x0)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/rendering/RenderLayerBacking.cpp:3571
#43 0x00007f34e21869e6 in WebCore::RenderLayerBacking::paintContents
(this=0x7f32df075a00, graphicsLayer=0x7f32df681300, context=..., clip=..., layerPaintBehavior=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/rendering/RenderLayerBacking.cpp:3847
#44 0x00007f34e1e5fa8f in WebCore::GraphicsLayer::paintGraphicsLayerContents (this=0x7f32df681300, context=..., clip=..., layerPaintBehavior=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/platform/graphics/GraphicsLayer.cpp:646
#45 0x00007f34e048736e in WebCore::CoordinatedGraphicsLayer::paintTile(WebCore::IntRect const&, WebCore::IntRect const&, float)::$_1::operator()(WebCore::GraphicsContext&) const (this=this at entry=0x7ffdc8108b60, context=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayerSkia.cpp:66
#46 0x00007f34e0486e84 in WebCore::CoordinatedGraphicsLayer::paintTile(WebCore::IntRect const&, WebCore::IntRect const&, float)::$_0::operator()(Nicosia::Buffer&) const (buffer=..., this=<optimized out>)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayerSkia.cpp:75
#47 WebCore::CoordinatedGraphicsLayer::paintTile (this=0x7f32df681300, tileRect=<optimized out>, mappedTileRect=<optimized out>, contentsScale=1)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayerSkia.cpp:86
#48 0x00007f34e0482a13 in WebCore::CoordinatedGraphicsLayer::updateContentBuffers (this=0x7f32df681300)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp:1240
#49 0x00007f34e0482387 in WebCore::CoordinatedGraphicsLayer::finalizeCompositingStateFlush (this=0x7f32df681300)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp:1146
#50 0x00007f34e04823e0 in WebCore::CoordinatedGraphicsLayer::finalizeCompositingStateFlush (this=0x7f32df684100)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp:1151
#51 0x00007f34e04823e0 in WebCore::CoordinatedGraphicsLayer::finalizeCompositingStateFlush (this=0x7f32df682500)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp:1151
#52 0x00007f34e04823e0 in WebCore::CoordinatedGraphicsLayer::finalizeCompositingStateFlush (this=0x7f32df684a00)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp:1151
#53 0x00007f34e04823e0 in WebCore::CoordinatedGraphicsLayer::finalizeCompositingStateFlush (this=0x7f34c51f0100)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp:1151
#54 0x00007f34e04823e0 in WebCore::CoordinatedGraphicsLayer::finalizeCompositingStateFlush (this=0x7f34c50ad300)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp:1151
#55 0x00007f34e04823e0 in WebCore::CoordinatedGraphicsLayer::finalizeCompositingStateFlush (this=0x7f34c5169300)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp:1151
#56 0x00007f34e04823e0 in WebCore::CoordinatedGraphicsLayer::finalizeCompositingStateFlush (this=0x7f34c5188100)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp:1151
#57 0x00007f34e04823e0 in WebCore::CoordinatedGraphicsLayer::finalizeCompositingStateFlush (this=0x7f34c50ae500)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp:1151
#58 0x00007f34e04823e0 in WebCore::CoordinatedGraphicsLayer::finalizeCompositingStateFlush (this=<optimized out>)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp:1151
#59 0x00007f34e040db8a in WebKit::CompositingCoordinator::flushPendingLayerChanges (this=0x7f34c510c308, flags=...)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/CompositingCoordinator.cpp:185
#60 0x00007f34e0412a64 in WebKit::LayerTreeHost::layerFlushTimerFired (this=0x7f34c510c1f0)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.cpp:191
#61 0x00007f34dec8ee65 in WTF::RunLoop::TimerBase::TimerBase(WTF::RunLoop&)::$_0::operator()(void*) const (userData=0x7f34c510c2a8, this=<optimized out>)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WTF/wtf/glib/RunLoopGLib.cpp:177
#62 WTF::RunLoop::TimerBase::TimerBase(WTF::RunLoop&)::$_0::__invoke(void*) (userData=0x7f34c510c2a8)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WTF/wtf/glib/RunLoopGLib.cpp:169
#63 0x00007f34dec8df31 in WTF::RunLoop::$_0::operator()
(source=0x561d54d65430, callback=0x7f34dec8edd0 <WTF::RunLoop::TimerBase::TimerBase(WTF::RunLoop&)::$_0::__invoke(void*)>, userData=0x7f34c510c2a8, this=<optimized out>) at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WTF/wtf/glib/RunLoopGLib.cpp:53
#64 WTF::RunLoop::$_0::__invoke
(source=0x561d54d65430, callback=0x7f34dec8edd0 <WTF::RunLoop::TimerBase::TimerBase(WTF::RunLoop&)::$_0::__invoke(void*)>, userData=0x7f34c510c2a8)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WTF/wtf/glib/RunLoopGLib.cpp:45
#65 0x00007f34dafff477 in g_main_dispatch (context=context at entry=0x561d54a46410) at ../glib/gmain.c:3361
#66 0x00007f34db001787 in g_main_context_dispatch_unlocked (context=0x561d54a46410) at ../glib/gmain.c:4212
#67 g_main_context_iterate_unlocked (context=0x561d54a46410, block=block at entry=1, dispatch=dispatch at entry=1, self=<optimized out>) at ../glib/gmain.c:4277
#68 0x00007f34db002277 in g_main_loop_run (loop=0x561d54a3ed20) at ../glib/gmain.c:4479
#69 0x00007f34dec8e52d in WTF::RunLoop::run () at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WTF/wtf/glib/RunLoopGLib.cpp:108
#70 0x00007f34e041d79f in WebKit::AuxiliaryProcessMainBase<WebKit::WebProcess, true>::run (this=0x7ffdc8109570, argc=<optimized out>, argv=<optimized out>)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebKit/Shared/AuxiliaryProcessMain.h:72
#71 WebKit::AuxiliaryProcessMain<WebKit::WebProcessMainGtk> (argc=<optimized out>, argv=<optimized out>)
at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebKit/Shared/AuxiliaryProcessMain.h:98
#72 WebKit::WebProcessMain (argc=4, argv=0x7ffdc8109708) at /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/WebKit/WebProcess/gtk/WebProcessMainGtk.cpp:106
#73 0x00007f34df42b188 in __libc_start_call_main (main=main at entry=0x561d33613150 <main(int, char**)>, argc=argc at entry=4, argv=argv at entry=0x7ffdc8109708)
at ../sysdeps/nptl/libc_start_call_main.h:58
#74 0x00007f34df42b24b in __libc_start_main_impl
(main=0x561d33613150 <main(int, char**)>, argc=4, argv=0x7ffdc8109708, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffdc81096f8) at ../csu/libc-start.c:360
#75 0x0000561d33613085 in _start () at ../sysdeps/x86_64/start.S:115
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241029/9dcfcc46/attachment-0001.htm>
More information about the webkit-unassigned
mailing list