Komodo IDE 12.01.91869 extremely slow

Hello,

I’m using Komodo IDE in Win10 with ActiveState Python 3.7. It is a simple usage of Pandas. Running from cmd it takes 5sec, while with Komodo 4min 50sec and CPU fan gets crazy.

Trableshooting log:
[2020-04-13 18:25:17,512] [WARNING] console-logger: Unknown descriptor ‘font-display’ in @font-face rule. Skipped to next declaration. (1) in less://komodo/skin/global/global.less:1429
[2020-04-13 18:30:19,351] [ERROR] dbgp.server: -1 (session timed out while waiting for response)
Traceback (most recent call last):
_ File “C:\Program Files (x86)\ActiveState Komodo IDE 12\lib\mozilla\python\komodo\dbgp\server.py”, line 1852, in stdinHandlerThread
_ self.currentSession.setStdinHandler(None)_
_ File “C:\Program Files (x86)\ActiveState Komodo IDE 12\lib\mozilla\python\komodo\dbgp\server.py”, line 1767, in setStdinHandler_
_ node = self.sendCommandWait(cmd)_
_ File “C:\Program Files (x86)\ActiveState Komodo IDE 12\lib\mozilla\python\komodo\dbgp\server.py”, line 1104, in sendCommandWait_
_ node = self.waitResponse(tid, timeout)
_ File “C:\Program Files (x86)\ActiveState Komodo IDE 12\lib\mozilla\python\komodo\dbgp\server.py”, line 1135, in waitResponse
_ raise DBGPError(‘session timed out while waiting for response’)_
koDBGPError: -1 (session timed out while waiting for response)

Any idea?

Thank you,
Mark

Morning @M-arek

How are you running the code? And what is the relevance of the error output you shared? Is the debugger crashing as well?

  • Carey