Open
Bug 340059
Opened 19 years ago
Updated 3 years ago
ASSERTION: root when externally referenced table not empty at shutdown
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
NEW
People
(Reporter: darin.moz, Unassigned)
Details
Using a trunk build from today (June 1, 2006) on Linux, I hit this assertion at shutdown:
#0 Break (
aMsg=0xbfe55c80 "###!!! ASSERTION: root when externally referenced table not empty at shutdown: 'sRootWhenExternallyReferencedTable.ops == 0', file /builds/moz-trunk/mozilla/dom/src/base/nsDOMClassInfo.cpp, line 3674") at /builds/moz-trunk/mozilla/xpcom/base/nsDebugImpl.cpp:471
#1 0xb7ceb74c in NS_DebugBreak_P (aSeverity=1, aStr=0xb510ab20 "root when externally referenced table not empty at shutdown",
aExpr=0xb510aae0 "sRootWhenExternallyReferencedTable.ops == 0", aFile=0xb51099c0 "/builds/moz-trunk/mozilla/dom/src/base/nsDOMClassInfo.cpp", aLine=3674)
at /builds/moz-trunk/mozilla/xpcom/base/nsDebugImpl.cpp:354
#2 0xb4ea1fe1 in nsDOMClassInfo::ShutDown () at /builds/moz-trunk/mozilla/dom/src/base/nsDOMClassInfo.cpp:3673
#3 0xb4ec286a in nsDOMScriptObjectFactory::Observe (this=0x84dc7c8, aSubject=0x8099b24, aTopic=0xb7d1a6a0 "xpcom-shutdown", someData=0x0)
at /builds/moz-trunk/mozilla/dom/src/base/nsDOMScriptObjectFactory.cpp:186
#4 0xb7c7668b in nsObserverList::NotifyObservers (this=0x81fff64, aSubject=0x8099b24, aTopic=0xb7d1a6a0 "xpcom-shutdown", someData=0x0)
at /builds/moz-trunk/mozilla/xpcom/ds/nsObserverList.cpp:128
#5 0xb7c785e4 in nsObserverService::NotifyObservers (this=0x80edeb0, aSubject=0x8099b24, aTopic=0xb7d1a6a0 "xpcom-shutdown", someData=0x0)
at /builds/moz-trunk/mozilla/xpcom/ds/nsObserverService.cpp:174
#6 0xb7c660d9 in NS_ShutdownXPCOM_P (servMgr=0x8099b24) at /builds/moz-trunk/mozilla/xpcom/build/nsXPComInit.cpp:704
#7 0xb7ee0cfc in ~ScopedXPCOMStartup (this=0xbfe56400) at /builds/moz-trunk/mozilla/toolkit/xre/nsAppRunner.cpp:553
#8 0xb7ee8951 in XRE_main (argc=3, argv=0xbfe56664, aAppData=0x8049860) at /builds/moz-trunk/mozilla/toolkit/xre/nsAppRunner.cpp:2378
#9 0x0804865c in main (argc=3, argv=0xbfe56664) at /builds/moz-trunk/mozilla/browser/app/nsBrowserApp.cpp:61
Any other signs of leaking content nodes?
Updated•16 years ago
|
Assignee: general → nobody
QA Contact: ian → general
Comment 2•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•