Created
December 14, 2016 12:21
-
-
Save areina/c6d782a9acab64de999fe72363b5b33a to your computer and use it in GitHub Desktop.
strace ntp daemon
This file contains 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 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