Sublime Forum

Sublime completely freezes when there is lot of text output in console

#1

when compiled binary (in case of golang) outputs lots of text on console sublime freezes every time and needs to be killed

is that problem with sublime console or official package I use Golang Build?


^^ works only when text output is short, when I try to output everything it freezes every time. Works flawlessly in cmd.exe and everywhere else

0 Likes

#2

That doesn’t look like the default exec runner to me. Are you using a build system with a different "target", and does this freezing still occur if you use a plain old build system with no "target"?

0 Likes

#3

When you say Sublime is freezing, do you mean that literally the whole application freezes and you can’t type anything in any file, etc, or do you mean that the build seems to freeze, won’t display output and needs to be cancelled?

0 Likes

#4

Thanks for pointing me to right direction, I tried different custom build like this

{ "shell_cmd": "go run $file" }
and don’t have that problem anymore.

looks like it happens only with official package Golang Build
image
so I don’t use it anymore

and yes whole sublime text freezes and is not responsive with high cpu load

0 Likes