Open
Bug 380966
Opened 18 years ago
Updated 2 years ago
"ASSERTION: Shouldn't have termination funcs by now" on clean Firefox profile
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
NEW
People
(Reporter: dbaron, Unassigned)
Details
When I start Firefox on a clean profile, I see this assertion as I shut down (relatively early in the shutdown process, I think):
###!!! ASSERTION: Shouldn't have termination funcs by now: '!mTerminations', file /builds/trunk/mozilla/dom/src/base/nsJSEnvironment.cpp, line 984
~nsJSContext (/builds/trunk/mozilla/dom/src/base/nsJSEnvironment.cpp:987)
nsJSContext::Release() (/builds/trunk/mozilla/dom/src/base/nsJSEnvironment.cpp:1046)
nsTimerImpl::ReleaseCallback() (/builds/trunk/mozilla/xpcom/threads/nsTimerImpl.h:116)
~nsTimerImpl (/builds/trunk/mozilla/xpcom/threads/nsTimerImpl.cpp:162)
nsTimerImpl::Release() (/builds/trunk/mozilla/xpcom/threads/nsTimerImpl.cpp:95)
nsJSRuntime::ShutDown() (/builds/trunk/mozilla/dom/src/base/nsJSEnvironment.cpp:3578)
nsDOMScriptObjectFactory::Observe(nsISupports*, char const*, unsigned short const*) (/builds/trunk/mozilla/dom/src/base/nsDOMScriptObjectFactory.cpp:294)
nsObserverList::NotifyObservers(nsISupports*, char const*, unsigned short const*) (/builds/trunk/mozilla/xpcom/ds/nsObserverList.cpp:127)
nsObserverService::NotifyObservers(nsISupports*, char const*, unsigned short const*) (/builds/trunk/mozilla/xpcom/ds/nsObserverService.cpp:184)
NS_ShutdownXPCOM_P (/builds/trunk/mozilla/xpcom/build/nsXPComInit.cpp:720)
~ScopedXPCOMStartup (/builds/trunk/mozilla/toolkit/xre/nsAppRunner.cpp:796)
XRE_main (/builds/trunk/mozilla/toolkit/xre/nsAppRunner.cpp:2868)
main (/builds/trunk/mozilla/browser/app/nsBrowserApp.cpp:66)
__libc_start_main (/usr/src/debug/glibc-2.5-20061008T1257/csu/libc-start.c:262)
Steps to reproduce:
* create an empty directory
* ./firefox -no-remote -profile <my-new-directory>
Updated•15 years ago
|
Assignee: general → nobody
QA Contact: ian → general
Comment 1•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•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•