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.15k stars 300 forks source link

Symbol browser fails with some Perl modules #3185

Closed vrurg closed 6 years ago

vrurg commented 6 years ago

Short Summary

Symbol browser displays the following message with some Perl modules: "Could not load due to an error, if the issue persist please file a bug".

It still works ok with some other modules. No pattern has been discovered. Pushing on "Try again" button produces the following chunk in pystderr.log:

[2017-09-28 20:50:41,083] [ERROR] console-logger: TypeError: this._handleClick is not a function (2) in chrome://global/content/bindings/button.xml:145
Traceback (most recent call last):
  File "chrome://global/content/bindings/button.xml", line 145, in

[2017-09-28 20:50:41,288] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getSymbolsInBuffer, message:  (-32603)
[2017-09-28 20:50:41,354] [ERROR] codeintel/feature/symbolbrowser: Failed calling API method: getSymbolsInBuffer, message:
Traceback from ERROR in 'codeintel/feature/symbolbrowser' logger:
    Logger.prototype.error@chrome://komodo/content/sdk/logging.js:386:27
    _update</<@chrome://codeintel/content/sdk/feature/symbolbrowser.js:517:13

Steps to Reproduce

One way:

  1. Clone repository: https://github.com/foswiki/distro.git
  2. Open core/lib/Foswiki/Config.pm or core/lib/Foswiki/Exception.pm

Another way: I'm gonna attach the Config.pm file to the ticket.

Expected results

Content similar to this:

2017-09-28 20 59 52

Actual results

2017-09-28 20 22 59

Platform Information

Komodo Edit or IDE? Komodo IDE Komodo Version? 11.0.0 Operating System (and version)? macOS High Sierra 10.13

Additional Information

Config.pm

The pystderr.log is following:

[2017-09-28 20:13:00,389] [INFO] Startup: Welcome to Komodo IDE 11.0.0 build 90668 (platform macosx, running on Darwin 17.0.0 version Darwin Kernel Version 17.0.0: Thu Aug 24 21:48:19 PDT 2017; root:xnu-4570.1.46~2/RELEASE_X86_64)
[2017-09-28 20:13:00,390] [INFO] Startup: /Applications/Komodo IDE 11.app/Contents/MacOS/komodo built on Tue Sep 19 15:28:59 2017
[2017-09-28 20:13:00,551] [WARNING] koInitService: Unable to determine the current locale settings, defaulting to mac-roman
[2017-09-28 20:13:00,564] [WARNING] koEnviron: skipping environment string: 'COM_GOOGLE_CHROME_FRAMEWORK_SERVICE_PROCESS/USERS/VRURG/LIBRARY/APPLICATION_SUPPORT/GOOGLE/CHROME_SOCKET=/private/tmp/com.apple.launchd.BfCqjGOKTi/ServiceProcessSocket'
[2017-09-28 20:13:01,022] [WARNING] console-logger: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create (1) in resource://gre/modules/Preferences.jsm:381
[2017-09-28 20:13:01,065] [WARNING] root: [object Object].logging has been converted to a CommonJS module; use require("ko/logging") instead (since Komodo 9.0.0a1).
    @chrome://komodo/content/komodo.js:15:1

[2017-09-28 20:13:01,506] [ERROR] console-logger: bad script XDR magic number (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:13:01,915] [WARNING] keybindings: [Meta+Shift+Down] was used for 'cmd_selectDocumentHome', overriding to use 'cmd_selectDocumentEnd'
[2017-09-28 20:13:01,920] [WARNING] keybindings: [Ctrl+D] was used for 'cmd_addNextWordToCaretSet', overriding to use 'cmd_vim_scrollHalfPageDown'
[2017-09-28 20:13:02,317] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://komodo/content/keybindings/keybindings.js:1635
[2017-09-28 20:13:05,394] [WARNING] ko.widgets: Could not restore widget unittest-widget
[2017-09-28 20:13:05,398] [WARNING] ko.widgets: Could not restore widget symbolbrowser-widget
[2017-09-28 20:13:05,512] [DEBUG] ko.launch: versioncheck on http://docs.komodoide.com/changelog/11
[2017-09-28 20:13:05,755] [INFO] koInitService: Adding pre startup service for 'koFileStatusService': '@activestate.com/koFileStatusService;1'
[2017-09-28 20:13:05,855] [INFO] elastic_tabstops: Elastic tabstops loaded.
[2017-09-28 20:13:05,878] [INFO] komodospellchecker: Spell checker loaded.
[2017-09-28 20:13:05,878] [INFO] komodospellchecker: Using dictionary en-US
[2017-09-28 20:13:05,952] [INFO] codeintel/process: Starting CodeIntel
[2017-09-28 20:13:05,953] [DEBUG] codeintel/process: PYTHONPATH: /Applications/Komodo IDE 11.app/Contents/MacOS/../lib/python2.7;/Applications/Komodo IDE 11.app/Contents/SharedSupport/dbgp/pythonlib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/lib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/env/Lib/site-packages
[2017-09-28 20:13:07,319] [ERROR] console-logger: Exception while registering Focus Mode (0) in resource://gre/modules/addons/XPIProvider.jsm -> file:///Applications/Komodo%20IDE%2011.app/Contents/Resources/extensions/focusmode@activestate.com/bootstrap.js:11
Traceback (most recent call last):
  File "resource://gre/modules/addons/XPIProvider.jsm -> file:///Applications/Komodo%20IDE%2011.app/Contents/Resources/extensions/focusmode@activestate.com/bootstrap.js", line 11, in 

[2017-09-28 20:13:07,361] [ERROR] console-logger: [object Object] (0) in resource://gre/modules/addons/XPIProvider.jsm -> file:///Applications/Komodo%20IDE%2011.app/Contents/Resources/extensions/focusmode@activestate.com/bootstrap.js:12
Traceback (most recent call last):
  File "resource://gre/modules/addons/XPIProvider.jsm -> file:///Applications/Komodo%20IDE%2011.app/Contents/Resources/extensions/focusmode@activestate.com/bootstrap.js", line 12, in 

