Skip to content

Instantly share code, notes, and snippets.

@areina
Created December 14, 2016 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save areina/c6d782a9acab64de999fe72363b5b33a to your computer and use it in GitHub Desktop.
Save areina/c6d782a9acab64de999fe72363b5b33a to your computer and use it in GitHub Desktop.
strace ntp daemon
strace -f -p 890
strace: Process 890 attached
futex(0x557420eb0508, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, ffffffff) = ? ERESTARTSYS (To be restarted if SA_RESTART is set)
futex(0x557420eb0508, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, ffffffff <unfinished ...>
+++ killed by SIGKILL +++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment