<?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>293136</bug_id>
          
          <creation_ts>2025-05-16 11:51:31 -0700</creation_ts>
          <short_desc>REGRESSION(294965@main): TestWebKitAPI.WebKit.GetUserMediaWithWebThread crashing on iOS Debug</short_desc>
          <delta_ts>2025-06-10 12:44:48 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</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=294274</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>293041</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Jonathan Bedard">jbedard</reporter>
          <assigned_to name="youenn fablet">youennf</assigned_to>
          <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2117682</commentid>
    <comment_count>0</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2025-05-16 11:51:31 -0700</bug_when>
    <thetext>TestWebKitAPI.WebKit.GetUserMediaWithWebThread started crashing upon introduction:

TestWebKitAPI.WebKit.GetUserMediaWithWebThread
        ASSERTION FAILED: isMainThread()
        /Volumes/Data/worker/Apple-iOS-18-Simulator-Debug-Build/build/Source/WTF/wtf/ObjectIdentifier.cpp(37) : static uint64_t WTF::ObjectIdentifierMainThreadAccessTraits&lt;unsigned long long&gt;::generateIdentifierInternal()
        1   0x11795e9a0 WTF::ObjectIdentifierMainThreadAccessTraits&lt;unsigned long long&gt;::generateIdentifierInternal()
        2   0x14dcc1b94 WTF::ObjectIdentifierGeneric&lt;WebKit::PageGroupIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits&lt;unsigned long long&gt;, unsigned long long&gt;::generate()
        3   0x14dcc1780 WebKit::pageGroupData(WTF::String const&amp;)::$_0::operator()() const
        4   0x14dcbc8ec WebKit::pageGroupData(WTF::String const&amp;)
        5   0x14dcbc774 WebKit::WebPageGroup::WebPageGroup(WTF::String const&amp;)
        6   0x14dcbc718 WebKit::WebPageGroup::WebPageGroup(WTF::String const&amp;)
        7   0x14dcbc678 WebKit::WebPageGroup::create(WTF::String const&amp;)
        8   0x14deb9440 WebKit::WebProcessPool::WebProcessPool(API::ProcessPoolConfiguration&amp;)
        9   0x14deb915c WebKit::WebProcessPool::WebProcessPool(API::ProcessPoolConfiguration&amp;)
        10  0x14cc0aad4 void API::Object::constructInWrapper&lt;WebKit::WebProcessPool, API::ProcessPoolConfiguration&amp;&gt;(id&lt;WKObject&gt;, API::ProcessPoolConfiguration&amp;)
        11  0x14cc0aa40 -[WKProcessPool _initWithConfiguration:]
        12  0x1034dad70 -[TestWKWebView initWithFrame:configuration:processPoolConfiguration:]
        13  0x10258c104 TestWebKitAPI::WebKit_GetUserMediaWithWebThread_Test::TestBody()
        14  0x1035aabf8 void testing::internal::HandleSehExceptionsInMethodIfSupported&lt;testing::Test, void&gt;(testing::Test*, void (testing::Test::*)(), char const*)
        15  0x1035697b4 void testing::internal::HandleExceptionsInMethodIfSupported&lt;testing::Test, void&gt;(testing::Test*, void (testing::Test::*)(), char const*)
        16  0x103569704 testing::Test::Run()
        17  0x10356a650 testing::TestInfo::Run()
        18  0x10356b830 testing::TestSuite::Run()
        19  0x1035794dc testing::internal::UnitTestImpl::RunAllTests()
        20  0x1035afa8c bool testing::internal::HandleSehExceptionsInMethodIfSupported&lt;testing::internal::UnitTestImpl, bool&gt;(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
        21  0x103578e98 bool testing::internal::HandleExceptionsInMethodIfSupported&lt;testing::internal::UnitTestImpl, bool&gt;(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
        22  0x103578df4 testing::UnitTest::Run()
        23  0x1028837c4 RUN_ALL_TESTS()
        24  0x102883758 TestWebKitAPI::TestsController::run(int, char**)
        25  0x10355d1e4 main
        26  0x1058a9410 25  dyld                                0x00000001058a9410 start_sim + 20
        27  0x105786274 26  ???                                 0x0000000105786274 0x0 + 4386742900
        Child process terminated with signal 5: Trace/BPT trap</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2117687</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2025-05-16 11:58:45 -0700</bug_when>
    <thetext>&lt;rdar://problem/151478881&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2117688</commentid>
    <comment_count>2</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2025-05-16 11:58:46 -0700</bug_when>
    <thetext>This test was failing upon introduction.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2117689</commentid>
    <comment_count>3</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2025-05-16 11:59:01 -0700</bug_when>
    <thetext>&lt;rdar://problem/151478982&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2117767</commentid>
    <comment_count>4</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2025-05-16 16:00:37 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/45522</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2117814</commentid>
    <comment_count>5</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-05-16 16:57:15 -0700</bug_when>
    <thetext>Test gardening commit 295043@main (da4e0b9eaec1): &lt;https://commits.webkit.org/295043@main&gt;

Reviewed commits have been landed. Closing PR #45522 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2118363</commentid>
    <comment_count>6</comment_count>
    <who name="youenn fablet">youennf</who>
    <bug_when>2025-05-20 01:54:49 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/45637</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2118468</commentid>
    <comment_count>7</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-05-20 12:19:15 -0700</bug_when>
    <thetext>Committed 295171@main (5c808a0d067c): &lt;https://commits.webkit.org/295171@main&gt;

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

    </bug>

</bugzilla>