While I was trying it, I switched to other window, when I came back to bash, it stopped responding,
Happened second time, so, to understand the issue, I wrote a simple loop to see when exactly it stop :
counter=0
while [ $counter -lt 1000 ]; do
echo "Count is: $counter"
((counter++))
sleep 1
done
And after like 86s, the console is frozen,
After closing the window, it seems the server ended the session :
[colab] Pruned 1 stale local session(s).
While I was trying it, I switched to other window, when I came back to bash, it stopped responding,
Happened second time, so, to understand the issue, I wrote a simple loop to see when exactly it stop :
And after like 86s, the console is frozen,
After closing the window, it seems the server ended the session :
[colab] Pruned 1 stale local session(s).