Created
March 29, 2019 16:18
-
-
Save rmb938/bcf3c155bc2fa6b77f043d100926403a 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
# strace -f -p 2344 | |
strace: Process 2344 attached with 20 threads | |
[pid 2862] futex(0xc4202a3548, FUTEX_WAIT, 0, NULL <unfinished ...> | |
[pid 2496] futex(0xc42008c948, FUTEX_WAIT, 0, NULL <unfinished ...> | |
[pid 2494] futex(0xc4202a2948, FUTEX_WAIT, 0, NULL <unfinished ...> | |
[pid 2493] futex(0xc4202a2548, FUTEX_WAIT, 0, NULL <unfinished ...> | |
[pid 2404] futex(0xc42037d548, FUTEX_WAIT, 0, NULL <unfinished ...> | |
[pid 2402] futex(0xc42037d148, FUTEX_WAIT, 0, NULL <unfinished ...> | |
[pid 2384] futex(0xc42037cd48, FUTEX_WAIT, 0, NULL <unfinished ...> | |
[pid 2382] futex(0xc42037c948, FUTEX_WAIT, 0, NULL <unfinished ...> | |
[pid 2380] futex(0xc42037c548, FUTEX_WAIT, 0, NULL <unfinished ...> | |
[pid 2374] futex(0xc42037c148, FUTEX_WAIT, 0, NULL <unfinished ...> | |
[pid 2373] futex(0xc4202a3148, FUTEX_WAIT, 0, NULL <unfinished ...> | |
[pid 2372] futex(0xc420065548, FUTEX_WAIT, 0, NULL <unfinished ...> | |
[pid 2371] futex(0x15f7eb8, FUTEX_WAIT, 0, NULL <unfinished ...> | |
[pid 2370] restart_syscall(<... resuming interrupted futex ...> <unfinished ...> | |
[pid 2364] futex(0xc42008c148, FUTEX_WAIT, 0, NULL <unfinished ...> | |
[pid 2363] epoll_pwait(4, <unfinished ...> | |
[pid 2362] futex(0x15f7fa0, FUTEX_WAIT, 0, NULL <unfinished ...> | |
[pid 2344] futex(0x15dab48, FUTEX_WAIT, 0, NULL <unfinished ...> | |
[pid 2370] <... restart_syscall resumed> ) = -1 ETIMEDOUT (Connection timed out) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment