Closed
Bug 1041330
Opened 11 years ago
Closed 11 years ago
Assertion failure: aFontEntry->mFamilyName.Equals(Name()), at c:\projects\mozilla\mozilla-central\gfx\thebes\gfxFont.h:824
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1037442
People
(Reporter: kjozwiak, Unassigned)
Details
Attachments
(1 file)
|
11.42 KB,
text/plain
|
Details |
I'm not sure if this issue is only related to this machine or an issue that could affect other users but every time I build fx on my Windows 8.1 machine with the latest m-c changeset and run "./mach run", I get the following:
Assertion failure: aFontEntry->mFamilyName.Equals(Name()), at c:\projects\mozilla\mozilla-central\gfx\thebes\gfxFont.h:824
Steps to Reproduce:
- install mozbuild (ensure all other prerequisites are also met)
- Used the following .mozconfig file:
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj_debug
mk_add_options MOZ_MAKE_FLAGS="-j4"
ac_add_options --enable-debug
ac_add_options --disable-optimize
- Once everything is configured, "./mach build >log.txt 2>&1" (works fine) and then "./mach run" (fails every single time).
I went back to changeset 7075808c3306 which is from 07/01/2014 and that ran without any issues. So I don't think it has something to do with my build environment and perhaps was introduced recently? I've attached the output of "./mach run" just in case.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•