Skip to content

Instantly share code, notes, and snippets.

@lpgauth
Created October 19, 2015 12:35
Show Gist options
  • Save lpgauth/ca00fe6b128a8026b489 to your computer and use it in GitHub Desktop.
Save lpgauth/ca00fe6b128a8026b489 to your computer and use it in GitHub Desktop.
strace beam erts-7.1
strace -f -p 23952
Process 23952 attached with 47 threads
[pid 24000] futex(0x7fab5ba40c50, FUTEX_WAIT_PRIVATE, 4294967295, NULL <unfinished ...>
[pid 23999] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23998] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23997] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23996] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23995] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23994] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23993] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23992] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23991] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23990] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23989] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23988] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23987] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23986] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23985] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23984] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23983] timerfd_settime(7, 0, {it_interval={0, 0}, it_value={0, 0}}, NULL <unfinished ...>
[pid 23982] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23983] <... timerfd_settime resumed> ) = 0
[pid 23981] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23980] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23983] timerfd_settime(7, 0, {it_interval={0, 0}, it_value={86399, 999763388}}, NULL <unfinished ...>
[pid 23979] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23983] <... timerfd_settime resumed> ) = 0
[pid 23983] epoll_wait(4, <unfinished ...>
[pid 23978] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23977] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23976] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23975] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23974] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23973] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23972] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23971] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23970] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23967] futex(0x8e9e64, FUTEX_WAIT_PRIVATE, 3735, NULL <unfinished ...>
[pid 23969] restart_syscall(<... resuming interrupted call ...> <unfinished ...>
[pid 23966] futex(0x7fab5ba403d0, FUTEX_WAIT_PRIVATE, 4294967295, NULL <unfinished ...>
[pid 23964] futex(0x7fab5ba40350, FUTEX_WAIT_PRIVATE, 4294967295, NULL <unfinished ...>
[pid 23965] futex(0x7fab5ba40390, FUTEX_WAIT_PRIVATE, 4294967295, NULL <unfinished ...>
[pid 23963] futex(0x7fab5ba40310, FUTEX_WAIT_PRIVATE, 4294967295, NULL <unfinished ...>
[pid 23962] futex(0x7fab5ba402d0, FUTEX_WAIT_PRIVATE, 4294967295, NULL <unfinished ...>
[pid 23961] futex(0x7fab5ba40290, FUTEX_WAIT_PRIVATE, 4294967295, NULL <unfinished ...>
[pid 23960] futex(0x7fab5ba40250, FUTEX_WAIT_PRIVATE, 4294967295, NULL <unfinished ...>
[pid 23959] futex(0x7fab5ba40210, FUTEX_WAIT_PRIVATE, 4294967295, NULL <unfinished ...>
[pid 23958] futex(0x7fab5ba401d0, FUTEX_WAIT_PRIVATE, 4294967295, NULL <unfinished ...>
[pid 23957] futex(0x7fab5ba40190, FUTEX_WAIT_PRIVATE, 4294967295, NULL <unfinished ...>
[pid 23956] futex(0x8d2984, FUTEX_WAIT_PRIVATE, 45275, NULL <unfinished ...>
[pid 23955] read(8, <unfinished ...>
[pid 23952] select(0, NULL, NULL, NULL, NULL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment