Closed
Bug 376449
Opened 18 years ago
Closed 18 years ago
nsTextFrameThebes asserts on local copy of wikipedia page
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: bzbarsky, Unassigned)
References
()
Details
(Keywords: crash)
BUILD: MOZ_CO_DATE="Fri Mar 30 21:46:26 CDT 2007" with nsTextFrameThebes GetPresContext bustage fixed.
STEPS TO REPRODUCE: Load URL in URL field
EXPECTED RESULTS: Not assert
ACTUAL RESULTS:
!!! ASSERTION: Overflow: 'aStart + aLength <= mCharacterCount', file ../../../../mozilla/gfx/thebes/src/gfxFont.cpp, line 562
(gdb) p aLength
$1 = 10
(gdb) p aStart
$2 = 0
(gdb) p mCharacterCount
$3 = 5
Then a bunch more asserts like that one. Then the crash in bug 376448.
Comment 1•18 years ago
|
||
I can't reproduce. Do you still see the asserts?
Reporter | ||
Comment 2•18 years ago
|
||
No, seems to be ok now... Probably fixed by whatever fixed bug 376448.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
Flags: in-testsuite?
Updated•18 years ago
|
Resolution: WORKSFORME → FIXED
Comment 3•18 years ago
|
||
Gah, somehow managed to mark this as verified when I actually hadn't done so, and it seems I can't flip that to RESO without reopening. Feel free to do that if you deem it necessary, or go through the effort of verifying and just comment to that effect. Sorry for the bugspam...
Resolution: FIXED → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•