Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. # strace ./D72BNr > text.txt
  2. execve("./D72BNr", ["./D72BNr"], [/* 28 vars */]) = 0
  3. ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
  4. ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbec614f0) = -1 ENOTTY (Inappropriate ioctl for device)
  5. getpid() = 4862
  6. getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
  7. setrlimit(RLIMIT_STACK, {rlim_cur=2040*1024, rlim_max=RLIM_INFINITY}) = 0
  8. rt_sigaction(SIGRTMIN, {0x1ae84, [], 0x4000000 /* SA_??? */}, NULL, 8) = 0
  9. rt_sigaction(SIGRT_1, {0x1add0, [RTMIN], 0x4000000 /* SA_??? */}, NULL, 8) = 0
  10. rt_sigaction(SIGRT_2, {0x1a588, [], 0x4000000 /* SA_??? */}, NULL, 8) = 0
  11. rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0
  12. rt_sigprocmask(SIG_UNBLOCK, [RT_1], NULL, 8) = 0
  13. brk(0) = 0x3a7000
  14. brk(0x3a8000) = 0x3a8000
  15. write(2, "./D72BNr", 8./D72BNr) = 8
  16. write(2, ": no URL supplied\n", 18: no URL supplied
  17. ) = 18
  18. write(2, "Try `minerd --help' for more inf"..., 42Try `minerd --help' for more information.
  19. ) = 42
  20. exit(1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement