Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.16k stars 302 forks source link

Random SCC exception alerts #1244

Open Defman21 opened 8 years ago

Defman21 commented 8 years ago

Short Summary

They are appearing randomly, I sure that there should be no alerts contains exception info.

Steps to Reproduce

Not yet

Platform Information

Komodo Edit or IDE? IDE Komodo Version? 10 alpha Operating System (and version)? Ubuntu 16.04

Additional Information

[2016-04-13 18:37:02,371] [ERROR] scc.history: 
-- EXCEPTION START --
[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [koISCCDVCS.getValue]"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: chrome://komodo/content/scc/scc.js :: this.getRepositoryRoot :: line 467"  data: no]
+ toString (function) 3 lines
+ message (string) 'Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [koISCCDVCS.getValue]'
+ result (number) 2147500037
+ name (string) 'NS_ERROR_FAILURE'
+ filename (string) 'chrome://komodo/content/scc/scc.js'
+ lineNumber (number) 467
+ columnNumber (number) 0
+ inner (object) null
| + data (object) null
| + stack (string) 'this.getRepositoryRoot@chrome://komodo/content/scc/scc.js:467:19
scc_history_OnLoad@chrome://komodo/'...249 chars
+ location (object) JS frame :: chrome://komodo/content/scc/scc.js :: this.getRepositoryRoot :: line 467
| + QueryInterface (function) 3 lines
| + language (number) 2
| + languageName (string) 'JavaScript'
| + filename (string) 'chrome://komodo/content/scc/scc.js'
| + name (string) 'this.getRepositoryRoot'
| + lineNumber (number) 467
| + columnNumber (number) 19
| + sourceLine (string) ''
| + caller (object) JS frame :: chrome://komodo/content/scc/history.js :: scc_history_OnLoad :: line 162
| + formattedStack (string) 'this.getRepositoryRoot@chrome://komodo/content/scc/scc.js:467:19
scc_history_OnLoad@chrome://komodo/'...249 chars
| + stack
    this.getRepositoryRoot@chrome://komodo/content/scc/scc.js:467:19
    scc_history_OnLoad@chrome://komodo/content/scc/history.js:162:20
    xtk.domutils.fireEvent@chrome://xtk/content/domutils.js:157:4
    initWithDocument/tv._viewChangedTimer<@vieweditor:404:16
-- EXCEPTION END --
[2016-04-13 18:37:06,514] [ERROR] console-logger: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [koISCCDVCS.getValue] (2) in chrome://komodo/content/scc/scc.js:467
Traceback (most recent call last):
  File "chrome://komodo/content/scc/scc.js", line 467
Defman21 commented 8 years ago
[2016-04-13 18:42:19,845] [ERROR] scc.history: 
-- EXCEPTION START --
[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [koISCCDVCS.getValue]"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: chrome://komodo/content/scc/scc.js :: this.getRepositoryRoot :: line 467"  data: no]
+ toString (function) 3 lines
+ message (string) 'Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [koISCCDVCS.getValue]'
+ result (number) 2147500037
+ name (string) 'NS_ERROR_FAILURE'
+ filename (string) 'chrome://komodo/content/scc/scc.js'
+ lineNumber (number) 467
+ columnNumber (number) 0
+ inner (object) null
| + data (object) null
| + stack (string) 'this.getRepositoryRoot@chrome://komodo/content/scc/scc.js:467:19
scc_history_OnLoad@chrome://komodo/'...249 chars
+ location (object) JS frame :: chrome://komodo/content/scc/scc.js :: this.getRepositoryRoot :: line 467
| + QueryInterface (function) 3 lines
| + language (number) 2
| + languageName (string) 'JavaScript'
| + filename (string) 'chrome://komodo/content/scc/scc.js'
| + name (string) 'this.getRepositoryRoot'
| + lineNumber (number) 467
| + columnNumber (number) 19
| + sourceLine (string) ''
| + caller (object) JS frame :: chrome://komodo/content/scc/history.js :: scc_history_OnLoad :: line 162
| + formattedStack (string) 'this.getRepositoryRoot@chrome://komodo/content/scc/scc.js:467:19
scc_history_OnLoad@chrome://komodo/'...249 chars
| + stack
    this.getRepositoryRoot@chrome://komodo/content/scc/scc.js:467:19
    scc_history_OnLoad@chrome://komodo/content/scc/history.js:162:20
    xtk.domutils.fireEvent@chrome://xtk/content/domutils.js:157:4
    initWithDocument/tv._viewChangedTimer<@vieweditor:404:16
-- EXCEPTION END --
Naatan commented 8 years ago

The alerts have been resolved on the master branch (errors should not be blocking your workflow), but I'll look into these specific errors - thanks!