Skip to content

Instantly share code, notes, and snippets.

@mkroman
Last active March 30, 2021 02:58
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 mkroman/188b9253ed35bcd3d6c7d00fc43f4882 to your computer and use it in GitHub Desktop.
Save mkroman/188b9253ed35bcd3d6c7d00fc43f4882 to your computer and use it in GitHub Desktop.
… tons of calls
prlimit64(0, RLIMIT_AS, {rlim_cur=150000000, rlim_max=307200*1024}, NULL) = 0
futex(0x7f5171126048, FUTEX_WAKE_PRIVATE, 2147483647) = 0
statx(0, NULL, AT_STATX_SYNC_AS_STAT, STATX_ALL, NULL) = -1 EFAULT (Bad address)
statx(AT_FDCWD, ".", AT_STATX_SYNC_AS_STAT, STATX_ALL, {stx_mask=STATX_ALL|STATX_MNT_ID, stx_attributes=0, stx_mode=S_IFDIR|0755, stx_size=4096, ...}) = 0
statx(AT_FDCWD, "servers", AT_STATX_SYNC_AS_STAT, STATX_ALL, {stx_mask=STATX_ALL|STATX_MNT_ID, stx_attributes=0, stx_mode=S_IFDIR|0755, stx_size=4096, ...}) = 0
statx(AT_FDCWD, "servers", AT_STATX_SYNC_AS_STAT, STATX_ALL, {stx_mask=STATX_ALL|STATX_MNT_ID, stx_attributes=0, stx_mode=S_IFDIR|0755, stx_size=4096, ...}) = 0
openat(AT_FDCWD, "servers", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
newfstatat(3, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(3, 0x55b856b772a0 /* 3 entries */, 32768) = 80
getdents64(3, 0x55b856b772a0 /* 0 entries */, 32768) = 0
close(3) = 0
mmap(NULL, 2101248, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f5170d4d000
mprotect(0x7f5170d4e000, 2097152, PROT_READ|PROT_WRITE) = 0
rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0
clone(child_stack=0x7f5170f4ccb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tid=[104258], tls=0x7f5170f4d640, child_tidptr=0x7f5170f4d910) = 104258
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
futex(0x7f5170f4d910, FUTEX_WAIT_BITSET|FUTEX_CLOCK_REALTIME, 104258, NULL, FUTEX_BITSET_MATCH_ANY^Cstrace: Process 104257 detached
<detached ...>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment