Closed
Bug 323271
Opened 19 years ago
Closed 19 years ago
Clicking on anchor triggers uncaught exception ("Component returned failure code: 0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS) [nsIXPCComponents.lookupMethod]"
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mozilla, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)
Often, but not always, when clicking on a link this error appears in Javascript Console. Links in bugzilla do trigger error.
Error: uncaught exception: [Exception... "Component returned failure code: 0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS) [nsIXPCComponents.lookupMethod]" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame :: chrome://global/content/XPCNativeWrapper.js :: anonymous :: line 91" data: no]
It's a bit of a nuisance, 'cause the JS console gets filled up with these error messages. I suspect that's why my JS console often takes a loooong time to appear on my screen.
Reproducible: Sometimes
Steps to Reproduce:
Comment 1•19 years ago
|
||
Also with the latest Firefox version (and a new profile)?
Comment 2•19 years ago
|
||
Please retest in 1.5.
Updated•19 years ago
|
Summary: Clicking on anchor triggers uncaught exception → Clicking on anchor triggers uncaught exception ("Component returned failure code: 0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS) [nsIXPCComponents.lookupMethod]"
Retested in 1,5 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051111 Firefox/1.5): seems to be fixed. Thanks.
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
See Also: → https://launchpad.net/bugs/18401
You need to log in
before you can comment on or make changes to this bug.
Description
•