<?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>282342</bug_id>
          
          <creation_ts>2024-10-30 11:07:46 -0700</creation_ts>
          <short_desc>[JSC] ASSERTION FAILED: oldStructure == newStructure-&gt;previousID()</short_desc>
          <delta_ts>2024-10-30 17:58:24 -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>Other</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>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Michael Saboff">msaboff</reporter>
          <assigned_to name="Michael Saboff">msaboff</assigned_to>
          <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2071653</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Saboff">msaboff</who>
    <bug_when>2024-10-30 11:07:46 -0700</bug_when>
    <thetext>In llint_slow_path_put_by_id, there is an ASSERT(oldStructure == newStructure-&gt;previousID()) that is immediately followed by if oldStructure == newStructure-&gt;previousID().  The ASSERT shouldn&apos;t be there, as we can crash with a Debug build that works fine with a Release build.  The crash is something like:
ASSERTION FAILED: oldStructure == newStructure-&gt;previousID()
./llint/LLIntSlowPaths.cpp(1137) : UGPRPair JSC::LLInt::llint_slow_path_put_by_id(CallFrame *, const JSInstruction *)
1   0x1244040c4 llint_slow_path_put_by_id
2   0x12a460b64 jsc_llint_llintOpWithMetadata__llintOpWithReturn__llintOp__commonOp__fn__fn__makeReturn__fn__fn__fn__opPutByIdSlow
3   0x12a47d8e0 op_call_return_location
4   0x12a44f380 vmEntryToJavaScriptGateAfter
5   0x123ed0d40 JSC::Interpreter::executeProgram(JSC::SourceCode const&amp;, JSC::JSGlobalObject*, JSC::JSObject*)
...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2071654</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Saboff">msaboff</who>
    <bug_when>2024-10-30 11:08:12 -0700</bug_when>
    <thetext>&lt;rdar://138178461&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2071664</commentid>
    <comment_count>2</comment_count>
    <who name="Michael Saboff">msaboff</who>
    <bug_when>2024-10-30 11:27:50 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/35952</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2071776</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2024-10-30 17:58:22 -0700</bug_when>
    <thetext>Committed 285932@main (424a5b978e64): &lt;https://commits.webkit.org/285932@main&gt;

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

    </bug>

</bugzilla>