Bug 262277 - ASSERTION FAILED: !m_scrollDimensionsDirty
Summary: ASSERTION FAILED: !m_scrollDimensionsDirty
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-27 23:06 PDT by djinn
Modified: 2024-03-12 19:27 PDT (History)
6 users (show)

See Also:


Attachments
testcase to trigger the crash (1.04 MB, text/html)
2023-09-27 23:06 PDT, djinn
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description djinn 2023-09-27 23:06:06 PDT
Created attachment 467950 [details]
testcase to trigger the crash

ASSERTION FAILED: contentSize >= 0
/app/webkit/Source/WebCore/rendering/RenderFlexibleBox.cpp(1579) : std::pair<WebCore::LayoutUnit, WebCore::LayoutUnit> WebCore::RenderFlexibleBox::computeFlexItemMinMaxSizes(WebCore::RenderBox&)

The minimized testcase will be uploaded as soon as possible.
Comment 1 Radar WebKit Bug Importer 2023-10-04 23:07:12 PDT
<rdar://problem/116505596>
Comment 2 Ahmad Saleem 2023-11-03 13:18:47 PDT
Following assertions were added by Blink to ensure that we don't get 'negative intrinsic size':

https://chromium.googlesource.com/chromium/blink/+/facbac6afded5118ea3d6116f443a39da32b9c1c

https://searchfox.org/wubkat/source/Source/WebCore/rendering/RenderFlexibleBox.cpp#143
Comment 3 djinn 2023-11-03 23:04:38 PDT
Hello, I would like to ask if a previously submitted bug is still not processed or unconfirmed, was it submitted in the wrong way? Or is it something else? Should I offer more info?
Comment 4 Ahmad Saleem 2023-11-04 18:38:04 PDT
(In reply to djinn from comment #3)
> Hello, I would like to ask if a previously submitted bug is still not
> processed or unconfirmed, was it submitted in the wrong way? Or is it
> something else? Should I offer more info?

Nah! It is just that two seems like duplicate, so I added other in 'See Also' and tagged related engineer in Flexbox and Grid implementation for input.