Skip to content

Instantly share code, notes, and snippets.

@ingenieroariel
Created January 24, 2019 20:12
Show Gist options
  • Save ingenieroariel/9b8ca03463599d29390c41a292c638ce to your computer and use it in GitHub Desktop.
Save ingenieroariel/9b8ca03463599d29390c41a292c638ce to your computer and use it in GitHub Desktop.
/run/binfmt/riscv64 -strace ./busybox
12829 brk(NULL) = 0x00000000000a1000
12829 brk(0x00000000000a1f74) = 0x00000000000a1f74
12829 uname(0x40007ff578) = 0
12829 openat(AT_FDCWD,"/dev/tty",O_RDWR|O_NOCTTY|O_NONBLOCK) = 3
12829 writev(3,0x40007ff610,0x1)FATAL: kernel too old
= 22
12829 mmap(NULL,4096,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANONYMOUS,-1,0) = 0x0000004000801000
12829 rt_sigprocmask(SIG_UNBLOCK,0x00000040007ff4d8,NULL) = 0
12829 rt_sigprocmask(SIG_BLOCK,0x00000040007ff440,0x00000040007ff3c0) = 0
12829 getpid() = 12829
12829 gettid() = 12829
12829 tgkill(12829,12829,SIGABRT) = 0
12829 rt_sigprocmask(SIG_SETMASK,0x00000040007ff3c0,NULL) = 0
--- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=12829, si_uid=1000} ---
Aborted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment