Created
February 27, 2019 19:39
-
-
Save toddlipcon/4edefe7cd50daea6ccedbaeacee0ff57 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| todd@va1022:~$ ps auxw | grep cargo | |
| todd 92089 0.0 0.0 10864 696 pts/21 S+ 11:36 0:00 run-cargo-script /home/todd/find_gaps.rs | |
| todd 92090 0.0 0.0 153904 2868 pts/21 S+ 11:36 0:00 /home/todd/.cargo/bin/cargo-script script /home/todd/find_gaps.rs -- | |
| todd 92137 0.0 0.0 139324 10932 pts/21 Sl+ 11:36 0:00 /home/todd/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo build --manifest-path /home/todd/.cargo/script-cache/file-find_gaps-8fc1e82ddc05826a/Cargo.toml --color always --release --message-format=json | |
| todd 92791 0.0 0.0 112652 964 pts/26 S+ 11:39 0:00 grep --color=auto cargo | |
| todd@va1022:~$ strace -p 92090 | |
| Process 92090 attached | |
| wait4(92137, ^CProcess 92090 detached | |
| <detached ...> | |
| todd@va1022:~$ strace -p 92137 | |
| Process 92137 attached | |
| write(1, "{\"reason\":\"build-script-executed"..., 226 | |
| ^CProcess 92137 detached | |
| <detached ...> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment