Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. fcntl(0, F_GETFL) = 0x402 (flags O_RDWR|O_APPEND)
  2. fcntl(0, F_SETFL, O_RDWR|O_APPEND|O_NONBLOCK) = 0
  3. read(0, ")", 8192) = 1
  4. fcntl(0, F_SETFL, O_RDWR|O_APPEND) = 0
  5. write(1, "\10\10\10\10\10\10\10(== 1 1\10\10\10\10\10\10\) = 211
  6. select(1, [], [], NULL, {tv_sec=0, tv_usec=200000}) = 0 (Timeout)
  7. write(1, "(== 1 1", 7(== 1 1) = 7
  8. write(1, "\10\10\10\10\10\10\10(== 1 (== 1 1)) = 15
  9. select(1, [0], [], NULL, NULL) = ? ERESTARTNOHAND (To be restarted if no handler)
  10. strace: Process 8249 detached
  11. (key)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement