Open
Bug 752525
Opened 13 years ago
Updated 2 years ago
extApplication.js :: app_observe :: line 1322 [nsIObserverService.removeObserver]" nsresult: "0x80004005 (NS_ERROR_FAILURE)"
Categories
(Toolkit :: General, defect)
Tracking
()
NEW
People
(Reporter: mayhemer, Unassigned)
Details
This indicates the code for adding the class as an observer may not work as expected.
Discovered thanks assertion failure:
###!!! ASSERTION: Oops! You're asking for a weak reference to an object that doesn't support that.: 'factoryPtr', file c:/Mozilla/src/mozilla-central/_obj-browser-debug/
xpcom/build/nsWeakReference.cpp, line 111
************************************************************
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIObserverService.removeObserver]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "
JS frame :: file:///C:/Mozilla/src/mozilla-central/_obj-browser-debug/dist/bin/components/fuelApplication.js :: app_observe :: line 1322" data: no]
************************************************************
The code is actually here:
http://hg.mozilla.org/mozilla-central/annotate/448f554f6acb/toolkit/components/exthelper/extApplication.js#l599
Updated•9 years ago
|
Summary: fuelApplication.js :: app_observe :: line 1322 [nsIObserverService.removeObserver]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" → extApplication.js :: app_observe :: line 1322 [nsIObserverService.removeObserver]" nsresult: "0x80004005 (NS_ERROR_FAILURE)"
Updated•9 years ago
|
Product: Firefox → Toolkit
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•