<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>301822</bug_id>
          
          <creation_ts>2025-11-02 03:31:37 -0800</creation_ts>
          <short_desc>REGRESSION(302307@main): [GLib] Introduced null pointer derefs in UIProcess</short_desc>
          <delta_ts>2025-11-02 05:44:08 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKitGTK</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=301088</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Philippe Normand">philn</reporter>
          <assigned_to name="Philippe Normand">philn</assigned_to>
          <cc>bugs-noreply</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2155801</commentid>
    <comment_count>0</comment_count>
    <who name="Philippe Normand">philn</who>
    <bug_when>2025-11-02 03:31:37 -0800</bug_when>
    <thetext>(gdb) bt
#0  0x00007f2c50ffc1b4 in WTF::Detail::CallableWrapper&lt;webkitFaviconDatabaseGetFaviconInternal(_WebKitFaviconDatabase*, char const*, bool, _GCancellable*, void (*)(_GObject*, _GAsyncResult*, void*), void*)::$_0, void, WTF::Vector&lt;sk_sp&lt;SkImage&gt;, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc&gt;&amp;&amp;&gt;::call(WTF::Vector&lt;sk_sp&lt;SkImage&gt;, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc&gt;&amp;&amp;) ()
    at /var/home/phil/WebKit/WebKitBuild/GTK/Release/lib/libwebkitgtk-6.0.so.4
#1  0x00007f2c50feb9be in WTF::CompletionHandler&lt;void (WTF::Vector&lt;sk_sp&lt;SkImage&gt;, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc&gt;&amp;&amp;)&gt;::operator()(WTF::Vector&lt;sk_sp&lt;SkImage&gt;, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc&gt;&amp;&amp;) () at /var/home/phil/WebKit/WebKitBuild/GTK/Release/lib/libwebkitgtk-6.0.so.4
#2  0x00007f2c50feb711 in WTF::Detail::CallableWrapper&lt;WebKit::IconDatabase::loadIconsForPageURL(WTF::String const&amp;, WebKit::IconDatabase::AllowDatabaseWrite, WTF::CompletionHandler&lt;void (WTF::Vector&lt;sk_sp&lt;SkImage&gt;, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc&gt;&amp;&amp;)&gt;&amp;&amp;)::$_0::operator()()::{lambda()#1}, void&gt;::call() () at /var/home/phil/WebKit/WebKitBuild/GTK/Release/lib/libwebkitgtk-6.0.so.4
#3  0x00007f2c4b30d73a in WTF::RunLoop::performWork() () at /var/home/phil/WebKit/WebKitBuild/GTK/Release/lib/libjavascriptcoregtk-6.0.so.1
#4  0x00007f2c4b3f8309 in WTF::RunLoop::RunLoop()::$_0::__invoke(void*) () at /var/home/phil/WebKit/WebKitBuild/GTK/Release/lib/libjavascriptcoregtk-6.0.so.1
#5  0x00007f2c4b3f681d in WTF::RunLoop::$_1::__invoke(_GSource*, int (*)(void*), void*) () at /var/home/phil/WebKit/WebKitBuild/GTK/Release/lib/libjavascriptcoregtk-6.0.so.1
#6  0x00007f2c4b5fa2a3 in g_main_dispatch (context=0x32b42c20) at ../glib/gmain.c:3565
#7  g_main_context_dispatch_unlocked (context=0x32b42c20) at ../glib/gmain.c:4425
#8  0x00007f2c4b6031f8 in g_main_context_iterate_unlocked (context=context@entry=0x32b42c20, block=block@entry=1, dispatch=dispatch@entry=1, self=&lt;optimized out&gt;) at ../glib/gmain.c:4490
#9  0x00007f2c4b6033a3 in g_main_context_iteration (context=context@entry=0x32b42c20, may_block=may_block@entry=1) at ../glib/gmain.c:4556
#10 0x00007f2c4b81d11d in g_application_run (application=0x32c4e9d0, argc=&lt;optimized out&gt;, argv=&lt;optimized out&gt;) at ../gio/gapplication.c:2741
#11 0x000000000021c447 in main ()

Repro: https://webvideo-demo.pages.dev/</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2155802</commentid>
    <comment_count>1</comment_count>
    <who name="Philippe Normand">philn</who>
    <bug_when>2025-11-02 03:34:37 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/53309</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2155807</commentid>
    <comment_count>2</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-11-02 05:44:05 -0800</bug_when>
    <thetext>Committed 302452@main (f241d8685cb9): &lt;https://commits.webkit.org/302452@main&gt;

Reviewed commits have been landed. Closing PR #53309 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>