<?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>254030</bug_id>
          
          <creation_ts>2023-03-16 10:09:49 -0700</creation_ts>
          <short_desc>REGRESSION (261623@main?): [ iOS, macOS Debug ] ASSERTION FAILED: !isCalculated() in WebCore::Length::value()</short_desc>
          <delta_ts>2023-03-17 10:03:36 -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>Other</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>254034</dup_id>
          
          <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="Bri Harris">bharris9</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ahmad.saleem792</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>zalan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1941882</commentid>
    <comment_count>0</comment_count>
    <who name="Bri Harris">bharris9</who>
    <bug_when>2023-03-16 10:09:49 -0700</bug_when>
    <thetext>fast/table/calculated-width-on-col-within-colgroup.html

is a constant crash on iOS and macOS Debug only. 

HISTORY:

https://results.webkit.org/?suite=layout-tests&amp;test=fast%2Ftable%2Fcalculated-width-on-col-within-colgroup.html


Crash Log Text:

ASSERTION FAILED: !isCalculated()
/Volumes/Data/worker/macOS-AppleSilicon-Ventura-Debug-Build-EWS/build/Source/WebCore/platform/Length.h(341) : float WebCore::Length::value() const
1   0x13a89f2b0 WTFCrash
2   0x28065d6a0 WebCore::JSANGLEInstancedArrays::createPrototype(JSC::VM&amp;, WebCore::JSDOMGlobalObject&amp;)
3   0x28218076c WebCore::Length::value() const
4   0x2857fc288 WebCore::AutoTableLayout::recalcColumn(unsigned int)
5   0x2857fd304 WebCore::AutoTableLayout::fullRecalc()
6   0x2857fd528 WebCore::AutoTableLayout::computeIntrinsicLogicalWidths(WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;, WebCore::TableIntrinsics)
7   0x285b72314 WebCore::RenderTable::computeIntrinsicLogicalWidths(WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;, WebCore::TableIntrinsics) const
8   0x285b7234c WebCore::RenderTable::computeIntrinsicLogicalWidths(WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;) const
9   0x285b72418 WebCore::RenderTable::computePreferredLogicalWidths()
10  0x2859834b8 WebCore::RenderBox::maxPreferredLogicalWidth() const
11  0x285b6dd2c WebCore::RenderTable::updateLogicalWidth()
12  0x285b6f3cc WebCore::RenderTable::layout()
13  0x285920518 WebCore::RenderBlockFlow::layoutBlockChild(WebCore::RenderBox&amp;, WebCore::RenderBlockFlow::MarginInfo&amp;, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
14  0x28591f9f8 WebCore::RenderBlockFlow::layoutBlockChildren(bool, WebCore::LayoutUnit&amp;)
15  0x28591e3c8 WebCore::RenderBlockFlow::layoutInFlowChildren(bool, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
16  0x28591d774 WebCore::RenderBlockFlow::layoutBlock(bool, WebCore::LayoutUnit)
17  0x285906578 WebCore::RenderBlock::layout()
18  0x285920518 WebCore::RenderBlockFlow::layoutBlockChild(WebCore::RenderBox&amp;, WebCore::RenderBlockFlow::MarginInfo&amp;, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
19  0x28591f9f8 WebCore::RenderBlockFlow::layoutBlockChildren(bool, WebCore::LayoutUnit&amp;)
20  0x28591e3c8 WebCore::RenderBlockFlow::layoutInFlowChildren(bool, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
21  0x28591d774 WebCore::RenderBlockFlow::layoutBlock(bool, WebCore::LayoutUnit)
22  0x285906578 WebCore::RenderBlock::layout()
23  0x285920518 WebCore::RenderBlockFlow::layoutBlockChild(WebCore::RenderBox&amp;, WebCore::RenderBlockFlow::MarginInfo&amp;, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
24  0x28591f9f8 WebCore::RenderBlockFlow::layoutBlockChildren(bool, WebCore::LayoutUnit&amp;)
25  0x28591e3c8 WebCore::RenderBlockFlow::layoutInFlowChildren(bool, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
26  0x28591d774 WebCore::RenderBlockFlow::layoutBlock(bool, WebCore::LayoutUnit)
27  0x285906578 WebCore::RenderBlock::layout()
28  0x285be8d40 WebCore::RenderView::layout()
29  0x284c7f140 WebCore::FrameViewLayoutContext::performLayout()
30  0x284c7ea54 WebCore::FrameViewLayoutContext::layout()
31  0x283bbd624 WebCore::Document::updateLayout()
com.apple.WebKit.WebContent.Development terminated (pid 2071) for reason: crash
LEAK: 1 WebPageProxy</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1941883</commentid>
    <comment_count>1</comment_count>
    <who name="Bri Harris">bharris9</who>
    <bug_when>2023-03-16 10:10:59 -0700</bug_when>
    <thetext>I was able to replicate this crash on Ventura ToT and iOS 16 ToT as follows:

run-webkit-tests --root fast/table/calculated-width-on-col-within-colgroup.html --force</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1941884</commentid>
    <comment_count>2</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2023-03-16 10:11:18 -0700</bug_when>
    <thetext>&lt;rdar://problem/106813623&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1941910</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-03-16 11:03:52 -0700</bug_when>
    <thetext>Test gardening commit 261754@main (b56022040d48): &lt;https://commits.webkit.org/261754@main&gt;

Reviewed commits have been landed. Closing PR #11615 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1942120</commentid>
    <comment_count>4</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2023-03-17 10:01:36 -0700</bug_when>
    <thetext>This test was added with https://commits.webkit.org/261623@main, the test has been asserting from the start.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1942122</commentid>
    <comment_count>5</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2023-03-17 10:01:45 -0700</bug_when>
    <thetext>*** Bug 254034 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1942124</commentid>
    <comment_count>6</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2023-03-17 10:03:36 -0700</bug_when>
    <thetext>Duping the other way.

*** This bug has been marked as a duplicate of bug 254034 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>