Closed
Bug 472218
Opened 16 years ago
Closed 16 years ago
"ASSERTION: bad value" with float, large padding
Categories
(Core :: Layout: Floats, defect, P2)
Core
Layout: Floats
Tracking
()
VERIFIED
FIXED
mozilla1.9.1b3
People
(Reporter: jruderman, Assigned: dbaron)
References
Details
(4 keywords)
Attachments
(2 files)
145 bytes,
text/html
|
Details | |
1.66 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
###!!! ASSERTION: bad value: 'Not Reached', file /Users/jruderman/central/layout/generic/nsFloatManager.cpp, line 149
nsFloatManager.cpp was added yesterday, in bug 191448.
Assignee | ||
Comment 1•16 years ago
|
||
I guess I should just make these NS_WARN_IF_FALSE.
Assignee | ||
Comment 2•16 years ago
|
||
These should be warnings rather than assertions since large coordinates are something we have to deal with.
Assignee: nobody → dbaron
Status: NEW → ASSIGNED
Attachment #355665 -
Flags: superreview?(roc)
Attachment #355665 -
Flags: review?(roc)
Assignee | ||
Updated•16 years ago
|
OS: Mac OS X → All
Priority: -- → P2
Hardware: x86 → All
Target Milestone: --- → mozilla1.9.2a1
Attachment #355665 -
Flags: superreview?(roc)
Attachment #355665 -
Flags: superreview+
Attachment #355665 -
Flags: review?(roc)
Attachment #355665 -
Flags: review+
Assignee | ||
Comment 3•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•16 years ago
|
||
Landed on 1.9.1 along with the patch that caused the regression:
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/3d50c726626b
Keywords: fixed1.9.1
Target Milestone: mozilla1.9.2a1 → mozilla1.9.1b3
Updated•16 years ago
|
Flags: wanted1.9.0.x+
Flags: blocking1.9.0.12+
Comment 5•16 years ago
|
||
verified FIXED (with attached test case) using debug builds:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1pre) Gecko/20090608 Shiretoko/3.5pre ID:20090608122057
and
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090608 Minefield/3.6a1pre ID:20090608122028
Status: RESOLVED → VERIFIED
Keywords: fixed1.9.1 → verified1.9.1
Updated•16 years ago
|
Flags: wanted1.9.0.x+
Flags: blocking1.9.0.12+
You need to log in
before you can comment on or make changes to this bug.
Description
•