Closed
Bug 425314
Opened 18 years ago
Closed 3 years ago
WARNING: Fonts still alive while shutting down gfxFontCache: 'mFonts.Count() == 0', file ../../../dist/include/thebes/gfxFont.h, line 165
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mmokrejs, Unassigned)
References
()
Details
Attachments
(1 file)
|
38.67 KB,
text/plain
|
Details |
User-Agent: Opera/9.50 (X11; Linux i686; U; en)
Build Identifier:
This used to be an ASSERTION. See bugs #378836, #386211 and #386804. I compile cairo with debug symbols and installed the breakpoints. Is that of any help to you?
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
| Reporter | ||
Comment 1•18 years ago
|
||
Upon closing browser windows I get this reproducibly with current cvs HEAD build.
Comment 2•18 years ago
|
||
A clean Mac trunk Sunbird debug build outputs the following on shutdown:
WARNING: Fonts still alive while shutting down gfxFontCache: 'mFonts.Count() == 0', file ../../../dist/include/thebes/gfxFont.h, line 165
-> Should go into some component of Core.
Blocks: sb-noise
Status: UNCONFIRMED → NEW
Component: General → GFX: Thebes
Ever confirmed: true
Product: Mozilla Application Suite → Core
Updated•16 years ago
|
Assignee: general → nobody
QA Contact: general → thebes
Comment 3•14 years ago
|
||
I can't reproduce on mac or linux. Please re-open with detailed STR.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
Comment 4•14 years ago
|
||
FWIW, I see this sporadically with debug Firefox builds, on various platforms, but I don't have any consistent STR. It typically seems to occur together with a bunch of messages about leaked chrome:// URLs, if I recall correctly.
Comment 5•14 years ago
|
||
Alright, that's enough evidence to reopen.
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
Comment 6•9 years ago
|
||
Reproduced in Bughunter automated crash testing on Linux.
1. http://www.bvoltaire.fr/ in debug Nightly/53 build on Fedora 24/x86_64
2. Wait until page begins loading, then close browser by clicking on the window close (x).
3. Profit!
[Child 23570] WARNING: Fonts still alive while shutting down gfxFontCache: 'mFonts.Count() == 0', file /mozilla/builds/nightly/mozilla/gfx/thebes/gfxFont.cpp, line 207
WARNING: YOU ARE LEAKING THE WORLD (at least one JSRuntime and everything alive inside it, that is) AT JS_ShutDown TIME. FIX THIS!
[Child 23570] ###!!! ASSERTION: Component Manager being held past XPCOM shutdown.: 'cnt == 0', file /mozilla/builds/nightly/mozilla/xpcom/build/XPCOMInit.cpp, line 1074
[Child 23570] WARNING: '!compMgr', file /mozilla/builds/nightly/mozilla/xpcom/glue/nsComponentManagerUtils.cpp, line 63
Note this occurs on Ubuntu and Fedora on Beta/51, Aurora/52, Nightly/53 and from this bug report from much earlier.
Updated•9 years ago
|
Updated•3 years ago
|
Severity: normal → S3
Comment 7•3 years ago
|
||
Unable to reproduce.
Status: REOPENED → RESOLVED
Closed: 14 years ago → 3 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•