Sublime Forum

If "Build" hangs, ST3 hangs and won't recover

#1

Hi,

I write Python scripts that sometimes take very long and or produce lots of output. You can simulate that with

while True: print(1)

If I run this script in ST3 (v3033, Win 8) Sublime becomes absolutely unresponsive. I can neither terminate the build with CTRL-BREAK, nor access the menu. Only killing Sublime and restarting it helps.

I think this is a bug that should be fixed.

Please let me know if you need additional information (or if I am doing something “wrong” / there is a secret other way to build that wont endanger Sublime).

Thanks!

0 Likes

Simple while True loop freezes sublime completely?