[2017-09-28 20:13:08,392] [WARNING] console-logger: XUL box for tab element contained an inline #text child, forcing all its children to be wrapped in a block. (1) in file:///Applications/Komodo%20IDE%2011.app/Contents/Resources/components/koLessProtocolHandler.js:154
[2017-09-28 20:13:08,393] [WARNING] console-logger: XUL box for tab element contained an inline #text child, forcing all its children to be wrapped in a block. (1) in file:///Applications/Komodo%20IDE%2011.app/Contents/Resources/components/koLessProtocolHandler.js:154
[2017-09-28 20:13:08,393] [WARNING] console-logger: XUL box for tab element contained an inline #text child, forcing all its children to be wrapped in a block. (1) in file:///Applications/Komodo%20IDE%2011.app/Contents/Resources/components/koLessProtocolHandler.js:154
[2017-09-28 20:13:08,398] [WARNING] console-logger: XUL box for tab element contained an inline #text child, forcing all its children to be wrapped in a block. (1) in file:///Applications/Komodo%20IDE%2011.app/Contents/Resources/components/koLessProtocolHandler.js:154
[2017-09-28 20:13:08,399] [WARNING] console-logger: XUL box for tab element contained an inline #text child, forcing all its children to be wrapped in a block. (1) in file:///Applications/Komodo%20IDE%2011.app/Contents/Resources/components/koLessProtocolHandler.js:154
[2017-09-28 20:13:08,399] [WARNING] console-logger: XUL box for tab element contained an inline #text child, forcing all its children to be wrapped in a block. (1) in file:///Applications/Komodo%20IDE%2011.app/Contents/Resources/components/koLessProtocolHandler.js:154
[2017-09-28 20:13:08,649] [INFO] koInitService: Adding pre startup service for 'KoMemoryReporter': '@activestate.com/koMemoryReporter;1'
[2017-09-28 20:13:08,657] [INFO] koInitService: Adding pre startup service for 'koCommandmentService': '@activestate.com/koCommandmentService;1'
[2017-09-28 20:13:08,659] [INFO] koInitService: Adding pre startup service for 'koDBGPManager': '@activestate.com/koDBGPManager;1'
[2017-09-28 20:13:08,800] [WARNING] console-logger: XUL box for tab element contained an inline #text child, forcing all its children to be wrapped in a block. (1) in chrome://unittest/content/views/panel.xul:0
[2017-09-28 20:13:08,801] [WARNING] console-logger: XUL box for tab element contained an inline #text child, forcing all its children to be wrapped in a block. (1) in chrome://unittest/content/views/panel.xul:0
[2017-09-28 20:13:08,802] [WARNING] console-logger: XUL box for tab element contained an inline #text child, forcing all its children to be wrapped in a block. (1) in chrome://unittest/content/views/panel.xul:0
[2017-09-28 20:13:12,135] [DEBUG] codeintel/process: stdout: 
port:62077

pid:1528

[2017-09-28 20:13:12,136] [INFO] codeintel/process: CodeIntel started on port 62077
[2017-09-28 20:13:12,136] [DEBUG] codeintel/process: Calling callbacks for: started, number: 1
[2017-09-28 20:13:12,497] [DEBUG] ko.launch: Response: http://docs.komodoide.com/__omnigollum__/auth/github?origin=%2Fcreate%2Fchangelog%2F11 (404)
[2017-09-28 20:13:12,497] [DEBUG] ko.launch: versioncheck on http://docs.komodoide.com/changelog/110
[2017-09-28 20:13:12,673] [WARNING] console-logger: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create (1) in file:///Applications/Komodo%20IDE%2011.app/Contents/Resources/components/koamAddonManager.js:138
[2017-09-28 20:13:13,203] [DEBUG] ko.launch: Response: http://docs.komodoide.com/__omnigollum__/auth/github?origin=%2Fcreate%2Fchangelog%2F110 (404)
[2017-09-28 20:13:15,876] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:13:15,877] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:13:16,100] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:13:16,101] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:13:17,285] [WARNING] koLanguage: Asked for unknown language: 'Django XHTML Template'
[2017-09-28 20:13:17,294] [WARNING] koLanguage: Asked for unknown language: 'Django Text Template'
[2017-09-28 20:13:17,295] [WARNING] koLanguage: Asked for unknown language: 'Django Template'
[2017-09-28 20:13:17,295] [WARNING] koLanguage: Asked for unknown language: 'Laravel Blade Template'
[2017-09-28 20:13:17,295] [WARNING] koLanguage: Asked for unknown language: 'SGML'
[2017-09-28 20:13:17,310] [WARNING] koLanguage: Asked for unknown language: 'Django XML Template'
[2017-09-28 20:13:17,312] [WARNING] koLanguage: Asked for unknown language: 'Smarty Template'
[2017-09-28 20:13:17,314] [WARNING] koLanguage: Asked for unknown language: 'Django HTML Template'
[2017-09-28 20:13:17,323] [WARNING] koLanguage: Asked for unknown language: 'UDL'
[2017-09-28 20:13:27,318] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getSymbolsInBuffer, message:  (-32603)
[2017-09-28 20:13:27,362] [ERROR] codeintel/feature/symbolbrowser: Failed calling API method: getSymbolsInBuffer, message: 
Traceback from ERROR in 'codeintel/feature/symbolbrowser' logger:
    Logger.prototype.error@chrome://komodo/content/sdk/logging.js:386:27
    _update</<@chrome://codeintel/content/sdk/feature/symbolbrowser.js:517:13

[2017-09-28 20:13:27,611] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:13:31,675] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:13:31,715] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:13:31,757] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:13:31,802] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:13:33,430] [ERROR] console-logger: TypeError: this._handleClick is not a function (2) in chrome://global/content/bindings/button.xml:145
Traceback (most recent call last):
  File "chrome://global/content/bindings/button.xml", line 145, in 

