Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shared memory error. #129

Open
TheSonder opened this issue Mar 13, 2023 · 0 comments
Open

Shared memory error. #129

TheSonder opened this issue Mar 13, 2023 · 0 comments

Comments

@TheSonder
Copy link

TheSonder commented Mar 13, 2023

Environment

  • OS: Arch Linux
  • Node version: v19.7.0
  • gtop version: v1.1.3

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:

❯ 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("");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant