Windows 7 64bit Komodo 10 stops responding

Komodo IDE, version 10.0.0, build 89159, platform win32-x86.
Built on Wed May 11 15:04:59 2016.

I am literally typing a print statement and Komodo stop responding. I tried whacking all the settings and the same issue occurs. I uninstalled, whacked all the settings, installed again. Same problem. I recorded a video of the problem occurring if it helps. I am at a complete loss as to what to do at this point. I am able to recreate the same problem each time. The logs

pystderr.log

[2016-05-17 15:44:36,552] [INFO] Startup: Welcome to Komodo IDE 10.0.0 build 89159 (platform win32-x86, running on Windows 7 version 6.1.7601)
[2016-05-17 15:44:36,552] [INFO] Startup: C:\Program Files (x86)\ActiveState Komodo IDE 10\lib\mozilla\komodo.exe built on Wed May 11 15:04:59 2016
[2016-05-17 15:44:37,796] [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-17 15:44:38,201] [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-17 15:44:38,506] [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-17 15:44:39,056] [WARNING] keybindings: [Ctrl+0] was used for 'cmd_goToQuickBookmark_0', overriding to use 'cmd_fontZoomReset'
[2016-05-17 15:44:39,207] [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%20IDE%2010/lib/mozilla/components/koamAddonManager.js:138
[2016-05-17 15:44:45,177] [INFO] koInitService: Adding pre startup service for 'koFileStatusService': '@activestate.com/koFileStatusService;1'
[2016-05-17 15:44:45,497] [INFO] elastic_tabstops: Elastic tabstops loaded.
[2016-05-17 15:44:45,542] [INFO] komodospellchecker: Spell checker loaded.
[2016-05-17 15:44:45,542] [INFO] komodospellchecker: Using dictionary en-US
[2016-05-17 15:44:45,773] [ERROR] koScopeDocs-Py: Could not find cix for ext
[2016-05-17 15:44:45,773] [ERROR] koScopeDocs-Py: Could not find cix for html5
[2016-05-17 15:44:48,653] [INFO] koInitService: Adding pre startup service for 'KoMemoryReporter': '@activestate.com/koMemoryReporter;1'
[2016-05-17 15:44:48,653] [INFO] koInitService: Adding pre startup service for 'koCommandmentService': '@activestate.com/koCommandmentService;1'
[2016-05-17 15:44:48,667] [INFO] koInitService: Adding pre startup service for 'koDBGPManager': '@activestate.com/koDBGPManager;1'

codeintel.log

[Error 109] The pipe has been ended.
ERROR:codeintel.oop.executable:[Error 109] The pipe has been ended.
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10\lib\support\codeintel\oop-driver.py", line 184, in <module>
    main(argv=sys.argv)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10\lib\support\codeintel\oop-driver.py", line 126, in main
    driver.start()
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10\lib\mozilla\python\komodo\codeintel2\oop\driver.py", line 480, in start
    ch = self.fd_in.read(1)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10\lib\mozilla\python\komodo\win32_named_pipe.py", line 212, in read
    raise ctypes.WinError(ctypes.get_last_error())
WindowsError: [Error 109] The pipe has been ended.

Hmm, seems something about your code is making codeintel crash. Any chance the code you’re working on is publicly available?

No but I can see if I can strip it down to recreate the problem. Basically I am typing a print FH statement. What I am trying to type is

print FH ‘ComputerNm,CurrentDt,PerlVersionNum,SQLCmdVerTx,SQLServerVerTx’;

It literally stops responding during the typing of PerlVersionNum. The same thing occurs when I tried using a say statement.

I’m not able to reproduce with that code snippet.

Could you try pointing closing your project, then pointing Places at an empty folder and then reproducing the issue?

Also, see if Help > Troubleshooting > Restart in safe-mode helps.

So I went native on the problem. I uninstalled all references to activestate stuff and perl including leftover directories and app\local… Rebooted, cause it’s windows. Installed everything from scratch. The problem does not seem to happen now.

I will try to create the problem with different sets of code. Hopefully I can’t.

Interesting. How did you install Komodo 10 the first time?