[2017-09-28 20:13:33,636] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getSymbolsInBuffer, message:  (-32603)
[2017-09-28 20:13:33,680] [ERROR] codeintel/feature/symbolbrowser: Failed calling API method: getSymbolsInBuffer, message: 
Traceback from ERROR in 'codeintel/feature/symbolbrowser' logger:
    Logger.prototype.error@chrome://komodo/content/sdk/logging.js:386:27
    _update</<@chrome://codeintel/content/sdk/feature/symbolbrowser.js:517:13

[2017-09-28 20:14:41,417] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:14:41,418] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:14:41,742] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:14:41,743] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:14:49,312] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:17:27,721] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getSymbolsInBuffer, message:  (-32603)
[2017-09-28 20:17:27,766] [ERROR] codeintel/feature/symbolbrowser: Failed calling API method: getSymbolsInBuffer, message: 
Traceback from ERROR in 'codeintel/feature/symbolbrowser' logger:
    Logger.prototype.error@chrome://komodo/content/sdk/logging.js:386:27
    _update</<@chrome://codeintel/content/sdk/feature/symbolbrowser.js:517:13

[2017-09-28 20:17:45,733] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getSymbolsInBuffer, message:  (-32603)
[2017-09-28 20:17:45,776] [ERROR] codeintel/feature/symbolbrowser: Failed calling API method: getSymbolsInBuffer, message: 
Traceback from ERROR in 'codeintel/feature/symbolbrowser' logger:
    Logger.prototype.error@chrome://komodo/content/sdk/logging.js:386:27
    _update</<@chrome://codeintel/content/sdk/feature/symbolbrowser.js:517:13

[2017-09-28 20:17:47,757] [ERROR] console-logger: TypeError: this._handleClick is not a function (2) in chrome://global/content/bindings/button.xml:145
Traceback (most recent call last):
  File "chrome://global/content/bindings/button.xml", line 145, in 

[2017-09-28 20:17:47,963] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getSymbolsInBuffer, message:  (-32603)
[2017-09-28 20:17:48,007] [ERROR] codeintel/feature/symbolbrowser: Failed calling API method: getSymbolsInBuffer, message: 
Traceback from ERROR in 'codeintel/feature/symbolbrowser' logger:
    Logger.prototype.error@chrome://komodo/content/sdk/logging.js:386:27
    _update</<@chrome://codeintel/content/sdk/feature/symbolbrowser.js:517:13

[2017-09-28 20:17:48,632] [ERROR] console-logger: TypeError: this._handleClick is not a function (2) in chrome://global/content/bindings/button.xml:145
Traceback (most recent call last):
  File "chrome://global/content/bindings/button.xml", line 145, in 

[2017-09-28 20:17:48,840] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getSymbolsInBuffer, message:  (-32603)
[2017-09-28 20:17:48,882] [ERROR] codeintel/feature/symbolbrowser: Failed calling API method: getSymbolsInBuffer, message: 
Traceback from ERROR in 'codeintel/feature/symbolbrowser' logger:
    Logger.prototype.error@chrome://komodo/content/sdk/logging.js:386:27
    _update</<@chrome://codeintel/content/sdk/feature/symbolbrowser.js:517:13

[2017-09-28 20:17:49,113] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:17:49,159] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:17:49,204] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:17:49,247] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:17:49,293] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:17:49,335] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:17:49,383] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:17:49,429] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:17:49,475] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:17:55,210] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:17:55,256] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:17:55,305] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:17:55,349] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:19:02,572] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:19:02,572] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:19:02,843] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:19:02,844] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:19:03,875] [ERROR] console-logger: TypeError: this._handleClick is not a function (2) in chrome://global/content/bindings/button.xml:145
Traceback (most recent call last):
  File "chrome://global/content/bindings/button.xml", line 145, in 

[2017-09-28 20:19:04,082] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getSymbolsInBuffer, message:  (-32603)
[2017-09-28 20:19:04,130] [ERROR] codeintel/feature/symbolbrowser: Failed calling API method: getSymbolsInBuffer, message: 
Traceback from ERROR in 'codeintel/feature/symbolbrowser' logger:
    Logger.prototype.error@chrome://komodo/content/sdk/logging.js:386:27
    _update</<@chrome://codeintel/content/sdk/feature/symbolbrowser.js:517:13

[2017-09-28 20:20:00,207] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:20:00,207] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:20:00,548] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:20:00,549] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:20:01,308] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getSymbolsInBuffer, message:  (-32603)
[2017-09-28 20:20:01,371] [ERROR] codeintel/feature/symbolbrowser: Failed calling API method: getSymbolsInBuffer, message: 
Traceback from ERROR in 'codeintel/feature/symbolbrowser' logger:
    Logger.prototype.error@chrome://komodo/content/sdk/logging.js:386:27
    _update</<@chrome://codeintel/content/sdk/feature/symbolbrowser.js:517:13

[2017-09-28 20:20:43,232] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:20:44,111] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:20:46,341] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:20:47,389] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:20:49,597] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:21:01,238] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getSymbolsInBuffer, message:  (-32603)
[2017-09-28 20:21:01,281] [ERROR] codeintel/feature/symbolbrowser: Failed calling API method: getSymbolsInBuffer, message: 
Traceback from ERROR in 'codeintel/feature/symbolbrowser' logger:
    Logger.prototype.error@chrome://komodo/content/sdk/logging.js:386:27
    _update</<@chrome://codeintel/content/sdk/feature/symbolbrowser.js:517:13

[2017-09-28 20:21:02,764] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:21:04,492] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:21:05,157] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:21:05,831] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:21:06,507] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:21:07,073] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:21:08,665] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:21:10,180] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:21:12,760] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:12,803] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:12,845] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:12,887] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:12,933] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:12,976] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,023] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,099] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,145] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,189] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,233] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,277] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,318] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,360] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,405] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,449] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,493] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,539] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,583] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,629] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,673] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,719] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,764] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,810] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,854] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,897] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,938] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:13,983] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:14,029] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:14,075] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:14,119] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:14,164] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:14,209] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:14,254] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:14,299] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:14,340] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:14,384] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:14,427] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:14,472] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:14,516] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:21:36,762] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getSymbolsInBuffer, message:  (-32603)
[2017-09-28 20:21:36,805] [ERROR] codeintel/feature/symbolbrowser: Failed calling API method: getSymbolsInBuffer, message: 
Traceback from ERROR in 'codeintel/feature/symbolbrowser' logger:
    Logger.prototype.error@chrome://komodo/content/sdk/logging.js:386:27
    _update</<@chrome://codeintel/content/sdk/feature/symbolbrowser.js:517:13

