<?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>272276</bug_id>
          
          <creation_ts>2024-04-06 01:09:21 -0700</creation_ts>
          <short_desc>REGRESSION(277136@main): [Win] ASSERTION FAILED: handlers.initState == SignalHandlers::InitState::Finalized</short_desc>
          <delta_ts>2024-04-17 22:40:58 -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>JavaScriptCore</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=271766</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>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Fujii Hironori">fujii</reporter>
          <assigned_to name="Fujii Hironori">fujii</assigned_to>
          <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2026495</commentid>
    <comment_count>0</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2024-04-06 01:09:21 -0700</bug_when>
    <thetext>After 277136@main (bug#271766), Windows port is crashing.

Buildbot: builder WinCairo-64-bit-Debug-Tests build 22263
https://build.webkit.org/#/builders/727/builds/22263

ASSERTION FAILED: handlers.initState == SignalHandlers::InitState::Finalized
C:\BW\WinCairo-64-bit-Debug-Build\build\Source\WTF\wtf\win\SignalsWin.cpp(148) : finalize
1   00007FF9035F1CA9 WTFCrash
2   00007FF9035F48FC WTFCrashWithInfo
3   00007FF903779F51 WTF::SignalHandlers::finalize
4   00007FF9036FCEEE WTF::Config::finalize::&lt;lambda_1&gt;::operator()
5   00007FF9036FCED3 std::invoke&lt;`lambda at C:\BW\WinCairo-64-bit-Debug-Build\build\Source\WTF\wtf\WTFConfig.cpp:134:26&apos;&gt;
6   00007FF9036FCC79 std::call_once&lt;`lambda at C:\BW\WinCairo-64-bit-Debug-Build\build\Source\WTF\wtf\WTFConfig.cpp:134:26&apos;&gt;
7   00007FF9036FCBF4 WTF::Config::finalize
8   00007FF8E6491ADA JSC::Config::finalize
9   00007FF8E6480426 JSC::VM::VM
10  00007FF8E648181D JSC::VM::create
11  00007FF8DBF0DAF7 WebCore::commonVMSlow
12  00007FF8EBA342C4 WebCore::commonVM
13  00007FF8EBA242DD WebKit::WebProcess::initializeWebProcess
14  00007FF8EA9B9980 IPC::callMemberFunction&lt;WebKit::WebProcess,WebKit::WebProcess,void (WebKit::WebProcessCreationParameters &amp;&amp;),std::tuple&lt;WebKit::WebProcessCreationParameters&gt; &gt;::&lt;lambda_1&gt;::operator()&lt;WebKit::WebProcessCreationParameters&gt;
15  00007FF8EA9B992D std::invoke&lt;`lambda at C:\BW\WinCairo-64-bit-Debug-Build\build\Source\WebKit\Platform\IPC\HandleMessage.h:134:9&apos;,WebKit::WebProcessCreationParameters&gt;
16  00007FF8EA9B990A std::_Apply_impl&lt;`lambda at C:\BW\WinCairo-64-bit-Debug-Build\build\Source\WebKit\Platform\IPC\HandleMessage.h:134:9&apos;,std::tuple&lt;WebKit::WebProcessCreationParameters&gt;,0&gt;
17  00007FF8EA9B98D2 std::apply&lt;`lambda at C:\BW\WinCairo-64-bit-Debug-Build\build\Source\WebKit\Platform\IPC\HandleMessage.h:134:9&apos;,std::tuple&lt;WebKit::WebProcessCreationParameters&gt; &gt;
18  00007FF8EA9B7F8F IPC::callMemberFunction&lt;WebKit::WebProcess,WebKit::WebProcess,void (WebKit::WebProcessCreationParameters &amp;&amp;),std::tuple&lt;WebKit::WebProcessCreationParameters&gt; &gt;
19  00007FF8EA9B30AF IPC::handleMessage&lt;Messages::WebProcess::InitializeWebProcess,WebKit::WebProcess,WebKit::WebProcess,void (WebKit::WebProcessCreationParameters &amp;&amp;)&gt;
20  00007FF8EA9B135E WebKit::WebProcess::didReceiveWebProcessMessage
21  00007FF8EBA2638A WebKit::WebProcess::didReceiveMessage
22  00007FF8EB4CD21A IPC::Connection::dispatchMessage
23  00007FF8EB4CD492 IPC::Connection::dispatchMessage
24  00007FF8EB4CD79D IPC::Connection::dispatchOneIncomingMessage
25  00007FF8EB4D0EAB IPC::Connection::enqueueIncomingMessage::&lt;lambda_6&gt;::operator()
26  00007FF8EB4D0E47 WTF::Detail::CallableWrapper&lt;`lambda at C:\BW\WinCairo-64-bit-Debug-Build\build\Source\WebKit\Platform\IPC\Connection.cpp:1229:31&apos;,void&gt;::call
27  00007FF903609084 WTF::Function&lt;void ()&gt;::operator()
28  00007FF90368E1EA WTF::RunLoop::performWork
29  00007FF903778670 WTF::RunLoop::wndProc
30  00007FF9037785A7 WTF::RunLoop::RunLoopWndProc
31  00007FF901660089 CallWindowProcW</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2026501</commentid>
    <comment_count>1</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2024-04-06 01:50:27 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/26936</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2026502</commentid>
    <comment_count>2</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2024-04-06 01:55:05 -0700</bug_when>
    <thetext>Committed 277158@main (ebabd60f9fc2): &lt;https://commits.webkit.org/277158@main&gt;

Reviewed commits have been landed. Closing PR #26936 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2026503</commentid>
    <comment_count>3</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2024-04-06 01:56:12 -0700</bug_when>
    <thetext>&lt;rdar://problem/126012313&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2029380</commentid>
    <comment_count>4</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2024-04-17 22:24:33 -0700</bug_when>
    <thetext>277210@main reverted 277136@main.
277648@main landed again. Reopen.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2029381</commentid>
    <comment_count>5</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2024-04-17 22:29:21 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/27435</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2029383</commentid>
    <comment_count>6</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2024-04-17 22:40:56 -0700</bug_when>
    <thetext>Committed 277653@main (803d6060e1d7): &lt;https://commits.webkit.org/277653@main&gt;

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

    </bug>

</bugzilla>