Closed Bug 1855628 Opened 2 years ago Closed 2 years ago

Assertion failure: !(mTotalOuterHypotheticalMainSize >= 0 && mTotalItemMBP >= 0 && totalItemMBPAndGaps >= 0) || (isUsingFlexGrow && availableFreeSpace >= 0) || (!isUsingFlexGrow && availableFreeSpace <= 0)

Categories

(Firefox :: Untriaged, defect)

Firefox 119
defect

Tracking

()

RESOLVED DUPLICATE of bug 1741500

People

(Reporter: 1319794503, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36

Steps to reproduce:

open the html teastcase attached below with firefox 119.0a1 debug asan verison.
And I will upload the minimized testcase as soon as possible.

Actual results:

browser cashed.
crash log:
Assertion failure: !(mTotalOuterHypotheticalMainSize >= 0 && mTotalItemMBP >= 0 && totalItemMBPAndGaps >= 0) || (isUsingFlexGrow && availableFreeSpace >= 0) || (!isUsingFlexGrow && availableFreeSpace <= 0) (availableFreeSpace's sign should match isUsingFlexGrow), at /home/wuyue/browser/mozilla-unified/layout/generic/nsFlexContainerFrame.cpp:3129

Expected results:

not crash

Thanks. It looks like this is a duplicate of bug 1741500 which is filed for the same assertion-failure.

Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Duplicate of bug: 1741500
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.