[2017-09-28 20:21:37,066] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:21:41,318] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:21:42,853] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:21:43,524] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:21:44,387] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:21:55,376] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:21:55,377] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:21:55,738] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:21:55,739] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:21:56,387] [ERROR] console-logger: TypeError: this._handleClick is not a function (2) in chrome://global/content/bindings/button.xml:145
Traceback (most recent call last):
  File "chrome://global/content/bindings/button.xml", line 145, in 

[2017-09-28 20:21:56,653] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getSymbolsInBuffer, message:  (-32603)
[2017-09-28 20:21:56,713] [ERROR] codeintel/feature/symbolbrowser: Failed calling API method: getSymbolsInBuffer, message: 
Traceback from ERROR in 'codeintel/feature/symbolbrowser' logger:
    Logger.prototype.error@chrome://komodo/content/sdk/logging.js:386:27
    _update</<@chrome://codeintel/content/sdk/feature/symbolbrowser.js:517:13

[2017-09-28 20:22:39,236] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:22:40,035] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:22:40,878] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:22:42,408] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:22:43,213] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:22:44,164] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:44,205] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:44,282] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:44,328] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:44,372] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:44,413] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:44,453] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:44,493] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:44,540] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:44,583] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:44,632] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:44,677] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:44,721] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:44,767] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:44,811] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:44,854] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:44,895] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:44,941] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:45,003] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:45,052] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:45,098] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:45,181] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:45,226] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:45,273] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:45,317] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:45,361] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:45,409] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:45,508] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:22:46,410] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:22:47,151] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:22:48,024] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:22:49,519] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:22:50,422] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:50,468] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:50,514] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:50,558] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:50,603] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:50,652] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:50,702] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:50,749] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:50,797] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:50,846] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:50,893] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:50,939] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:50,986] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:51,031] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:51,081] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:51,126] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:51,176] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:51,221] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:22:51,275] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:34:02,001] [INFO] codeintel/process: onClose called, code: 9
[2017-09-28 20:34:02,007] [INFO] codeintel/process: Process stopped without a request to stop it, restarting ..
[2017-09-28 20:34:02,007] [INFO] codeintel/process: Restarting CodeIntel
[2017-09-28 20:34:02,007] [INFO] codeintel/process: Starting CodeIntel
[2017-09-28 20:34:02,013] [DEBUG] codeintel/process: PYTHONPATH: /Applications/Komodo IDE 11.app/Contents/MacOS/../lib/python2.7;/Applications/Komodo IDE 11.app/Contents/SharedSupport/dbgp/pythonlib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/lib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/env/Lib/site-packages
[2017-09-28 20:34:07,372] [DEBUG] codeintel/process: stdout: 
port:62654

pid:2355

[2017-09-28 20:34:07,373] [INFO] codeintel/process: CodeIntel started on port 62654
[2017-09-28 20:34:07,373] [DEBUG] codeintel/process: Calling callbacks for: started, number: 1
[2017-09-28 20:35:02,450] [INFO] codeintel/process: onClose called, code: 9
[2017-09-28 20:35:02,450] [INFO] codeintel/process: Process stopped without a request to stop it, restarting ..
[2017-09-28 20:35:02,451] [INFO] codeintel/process: Restarting CodeIntel
[2017-09-28 20:35:02,451] [INFO] codeintel/process: Starting CodeIntel
[2017-09-28 20:35:02,452] [DEBUG] codeintel/process: PYTHONPATH: /Applications/Komodo IDE 11.app/Contents/MacOS/../lib/python2.7;/Applications/Komodo IDE 11.app/Contents/SharedSupport/dbgp/pythonlib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/lib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/env/Lib/site-packages
[2017-09-28 20:35:07,767] [DEBUG] codeintel/process: stdout: 
port:62675

pid:2372

[2017-09-28 20:35:07,767] [INFO] codeintel/process: CodeIntel started on port 62675
[2017-09-28 20:35:07,768] [DEBUG] codeintel/process: Calling callbacks for: started, number: 1
[2017-09-28 20:35:27,782] [INFO] codeintel/process: onClose called, code: 9
[2017-09-28 20:35:27,783] [INFO] codeintel/process: Process stopped without a request to stop it, restarting ..
[2017-09-28 20:35:27,783] [INFO] codeintel/process: Restarting CodeIntel
[2017-09-28 20:35:27,783] [INFO] codeintel/process: Starting CodeIntel
[2017-09-28 20:35:27,784] [DEBUG] codeintel/process: PYTHONPATH: /Applications/Komodo IDE 11.app/Contents/MacOS/../lib/python2.7;/Applications/Komodo IDE 11.app/Contents/SharedSupport/dbgp/pythonlib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/lib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/env/Lib/site-packages
[2017-09-28 20:35:33,118] [DEBUG] codeintel/process: stdout: 
port:62678

pid:2380

[2017-09-28 20:35:33,118] [INFO] codeintel/process: CodeIntel started on port 62678
[2017-09-28 20:35:33,118] [DEBUG] codeintel/process: Calling callbacks for: started, number: 1
[2017-09-28 20:36:08,172] [INFO] codeintel/process: onClose called, code: 9
[2017-09-28 20:36:08,172] [INFO] codeintel/process: Process stopped without a request to stop it, restarting ..
[2017-09-28 20:36:08,173] [INFO] codeintel/process: Restarting CodeIntel
[2017-09-28 20:36:08,173] [INFO] codeintel/process: Starting CodeIntel
[2017-09-28 20:36:08,174] [DEBUG] codeintel/process: PYTHONPATH: /Applications/Komodo IDE 11.app/Contents/MacOS/../lib/python2.7;/Applications/Komodo IDE 11.app/Contents/SharedSupport/dbgp/pythonlib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/lib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/env/Lib/site-packages
[2017-09-28 20:36:13,509] [DEBUG] codeintel/process: stdout: 
port:62695

