We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(特に停止しないようなプログラムについて)SLIMを起動してKILLせずにLaViTを終了すると、SLIMのプロセスが宙に浮いたまま残る可能性がある。
例えば :-a は通常実行・非決定実行とも停止しないプログラム。これに対してSLIMを起動した後、直ちにLaViTを閉じる。このとき、top コマンド等を叩くとSLIMのプロセスがまだ生きていることを確認できる。
:-a
top
The text was updated successfully, but these errors were encountered:
StateProfilerとSLIMボタンは独立している(StateProfilerを起動するとSLIMのプロセスが別に立ち上がる)ので、それぞれについて対処が必要。 ただもしかするとインタフェースが統一されているかもしれないので、一箇所の変更だけで済むかも。
Sorry, something went wrong.
No branches or pull requests
(特に停止しないようなプログラムについて)SLIMを起動してKILLせずにLaViTを終了すると、SLIMのプロセスが宙に浮いたまま残る可能性がある。
To reproduce
例えば
:-a
は通常実行・非決定実行とも停止しないプログラム。これに対してSLIMを起動した後、直ちにLaViTを閉じる。このとき、top
コマンド等を叩くとSLIMのプロセスがまだ生きていることを確認できる。The text was updated successfully, but these errors were encountered: