<?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>258556</bug_id>
          
          <creation_ts>2023-06-27 03:25:52 -0700</creation_ts>
          <short_desc>WasmSignalHandler.cpp doesn&apos;t compile on Windows</short_desc>
          <delta_ts>2023-07-18 03:05:39 -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>
          
          
          <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>222315</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Hayashida Ryuichi">Ryuichi.Hayashida</reporter>
          <assigned_to name="Hayashida Ryuichi">Ryuichi.Hayashida</assigned_to>
          <cc>fujii</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>ysuzuki</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1963761</commentid>
    <comment_count>0</comment_count>
    <who name="Hayashida Ryuichi">Ryuichi.Hayashida</who>
    <bug_when>2023-06-27 03:25:52 -0700</bug_when>
    <thetext>wasm/WasmFaultSignalHandler.cpp doesn&apos;t compile on Windows because it uses wtf/threads/Signals.h. This is because Signals.h misses many APIs such as Signal class when it is not on Unix platform.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1964424</commentid>
    <comment_count>1</comment_count>
    <who name="Yusuke Suzuki">ysuzuki</who>
    <bug_when>2023-06-30 02:05:53 -0700</bug_when>
    <thetext>The same interface needs to be implemented on Windows with vectored exception handlers.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1964958</commentid>
    <comment_count>2</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2023-07-04 03:26:14 -0700</bug_when>
    <thetext>&lt;rdar://problem/111733870&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1966184</commentid>
    <comment_count>3</comment_count>
    <who name="Hayashida Ryuichi">Ryuichi.Hayashida</who>
    <bug_when>2023-07-11 06:54:10 -0700</bug_when>
    <thetext>I&apos;d like to prioritize fixing llint for Wasm on Windows at first since it prevents Wasm feature from being enabled on Windows. For now, I want to just disable the signal handlers on Windows.

For implementing signals on Windows, I created the ticket bug259108. I&apos;d like to work on signal handlers for Windows in the ticket once Wasm implementation starts to work on Windows.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1966189</commentid>
    <comment_count>4</comment_count>
    <who name="Hayashida Ryuichi">Ryuichi.Hayashida</who>
    <bug_when>2023-07-11 07:08:54 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/15740</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1966261</commentid>
    <comment_count>5</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-07-11 13:32:17 -0700</bug_when>
    <thetext>Committed 265964@main (62ac852fe74f): &lt;https://commits.webkit.org/265964@main&gt;

Reviewed commits have been landed. Closing PR #15740 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1966291</commentid>
    <comment_count>6</comment_count>
    <who name="Yusuke Suzuki">ysuzuki</who>
    <bug_when>2023-07-11 16:03:09 -0700</bug_when>
    <thetext>Note that wasm shared memory requires this as a mandatory option, so it must be implemented before enabling wasm.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1967161</commentid>
    <comment_count>7</comment_count>
    <who name="Hayashida Ryuichi">Ryuichi.Hayashida</who>
    <bug_when>2023-07-18 03:05:39 -0700</bug_when>
    <thetext>Thank you. I need to understand how the shared memory works.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>