Skip to content

Instantly share code, notes, and snippets.

@neurobashing
Created May 21, 2016 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neurobashing/e3ddfe3846995197e31532c503f4231e to your computer and use it in GitHub Desktop.
Save neurobashing/e3ddfe3846995197e31532c503f4231e to your computer and use it in GitHub Desktop.
[2016-05-21 09:59:13,826] [INFO] Startup: Welcome to Komodo IDE 10.0.0 build 89159 (platform macosx, running on Darwin 15.5.0 version Darwin Kernel Version 15.5.0: Tue Apr 19 18:36:36 PDT 2016; root:xnu-3248.50.21~8/RELEASE_X86_64)
[2016-05-21 09:59:13,826] [INFO] Startup: /Applications/Komodo IDE 10.app/Contents/MacOS/komodo built on Wed May 11 15:42:24 2016
[2016-05-21 09:59:13,915] [WARNING] koInitService: Unable to determine the current locale settings, defaulting to mac-roman
[2016-05-21 09:59:14,142] [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
[2016-05-21 09:59:14,189] [WARNING] root: ko.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
[2016-05-21 09:59:14,378] [ERROR] console-logger: TypeError: redeclaration of variable val (2) in chrome://analytics/content/analytics.js:204
Traceback (most recent call last):
File "chrome://analytics/content/analytics.js", line 204, in
[2016-05-21 09:59:14,532] [ERROR] console-logger: bad script XDR magic number (0) in :0
Traceback (most recent call last):
File "", line 0, in
[2016-05-21 09:59:14,630] [WARNING] keybindings: [Shift+Down] was used for 'cmd_selectLineNext', overriding to use 'cmd_selectLineNext'
[2016-05-21 09:59:14,631] [WARNING] keybindings: [Ctrl+Shift+Right] was used for 'cmd_endOfWordExtend', overriding to use 'cmd_selectRectCharNext'
[2016-05-21 09:59:14,631] [WARNING] keybindings: [Ctrl+Shift+Left] was used for 'cmd_selectWordLeft', overriding to use 'cmd_selectRectCharPrevious'
[2016-05-21 09:59:14,639] [WARNING] keybindings: [Ctrl+D] was used for 'cmd_addNextWordToCaretSet', overriding to use 'cmd_vim_scrollHalfPageDown'
[2016-05-21 09:59:15,064] [INFO] koInitService: Adding pre startup service for 'koFileStatusService': '@activestate.com/koFileStatusService;1'
[2016-05-21 09:59:15,101] [INFO] elastic_tabstops: Elastic tabstops loaded.
[2016-05-21 09:59:15,125] [INFO] komodospellchecker: Spell checker loaded.
[2016-05-21 09:59:15,126] [INFO] komodospellchecker: Using dictionary en-US
[2016-05-21 09:59:15,190] [ERROR] koScopeDocs-Py: Could not find cix for ext
[2016-05-21 09:59:15,198] [ERROR] koScopeDocs-Py: Could not find cix for html5
[2016-05-21 09:59:15,724] [ERROR] console-logger: Exception while registering Focus Mode (0) in resource://gre/modules/addons/XPIProvider.jsm -> file:///Applications/Komodo%20IDE%2010.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%2010.app/Contents/Resources/extensions/focusmode@activestate.com/bootstrap.js", line 11, in
[2016-05-21 09:59:15,726] [ERROR] console-logger: [object Object] (0) in resource://gre/modules/addons/XPIProvider.jsm -> file:///Applications/Komodo%20IDE%2010.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%2010.app/Contents/Resources/extensions/focusmode@activestate.com/bootstrap.js", line 12, in
[2016-05-21 09:59:17,725] [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%2010.app/Contents/Resources/components/koamAddonManager.js:138
[2016-05-21 09:59:17,828] [INFO] koInitService: Adding pre startup service for 'KoMemoryReporter': '@activestate.com/koMemoryReporter;1'
[2016-05-21 09:59:17,830] [INFO] koInitService: Adding pre startup service for 'koCommandmentService': '@activestate.com/koCommandmentService;1'
[2016-05-21 09:59:17,832] [INFO] koInitService: Adding pre startup service for 'koDBGPManager': '@activestate.com/koDBGPManager;1'
[2016-05-21 09:59:27,980] [WARNING] views: Inconsistent view count in view_closed event
[2016-05-21 09:59:28,141] [WARNING] views: Inconsistent view count in view_opened event
[2016-05-21 09:59:28,170] [ERROR] console-logger: bad script XDR magic number (0) in :0
Traceback (most recent call last):
File "", line 0, in
[2016-05-21 09:59:30,874] [ERROR] koAppInfo: Can't find a version # in
ERROR:xpcom:Unhandled exception calling 'int8 * getPerlCriticVersion(out retval double);'
TypeError: float() argument must be a string or a number
[2016-05-21 09:59:30,883] [ERROR] koLintService: lint_with_text exception
Traceback (most recent call last):
File "/Applications/Komodo IDE 10.app/Contents/Resources/components/koLintService.py", line 172, in lint_with_text
newLintResults = UnwrapObject(linter).lint_with_text(request, text)
File "/Applications/Komodo IDE 10.app/Contents/Resources/components/koPerlCompileLinter.py", line 485, in lint_with_text
perlCriticVersion = self.getPerlCriticVersion()
File "/Applications/Komodo IDE 10.app/Contents/Resources/components/koPerlCompileLinter.py", line 297, in getPerlCriticVersion
return self.appInfoEx.getPerlCriticVersion()
File "<XPCOMObject method 'getPerlCriticVersion'>", line 3, in getPerlCriticVersion
Exception: 2147500037 (NS_ERROR_FAILURE)
[2016-05-21 10:00:05,598] [WARNING] console-logger: Error in parsing value for 'left'. Declaration dropped. (1) in chrome://console/content/views/console.html:0
ERROR:xpcom:Unhandled exception calling 'G int8 * formatter_prefset(out retval nsISomething);'
Traceback (most recent call last):
File "/Applications/Komodo IDE 10.app/Contents/Resources/python/xpcom/server/policy.py", line 274, in _CallMethod_
ret = getattr(self._obj_, name) # Let attribute error go here!
AttributeError: 'koFormatterScimozContext' object has no attribute 'formatter_prefset'
ERROR:xpcom:Unhandled exception calling 'int8 * format(in nsISomething);'
Traceback (most recent call last):
File "/Applications/Komodo IDE 10.app/Contents/Resources/python/xpcom/server/policy.py", line 300, in _CallMethod_
return 0, func(*params)
File "/Applications/Komodo IDE 10.app/Contents/Resources/components/koGenericFormatter.py", line 51, in format
if context.formatter_prefset.hasPref(self._prefName):
File "/Applications/Komodo IDE 10.app/Contents/Resources/python/xpcom/client/__init__.py", line 396, in __getattr__
return getattr(interface, attr)
File "/Applications/Komodo IDE 10.app/Contents/Resources/python/xpcom/client/__init__.py", line 494, in __getattr__
return NS_InvokeByIndex(self._comobj_, method_index, args)
Exception: 2147500037 (NS_ERROR_FAILURE)
[2016-05-21 10:01:19,793] [DEBUG] koGenericFormatter: command: u'"/Users/greggthomason/bin/perltidy.sh"'
[2016-05-21 10:07:01,511] [WARNING] views: Inconsistent view count in view_closed event
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment