Assertion failure: !IsNaN(value) (The value should not be NaN), at /home/worker/workspace/build/src/layout/style/nsCSSScanner.cpp:953
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: jkratzer, Unassigned, NeedInfo)
References
(Blocks 1 open bug)
Details
(4 keywords)
Attachments
(1 file)
(deleted),
text/html
|
Details |
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
Updated•7 years ago
|
Comment 5•7 years ago
|
||
Comment 6•4 years ago
|
||
I have attempted reproducing this assertion failure on Ubuntu 20 with build Release v85.0.1 asan debug and Nightly v87.0a1 asan debug using the test case in comment 0, but the assertion could not be reproduced.
Could this issue have been fixed in the meantime? (or have I tested incorrectly?)
Can you confirm this?
Reporter | ||
Comment 7•4 years ago
|
||
(In reply to Bodea Daniel [:danibodea] from comment #6)
I have attempted reproducing this assertion failure on Ubuntu 20 with build Release v85.0.1 asan debug and Nightly v87.0a1 asan debug using the test case in comment 0, but the assertion could not be reproduced.
Could this issue have been fixed in the meantime? (or have I tested incorrectly?)
Can you confirm this?
I am unable to repeat this as well. I attempted to bisect the original testcase however, the oldest available build on taskcluster did not trigger the assertion above. I think we can safely close this as WFM.
Comment 8•4 years ago
|
||
Yeah, nsCSSScanner.cpp doesn't exist anymore (it was replaced with rust code in the Stylo project, a few years back).
Let's call this WORKSFORME (really, fixed-by-code-removal via stylo).
Updated•4 years ago
|
Description
•