pid:2402

[2017-09-28 20:36:13,509] [INFO] codeintel/process: CodeIntel started on port 62695
[2017-09-28 20:36:13,509] [DEBUG] codeintel/process: Calling callbacks for: started, number: 1
[2017-09-28 20:36:58,572] [INFO] codeintel/process: onClose called, code: 9
[2017-09-28 20:36:58,572] [INFO] codeintel/process: Process stopped without a request to stop it, restarting ..
[2017-09-28 20:36:58,572] [INFO] codeintel/process: Restarting CodeIntel
[2017-09-28 20:36:58,573] [INFO] codeintel/process: Starting CodeIntel
[2017-09-28 20:36:58,574] [DEBUG] codeintel/process: PYTHONPATH: /Applications/Komodo IDE 11.app/Contents/MacOS/../lib/python2.7;/Applications/Komodo IDE 11.app/Contents/SharedSupport/dbgp/pythonlib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/lib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/env/Lib/site-packages
[2017-09-28 20:37:03,899] [DEBUG] codeintel/process: stdout: 
port:62715

pid:2422

[2017-09-28 20:37:03,900] [INFO] codeintel/process: CodeIntel started on port 62715
[2017-09-28 20:37:03,900] [DEBUG] codeintel/process: Calling callbacks for: started, number: 1
[2017-09-28 20:38:08,965] [INFO] codeintel/process: onClose called, code: 9
[2017-09-28 20:38:08,965] [INFO] codeintel/process: Process stopped without a request to stop it, restarting ..
[2017-09-28 20:38:08,965] [INFO] codeintel/process: Restarting CodeIntel
[2017-09-28 20:38:08,966] [INFO] codeintel/process: Starting CodeIntel
[2017-09-28 20:38:08,967] [DEBUG] codeintel/process: PYTHONPATH: /Applications/Komodo IDE 11.app/Contents/MacOS/../lib/python2.7;/Applications/Komodo IDE 11.app/Contents/SharedSupport/dbgp/pythonlib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/lib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/env/Lib/site-packages
[2017-09-28 20:38:14,273] [DEBUG] codeintel/process: stdout: 
port:62742

pid:2441

[2017-09-28 20:38:14,273] [INFO] codeintel/process: CodeIntel started on port 62742
[2017-09-28 20:38:14,274] [DEBUG] codeintel/process: Calling callbacks for: started, number: 1
[2017-09-28 20:38:34,307] [INFO] codeintel/process: onClose called, code: 9
[2017-09-28 20:38:34,308] [INFO] codeintel/process: Process stopped without a request to stop it, restarting ..
[2017-09-28 20:38:34,308] [INFO] codeintel/process: Restarting CodeIntel
[2017-09-28 20:38:34,308] [INFO] codeintel/process: Starting CodeIntel
[2017-09-28 20:38:34,309] [DEBUG] codeintel/process: PYTHONPATH: /Applications/Komodo IDE 11.app/Contents/MacOS/../lib/python2.7;/Applications/Komodo IDE 11.app/Contents/SharedSupport/dbgp/pythonlib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/lib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/env/Lib/site-packages
[2017-09-28 20:38:39,646] [DEBUG] codeintel/process: stdout: 
port:62753

pid:2450

[2017-09-28 20:38:39,646] [INFO] codeintel/process: CodeIntel started on port 62753
[2017-09-28 20:38:39,647] [DEBUG] codeintel/process: Calling callbacks for: started, number: 1
[2017-09-28 20:39:24,692] [INFO] codeintel/process: onClose called, code: 9
[2017-09-28 20:39:24,692] [INFO] codeintel/process: Process stopped without a request to stop it, restarting ..
[2017-09-28 20:39:24,693] [INFO] codeintel/process: Restarting CodeIntel
[2017-09-28 20:39:24,693] [INFO] codeintel/process: Starting CodeIntel
[2017-09-28 20:39:24,694] [DEBUG] codeintel/process: PYTHONPATH: /Applications/Komodo IDE 11.app/Contents/MacOS/../lib/python2.7;/Applications/Komodo IDE 11.app/Contents/SharedSupport/dbgp/pythonlib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/lib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/env/Lib/site-packages
[2017-09-28 20:39:30,005] [DEBUG] codeintel/process: stdout: 
port:62769

pid:2464

[2017-09-28 20:39:30,006] [INFO] codeintel/process: CodeIntel started on port 62769
[2017-09-28 20:39:30,006] [DEBUG] codeintel/process: Calling callbacks for: started, number: 1
[2017-09-28 20:40:20,042] [INFO] codeintel/process: onClose called, code: 9
[2017-09-28 20:40:20,043] [INFO] codeintel/process: Process stopped without a request to stop it, restarting ..
[2017-09-28 20:40:20,043] [INFO] codeintel/process: Restarting CodeIntel
[2017-09-28 20:40:20,043] [INFO] codeintel/process: Starting CodeIntel
[2017-09-28 20:40:20,045] [DEBUG] codeintel/process: PYTHONPATH: /Applications/Komodo IDE 11.app/Contents/MacOS/../lib/python2.7;/Applications/Komodo IDE 11.app/Contents/SharedSupport/dbgp/pythonlib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/lib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/env/Lib/site-packages
[2017-09-28 20:40:25,351] [DEBUG] codeintel/process: stdout: 
port:62787

pid:2481

