Closed
Bug 1042629
Opened 11 years ago
Closed 11 years ago
Assertion failure: aFontEntry->mFamilyName.Equals(Name())
Categories
(Core :: Graphics: Text, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1037442
People
(Reporter: alessarik, Unassigned)
Details
(Keywords: regression)
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0 (Beta/Release)
Build ID: 20140605174243
Steps to reproduce:
Compile and run FireFox from m-c
Actual results:
Assertion failure: aFontEntry->mFamilyName.Equals(Name()), at s:\firefox\sourcenine\gfx\thebes\gfxFont.h:845
Expected results:
FireFox should be startups and works
Updated•11 years ago
|
Component: Untriaged → Graphics: Text
Product: Firefox → Core
Comment 1•11 years ago
|
||
I've been running into this too over the last couple days. You can patch this up locally by returning before that assert.
Updated•11 years ago
|
Status: UNCONFIRMED → NEW
status-firefox33:
--- → ?
status-firefox34:
--- → affected
Ever confirmed: true
Keywords: regression
| Reporter | ||
Comment 2•11 years ago
|
||
(In reply to Jim Mathies [:jimm] from comment #1)
> I've been running into this too over the last couple days. You can patch
> this up locally by returning before that assert.
Why so hard? I've just put comment :-)
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•