You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use alacritty console. When I type gtop and run it, it seems every go well but shared memory growth fast.Then the computer will crash. If I type "Ctrl + c", before the computer go dead and I will get a message as the following:
❯ gtop
Error on alacritty.plab_norm:
"%t;7%;%?%p4%t;5%;%?%p7%t;8%;m"
var v,
stack = [],
out = [];
) {out.push(";
7")};
if ((stack.push(v = params[3]),
v)) {out.push(";
5")};
if ((stack.push(v = params[6]),
v)) {out.push(";
8")}out.push("m");
return out.join("");
The text was updated successfully, but these errors were encountered:
Environment
Description
I use alacritty console. When I type gtop and run it, it seems every go well but shared memory growth fast.Then the computer will crash. If I type "Ctrl + c", before the computer go dead and I will get a message as the following:
The text was updated successfully, but these errors were encountered: