Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update debugging
authored
Aug 22, 2024
by
umaumax
Show whitespace changes
Inline
Side-by-side
debugging.md
View page @
7a642303
...
...
@@ -571,6 +571,13 @@ int main() {
*
Macの
`pboard`
プロセスが暴走するとGUIが固まる
*
ほかマシンからのsshは可能
## 実行ファイルを削除してしまったが復元したい
[
実行ファイルが削除されたプロセスからファイルを復元する
](
https://zenn.dev/kkri/articles/75e1d75956246c
)
*
A.
`/proc/<PID>/exe`
をコピーする
*
B.
`/proc/<PID>/maps`
を参照して、
`dd`
コマンドでコピーする
## 負荷をかけたい
### CPU
...
...
...
...