Closed
Bug 713610
Opened 9 years ago
Closed 9 years ago
"ASSERTION: 2nd pass should never guess wrong" in TextOverflow::ExamineLineFrames
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
VERIFIED
FIXED
mozilla12
Tracking | Status | |
---|---|---|
firefox9 | --- | unaffected |
firefox10 | --- | unaffected |
firefox11 | --- | wontfix |
firefox12 | --- | verified |
People
(Reporter: jruderman, Assigned: mats)
References
(Blocks 1 open bug)
Details
(Keywords: assertion, regression, testcase, Whiteboard: [qa!])
Attachments
(4 files)
216 bytes,
text/html
|
Details | |
5.09 KB,
text/plain
|
Details | |
1.08 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
1.04 KB,
patch
|
Details | Diff | Splinter Review |
###!!! ASSERTION: 2nd pass should never guess wrong: 'pass == 0', file /builds/slave/m-cen-osx64-dbg/build/layout/generic/TextOverflow.cpp, line 540 Might be a regression from bug 690187.
Reporter | ||
Comment 1•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → matspal
Severity: normal → trivial
Component: Layout: Text → Layout: Block and Inline
OS: Mac OS X → All
QA Contact: layout.fonts-and-text → layout.block-and-inline
Hardware: x86_64 → All
the try server run https://tbpl.mozilla.org/?tree=Try&rev=cab7d4e1219f will not execute the test "try: -b do -p all -u reftest -t none" -u crashtest would do
Assignee | ||
Comment 3•9 years ago
|
||
Thanks Bernd.
Assignee | ||
Comment 4•9 years ago
|
||
We should guess 'false' for a side that is inactive. (the rendering should be correct so there's no need to fix this on Aurora)
Attachment #584552 -
Flags: review?(roc)
Assignee | ||
Comment 5•9 years ago
|
||
Attachment #584552 -
Flags: review?(roc) → review+
Assignee | ||
Comment 6•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/18218243232a https://hg.mozilla.org/integration/mozilla-inbound/rev/ec08627769aa
status-firefox10:
--- → unaffected
status-firefox11:
--- → wontfix
status-firefox12:
--- → fixed
status-firefox9:
--- → unaffected
Flags: in-testsuite+
Whiteboard: [inbound]
Target Milestone: --- → mozilla12
https://hg.mozilla.org/mozilla-central/rev/18218243232a https://hg.mozilla.org/mozilla-central/rev/ec08627769aa
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Comment 8•9 years ago
|
||
I'm not able to reproduce the problem. Jesse, is there any chance to remember on what FF did you catch this?
Reporter | ||
Comment 9•9 years ago
|
||
I think it was just a matter of loading the testcase in a debug build of Firefox.
Comment 10•9 years ago
|
||
I was able to see the crash on 2011-12-26-mozilla-central-debug build. Verified fixed on FF 12 2012-04-04-mozilla-beta-debug on Win 7/64, Ubuntu 11.10 and Mac OS X 10.6.
You need to log in
before you can comment on or make changes to this bug.
Description
•