Random crashes in Komodo IDE v10

I’ve had two “random” crashes in Komodo IDE 10 (build info shows “Komodo IDE, version 10.0.0-beta1, build 89113, platform macosx. Built on Fri May 6 01:55:28 2016.”). I’ve been using it as my primary editor for the past couple days; no issues prior to today. Both times it has crashed, it was sitting idle while I was doing something else. I had it submit the crash reports both times.

If there are log files, etc., that would be of value in helping diagnose this, I will provide what I can.

I can fall back to v9.3.2, if needed, and probably will if I continue to see these.

Please try the latest nightly, let us know if it is still giving you this problem.

The standard log files, before you restart Komodo. For you i should be ~/Library/Application Support/KomodoIDE/10.0/pystderr.log.

  • Carey

I will update this evening to the latest nightly and will grab the noted log file before restarting.

Where is that file in Windows?

C:\Users\<username>\AppData\Local\ActiveState\Komodo[IDE|Edit]\<version>

Yikes – a lot of warnings. Here are some:

[2016-07-23 07:21:02,996] [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-07-23 07:21:05,444] [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:48:1

[2016-07-23 07:21:10,362] [WARNING] console-logger: Expected identifier for pseudo-class or pseudo-element but found ’ '. Ruleset ignored due to bad selector. (1) in chrome://komodo/skin/codeintel.css:1
[2016-07-23 07:21:10,364] [WARNING] console-logger: Unexpected end of file while searching for closing } of invalid rule set. (1) in chrome://komodo/skin/codeintel.css:42
[2016-07-23 07:21:21,148] [ERROR] console-logger: bad script XDR magic number (0) in :0
Traceback (most recent call last):
File “”, line 0, in

[2016-07-23 07:21:25,206] [WARNING] keybindings: [Ctrl+0] was used for ‘cmd_goToQuickBookmark_0’, overriding to use ‘cmd_fontZoomReset’
[2016-07-23 07:21:35,822] [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:///C:/Program%20Files%20(x86)/ActiveState%20Komodo%20Edit%2010/lib/mozilla/components/koamAddonManager.js:138
[2016-07-23 07:21:54,809] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name ‘collab_remote_cursor_4’
[2016-07-23 07:21:54,809] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name ‘collab_remote_cursor_5’
[2016-07-23 07:21:54,809] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name ‘collab_remote_cursor_2’
[2016-07-23 07:21:54,809] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name ‘collab_remote_cursor_3’
[2016-07-23 07:21:54,811] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name ‘collab_remote_cursor_1’
[2016-07-23 07:21:54,811] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name ‘collab_remote_change’
[2016-07-23 07:21:54,811] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name ‘spelling_error’
[2016-07-23 07:21:54,812] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name ‘collab_local_change’

The warnings are irrelevant here. Nothing in your log appears problematic.

To anyone experiencing random crashes, here is the most important information you can provide:

  • What were you doing when the crash happened?
  • What languages were you working with?
  • How long had Komodo been running?
  • What are your system specs (hardware and software)?
  • What are your most used Komodo features?