[2017-09-28 20:40:25,352] [INFO] codeintel/process: CodeIntel started on port 62787
[2017-09-28 20:40:25,352] [DEBUG] codeintel/process: Calling callbacks for: started, number: 1
[2017-09-28 20:40:55,364] [INFO] codeintel/process: onClose called, code: 9
[2017-09-28 20:40:55,364] [INFO] codeintel/process: Process stopped without a request to stop it, restarting ..
[2017-09-28 20:40:55,365] [INFO] codeintel/process: Restarting CodeIntel
[2017-09-28 20:40:55,365] [INFO] codeintel/process: Starting CodeIntel
[2017-09-28 20:40:55,366] [DEBUG] codeintel/process: PYTHONPATH: /Applications/Komodo IDE 11.app/Contents/MacOS/../lib/python2.7;/Applications/Komodo IDE 11.app/Contents/SharedSupport/dbgp/pythonlib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/lib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/env/Lib/site-packages
[2017-09-28 20:41:00,693] [DEBUG] codeintel/process: stdout: 
port:62819

pid:2493

[2017-09-28 20:41:00,693] [INFO] codeintel/process: CodeIntel started on port 62819
[2017-09-28 20:41:00,693] [DEBUG] codeintel/process: Calling callbacks for: started, number: 1
[2017-09-28 20:41:25,713] [INFO] codeintel/process: onClose called, code: 9
[2017-09-28 20:41:25,713] [INFO] codeintel/process: Process stopped without a request to stop it, restarting ..
[2017-09-28 20:41:25,713] [INFO] codeintel/process: Restarting CodeIntel
[2017-09-28 20:41:25,714] [INFO] codeintel/process: Starting CodeIntel
[2017-09-28 20:41:25,715] [DEBUG] codeintel/process: PYTHONPATH: /Applications/Komodo IDE 11.app/Contents/MacOS/../lib/python2.7;/Applications/Komodo IDE 11.app/Contents/SharedSupport/dbgp/pythonlib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/lib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/env/Lib/site-packages
[2017-09-28 20:41:31,050] [DEBUG] codeintel/process: stdout: 
port:62830

pid:2502

[2017-09-28 20:41:31,051] [INFO] codeintel/process: CodeIntel started on port 62830
[2017-09-28 20:41:31,051] [DEBUG] codeintel/process: Calling callbacks for: started, number: 1
[2017-09-28 20:43:16,152] [INFO] codeintel/process: onClose called, code: 9
[2017-09-28 20:43:16,152] [INFO] codeintel/process: Process stopped without a request to stop it, restarting ..
[2017-09-28 20:43:16,153] [INFO] codeintel/process: Restarting CodeIntel
[2017-09-28 20:43:16,153] [INFO] codeintel/process: Starting CodeIntel
[2017-09-28 20:43:16,155] [DEBUG] codeintel/process: PYTHONPATH: /Applications/Komodo IDE 11.app/Contents/MacOS/../lib/python2.7;/Applications/Komodo IDE 11.app/Contents/SharedSupport/dbgp/pythonlib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/lib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/env/Lib/site-packages
[2017-09-28 20:43:21,469] [DEBUG] codeintel/process: stdout: 
port:62868

pid:2529

[2017-09-28 20:43:21,470] [INFO] codeintel/process: CodeIntel started on port 62868
[2017-09-28 20:43:21,470] [DEBUG] codeintel/process: Calling callbacks for: started, number: 1
[2017-09-28 20:43:41,500] [INFO] codeintel/process: onClose called, code: 9
[2017-09-28 20:43:41,500] [INFO] codeintel/process: Process stopped without a request to stop it, restarting ..
[2017-09-28 20:43:41,500] [INFO] codeintel/process: Restarting CodeIntel
[2017-09-28 20:43:41,500] [INFO] codeintel/process: Starting CodeIntel
[2017-09-28 20:43:41,501] [DEBUG] codeintel/process: PYTHONPATH: /Applications/Komodo IDE 11.app/Contents/MacOS/../lib/python2.7;/Applications/Komodo IDE 11.app/Contents/SharedSupport/dbgp/pythonlib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/lib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/env/Lib/site-packages
[2017-09-28 20:43:46,843] [DEBUG] codeintel/process: stdout: 
port:62880

pid:2536

[2017-09-28 20:43:46,843] [INFO] codeintel/process: CodeIntel started on port 62880
[2017-09-28 20:43:46,844] [DEBUG] codeintel/process: Calling callbacks for: started, number: 1
[2017-09-28 20:44:56,898] [INFO] codeintel/process: onClose called, code: 9
[2017-09-28 20:44:56,898] [INFO] codeintel/process: Process stopped without a request to stop it, restarting ..
[2017-09-28 20:44:56,898] [INFO] codeintel/process: Restarting CodeIntel
[2017-09-28 20:44:56,898] [INFO] codeintel/process: Starting CodeIntel
[2017-09-28 20:44:56,900] [DEBUG] codeintel/process: PYTHONPATH: /Applications/Komodo IDE 11.app/Contents/MacOS/../lib/python2.7;/Applications/Komodo IDE 11.app/Contents/SharedSupport/dbgp/pythonlib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/lib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/env/Lib/site-packages
[2017-09-28 20:45:02,235] [DEBUG] codeintel/process: stdout: 
port:62908

pid:2558

[2017-09-28 20:45:02,236] [INFO] codeintel/process: CodeIntel started on port 62908
[2017-09-28 20:45:02,236] [DEBUG] codeintel/process: Calling callbacks for: started, number: 1
[2017-09-28 20:45:42,285] [INFO] codeintel/process: onClose called, code: 9
[2017-09-28 20:45:42,285] [INFO] codeintel/process: Process stopped without a request to stop it, restarting ..
[2017-09-28 20:45:42,286] [INFO] codeintel/process: Restarting CodeIntel
[2017-09-28 20:45:42,286] [INFO] codeintel/process: Starting CodeIntel
[2017-09-28 20:45:42,287] [DEBUG] codeintel/process: PYTHONPATH: /Applications/Komodo IDE 11.app/Contents/MacOS/../lib/python2.7;/Applications/Komodo IDE 11.app/Contents/SharedSupport/dbgp/pythonlib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/lib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/env/Lib/site-packages
[2017-09-28 20:45:47,597] [DEBUG] codeintel/process: stdout: 
port:62926

pid:2572

