Assertion failure: aComputedBSize >= 0 (Invalid computed block-size!), at layout/generic/ReflowInput.cpp:308
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: tsmith, Assigned: TYLin)
References
(Blocks 1 open bug)
Details
(Keywords: assertion, testcase, Whiteboard: [fuzzblocker])
Attachments
(4 files)
Updated•7 years ago
|
Comment 1•6 years ago
|
||
Reporter | ||
Updated•6 years ago
|
Comment 3•4 years ago
|
||
This is still an issue, though the assertion text changed recently[1]. Hence: updating bug summary to reflect the current assertion text, which is:
Assertion failure: aComputedBSize >= 0 (Invalid computed block-size!), layout/generic/ReflowInput.cpp:308
[1] https://hg.mozilla.org/mozilla-central/rev/f875e1fd1c377d2012ce6c9436c4610e877ceeb1#l1.29
Updated•4 years ago
|
Updated•4 years ago
|
Reporter | ||
Comment 5•4 years ago
|
||
A Pernosco session is available here: https://pernos.co/debug/JpjbqRbh4Xa-vZt5voiGdQ/index.html
Reporter | ||
Comment 6•4 years ago
|
||
The fuzzers are frequently tripping over this issue and has been marked as a fuzzblocker. Please prioritize this issue accordingly.
Comment 7•2 years ago
|
||
This bug prevents fuzzing from making progress; however, it has low severity. It is important for fuzz blocker bugs to be addressed in a timely manner (see here why?).
:dholbert, could you increase the severity?
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 8•2 years ago
|
||
mFrame is public and used throughout the layout, but it shouldn't be modified
post constructor.
Assignee | ||
Comment 9•2 years ago
|
||
This is a preparation for the next part.
Depends on D155320
Assignee | ||
Comment 10•2 years ago
|
||
Depends on D155321
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Comment 11•2 years ago
|
||
Comment 12•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/89f3219ff357
https://hg.mozilla.org/mozilla-central/rev/70fd1dccdaa6
https://hg.mozilla.org/mozilla-central/rev/57d149b72bc1
Updated•2 years ago
|
Description
•