본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Unexplained Exception Errors in Console

  • 1 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: Shadow110

more options

Often I am on a page and it will hang for a bit, so I resorted to having the Browser Console open when visiting some of the pages where I have noticed it happening to see what if any errors are presented in the console that might shed light on that.

Well, I can't say I didn't get what I asked for, hundreds of thrown exceptions but frankly I can't make sense of them and when trying to research them, all Mozilla says is that its a generic error where we shove anything we don't know how to explain, so that's immensely helpful - not.

So I am hoping someone here has seen this or at least knows how to figure out what it is and what's causing it beyond, its a generic error for things we don't know and so therefore there is not actual helpful resource :)

In particular, it says it is from ThreadSafeDevToolsUtils.js:88 but looking at it provides literally no helpful insight.

Here is the error (hundreds of them, but I'll give you just one copy):

"Handler function threw an exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsITraceableChannel.setNewListener]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/webconsole/network-monitor.js :: _setupResponseListener :: line 1262" data: no] Stack: _setupResponseListener@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/webconsole/network-monitor.js:1262:28 _createNetworkEvent@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/webconsole/network-monitor.js:1138:5 _onRequestHeader@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/webconsole/network-monitor.js:1163:5 NetworkMonitor.prototype.observeActivity<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/webconsole/network-monitor.js:1015:7 exports.makeInfallible/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/ThreadSafeDevToolsUtils.js:109:14 Line: 1262, column: 0"

/**

* Report that |who| threw an exception, |exception|.
*/

exports.reportException = function reportException(who, exception) {

 const msg = `${who} threw an exception: ${exports.safeErrorString(exception)}`;
 dump(msg + "\n");
 if (typeof console !== "undefined" && console && console.error) {
-->   console.error(msg);
 }

};

Does anyone have a clue what is going on here and can help clarify things for me please?

Often I am on a page and it will hang for a bit, so I resorted to having the Browser Console open when visiting some of the pages where I have noticed it happening to see what if any errors are presented in the console that might shed light on that. Well, I can't say I didn't get what I asked for, hundreds of thrown exceptions but frankly I can't make sense of them and when trying to research them, all Mozilla says is that its a generic error where we shove anything we don't know how to explain, so that's immensely helpful - not. So I am hoping someone here has seen this or at least knows how to figure out what it is and what's causing it beyond, its a generic error for things we don't know and so therefore there is not actual helpful resource :) In particular, it says it is from <strong>ThreadSafeDevToolsUtils.js:88</strong> but looking at it provides literally no helpful insight. Here is the error (hundreds of them, but I'll give you just one copy): <blockquote>"Handler function threw an exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsITraceableChannel.setNewListener]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/webconsole/network-monitor.js :: _setupResponseListener :: line 1262" data: no] Stack: _setupResponseListener@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/webconsole/network-monitor.js:1262:28 _createNetworkEvent@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/webconsole/network-monitor.js:1138:5 _onRequestHeader@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/webconsole/network-monitor.js:1163:5 NetworkMonitor.prototype.observeActivity<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/webconsole/network-monitor.js:1015:7 exports.makeInfallible/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/ThreadSafeDevToolsUtils.js:109:14 Line: 1262, column: 0"</blockquote> <code>/** * Report that |who| threw an exception, |exception|. */ exports.reportException = function reportException(who, exception) { const msg = `${who} threw an exception: ${exports.safeErrorString(exception)}`; dump(msg + "\n"); if (typeof console !== "undefined" && console && console.error) { --> console.error(msg); } };</code> Does anyone have a clue what is going on here and can help clarify things for me please?

모든 댓글 (1)

more options

Hi, what web site page did you get the error on please  ?

Could you also Try Firefox Safe Mode to see if the problem goes away. Firefox Safe Mode is a troubleshooting mode that temporarily turns off hardware acceleration, resets some settings, and disables add-ons (extensions and themes).

If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:

  • Click the menu button New Fx Menu, click Help Help-29 and select Restart with Add-ons Disabled.

If Firefox is not running, you can start Firefox in Safe Mode as follows:

  • On Windows: Hold the Shift key when you open the Firefox desktop or Start menu shortcut.
  • On Mac: Hold the option key while starting Firefox.
  • On Linux: Quit Firefox, go to your Terminal and run firefox -safe-mode
    (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)

When the Firefox Safe Mode window appears, select "Start in Safe Mode".

SafeMode-Fx35

If the issue is not present in Firefox Safe Mode, your problem is probably caused by an extension, theme, or hardware acceleration. Please follow the steps in the Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems article to find the cause.

To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.

When you figure out what's causing your issues, please let us know. It might help others with the same problem.