[2017-09-28 20:45:47,598] [INFO] codeintel/process: CodeIntel started on port 62926
[2017-09-28 20:45:47,598] [DEBUG] codeintel/process: Calling callbacks for: started, number: 1
[2017-09-28 20:46:07,611] [INFO] codeintel/process: onClose called, code: 9
[2017-09-28 20:46:07,612] [INFO] codeintel/process: Process stopped without a request to stop it, restarting ..
[2017-09-28 20:46:07,612] [INFO] codeintel/process: Restarting CodeIntel
[2017-09-28 20:46:07,612] [INFO] codeintel/process: Starting CodeIntel
[2017-09-28 20:46:07,613] [DEBUG] codeintel/process: PYTHONPATH: /Applications/Komodo IDE 11.app/Contents/MacOS/../lib/python2.7;/Applications/Komodo IDE 11.app/Contents/SharedSupport/dbgp/pythonlib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/lib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/env/Lib/site-packages
[2017-09-28 20:46:12,947] [DEBUG] codeintel/process: stdout: 
port:62931

pid:2583

[2017-09-28 20:46:12,948] [INFO] codeintel/process: CodeIntel started on port 62931
[2017-09-28 20:46:12,948] [DEBUG] codeintel/process: Calling callbacks for: started, number: 1
[2017-09-28 20:46:37,983] [INFO] codeintel/process: onClose called, code: 9
[2017-09-28 20:46:37,984] [INFO] codeintel/process: Process stopped without a request to stop it, restarting ..
[2017-09-28 20:46:37,984] [INFO] codeintel/process: Restarting CodeIntel
[2017-09-28 20:46:37,984] [INFO] codeintel/process: Starting CodeIntel
[2017-09-28 20:46:37,985] [DEBUG] codeintel/process: PYTHONPATH: /Applications/Komodo IDE 11.app/Contents/MacOS/../lib/python2.7;/Applications/Komodo IDE 11.app/Contents/SharedSupport/dbgp/pythonlib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/lib;/Applications/Komodo IDE 11.app/Contents/Resources/extensions/codeintel@activestate.com/content/../pylib/codeintel/env/Lib/site-packages
[2017-09-28 20:46:43,296] [DEBUG] codeintel/process: stdout: 
port:62945

pid:2592

[2017-09-28 20:46:43,297] [INFO] codeintel/process: CodeIntel started on port 62945
[2017-09-28 20:46:43,297] [DEBUG] codeintel/process: Calling callbacks for: started, number: 1
[2017-09-28 20:50:06,696] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:50:06,759] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:50:06,833] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:50:06,877] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:50:06,923] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:50:06,968] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:50:08,249] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:50:08,249] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:50:08,468] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:50:08,469] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:50:09,231] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:50:09,231] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:50:09,435] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:50:09,436] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:50:12,612] [WARNING] views: Inconsistent view count in view_closed event
[2017-09-28 20:50:12,789] [WARNING] views: Inconsistent view count in view_opened event
[2017-09-28 20:50:13,228] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getSymbolsInBuffer, message:  (-32603)
[2017-09-28 20:50:13,272] [ERROR] codeintel/feature/symbolbrowser: Failed calling API method: getSymbolsInBuffer, message: 
Traceback from ERROR in 'codeintel/feature/symbolbrowser' logger:
    Logger.prototype.error@chrome://komodo/content/sdk/logging.js:386:27
    _update</<@chrome://codeintel/content/sdk/feature/symbolbrowser.js:517:13

[2017-09-28 20:50:13,441] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:50:15,545] [ERROR] console-logger: TypeError: this._handleClick is not a function (2) in chrome://global/content/bindings/button.xml:145
Traceback (most recent call last):
  File "chrome://global/content/bindings/button.xml", line 145, in 

[2017-09-28 20:50:15,751] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getSymbolsInBuffer, message:  (-32603)
[2017-09-28 20:50:15,798] [ERROR] codeintel/feature/symbolbrowser: Failed calling API method: getSymbolsInBuffer, message: 
Traceback from ERROR in 'codeintel/feature/symbolbrowser' logger:
    Logger.prototype.error@chrome://komodo/content/sdk/logging.js:386:27
    _update</<@chrome://codeintel/content/sdk/feature/symbolbrowser.js:517:13

[2017-09-28 20:50:19,553] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:50:19,600] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:50:19,642] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:50:19,687] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:50:19,732] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:50:19,775] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:50:28,135] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:50:28,136] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:50:28,385] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:50:28,386] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:50:41,083] [ERROR] console-logger: TypeError: this._handleClick is not a function (2) in chrome://global/content/bindings/button.xml:145
Traceback (most recent call last):
  File "chrome://global/content/bindings/button.xml", line 145, in 

[2017-09-28 20:50:41,288] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getSymbolsInBuffer, message:  (-32603)
[2017-09-28 20:50:41,354] [ERROR] codeintel/feature/symbolbrowser: Failed calling API method: getSymbolsInBuffer, message: 
Traceback from ERROR in 'codeintel/feature/symbolbrowser' logger:
    Logger.prototype.error@chrome://komodo/content/sdk/logging.js:386:27
    _update</<@chrome://codeintel/content/sdk/feature/symbolbrowser.js:517:13

[2017-09-28 20:52:16,046] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:52:16,240] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:58:44,170] [WARNING] views: Inconsistent view count in view_closed event
[2017-09-28 20:58:44,352] [WARNING] views: Inconsistent view count in view_opened event
[2017-09-28 20:58:47,246] [WARNING] koLanguage: Asked for unknown language: 'Django XHTML Template'
[2017-09-28 20:58:47,247] [WARNING] koLanguage: Asked for unknown language: 'Django Text Template'
[2017-09-28 20:58:47,247] [WARNING] koLanguage: Asked for unknown language: 'Django Template'
[2017-09-28 20:58:47,247] [WARNING] koLanguage: Asked for unknown language: 'Laravel Blade Template'
[2017-09-28 20:58:47,247] [WARNING] koLanguage: Asked for unknown language: 'SGML'
[2017-09-28 20:58:47,249] [WARNING] koLanguage: Asked for unknown language: 'Django XML Template'
[2017-09-28 20:58:47,249] [WARNING] koLanguage: Asked for unknown language: 'Smarty Template'
[2017-09-28 20:58:47,250] [WARNING] koLanguage: Asked for unknown language: 'Django HTML Template'
[2017-09-28 20:58:47,251] [WARNING] koLanguage: Asked for unknown language: 'UDL'
[2017-09-28 20:58:51,530] [WARNING] koLanguage: Asked for unknown language: 'Django XHTML Template'
[2017-09-28 20:58:51,531] [WARNING] koLanguage: Asked for unknown language: 'Django Text Template'
[2017-09-28 20:58:51,531] [WARNING] koLanguage: Asked for unknown language: 'Django Template'
[2017-09-28 20:58:51,531] [WARNING] koLanguage: Asked for unknown language: 'Laravel Blade Template'
[2017-09-28 20:58:51,531] [WARNING] koLanguage: Asked for unknown language: 'SGML'
[2017-09-28 20:58:51,532] [WARNING] koLanguage: Asked for unknown language: 'Django XML Template'
[2017-09-28 20:58:51,532] [WARNING] koLanguage: Asked for unknown language: 'Smarty Template'
[2017-09-28 20:58:51,533] [WARNING] koLanguage: Asked for unknown language: 'Django HTML Template'
[2017-09-28 20:58:51,533] [WARNING] koLanguage: Asked for unknown language: 'UDL'
[2017-09-28 20:58:52,439] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getSymbolsInBuffer, message:  (-32603)
[2017-09-28 20:58:52,494] [ERROR] codeintel/feature/symbolbrowser: Failed calling API method: getSymbolsInBuffer, message: 
Traceback from ERROR in 'codeintel/feature/symbolbrowser' logger:
    Logger.prototype.error@chrome://komodo/content/sdk/logging.js:386:27
    _update</<@chrome://codeintel/content/sdk/feature/symbolbrowser.js:517:13

[2017-09-28 20:58:52,542] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:58:52,594] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:58:52,641] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:58:52,689] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getCaretScope, message:  (-32603)
[2017-09-28 20:58:53,018] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:58:53,019] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:58:54,017] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:58:54,020] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:58:54,495] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:58:54,496] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:58:54,927] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:58:54,928] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:58:55,067] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:58:55,068] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:58:55,326] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:58:55,327] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:58:55,559] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:58:55,560] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:58:55,825] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:58:55,826] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:59:01,464] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:59:01,507] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:59:01,552] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:59:01,597] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:59:01,641] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:59:01,685] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:59:01,731] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:59:01,776] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:59:01,820] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:59:01,904] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:59:02,119] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getSymbolsInBuffer, message:  (-32603)
[2017-09-28 20:59:02,162] [ERROR] codeintel/feature/symbolbrowser: Failed calling API method: getSymbolsInBuffer, message: 
Traceback from ERROR in 'codeintel/feature/symbolbrowser' logger:
    Logger.prototype.error@chrome://komodo/content/sdk/logging.js:386:27
    _update</<@chrome://codeintel/content/sdk/feature/symbolbrowser.js:517:13

[2017-09-28 20:59:04,632] [ERROR] console-logger: TypeError: this._handleClick is not a function (2) in chrome://global/content/bindings/button.xml:145
Traceback (most recent call last):
  File "chrome://global/content/bindings/button.xml", line 145, in 

[2017-09-28 20:59:04,839] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getSymbolsInBuffer, message:  (-32603)
[2017-09-28 20:59:04,880] [ERROR] codeintel/feature/symbolbrowser: Failed calling API method: getSymbolsInBuffer, message: 
Traceback from ERROR in 'codeintel/feature/symbolbrowser' logger:
    Logger.prototype.error@chrome://komodo/content/sdk/logging.js:386:27
    _update</<@chrome://codeintel/content/sdk/feature/symbolbrowser.js:517:13

[2017-09-28 20:59:07,162] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getSymbolsInBuffer, message:  (-32603)
[2017-09-28 20:59:07,201] [ERROR] codeintel/feature/symbolbrowser: Failed calling API method: getSymbolsInBuffer, message: 
Traceback from ERROR in 'codeintel/feature/symbolbrowser' logger:
    Logger.prototype.error@chrome://komodo/content/sdk/logging.js:386:27
    _update</<@chrome://codeintel/content/sdk/feature/symbolbrowser.js:517:13

[2017-09-28 20:59:07,776] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:59:07,824] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:59:07,867] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:59:07,908] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:59:32,671] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:59:32,709] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 20:59:50,795] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:59:50,796] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 20:59:51,142] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361
[2017-09-28 20:59:51,142] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366
[2017-09-28 21:00:38,722] [ERROR] codeintel/service/mediator: Request failed with message: Failed calling API method: getSymbolsInBuffer, message:  (-32603)
[2017-09-28 21:00:38,800] [ERROR] codeintel/feature/symbolbrowser: Failed calling API method: getSymbolsInBuffer, message: 
Traceback from ERROR in 'codeintel/feature/symbolbrowser' logger:
    Logger.prototype.error@chrome://komodo/content/sdk/logging.js:386:27
    _update</<@chrome://codeintel/content/sdk/feature/symbolbrowser.js:517:13

[2017-09-28 21:00:47,340] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2017-09-28 21:00:47,386] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
  File "", line 0, in 
mitchell-as commented 6 years ago

Hi, thanks for the report.

mitchell-as commented 6 years ago

Fixed via https://github.com/Komodo/codeintel/commit/8b84efb4e3c3abc35896b5783c89c57c58634ee7.

zube[bot] commented 6 years ago

Edward-Jong said: Verified the fix on Komodo IDE, version 11.0.1, build 90727, platform linux-x86_64. Built on Mon Oct 2 23:02:51 2017. Created a test case http://testrail.activestate.com/testrail/index.php?/cases/view/1411&group_by=cases:section_id&group_order=asc&group_id=528