Skip to content

Instantly share code, notes, and snippets.

View luap-pik's full-sized avatar

Paul Schultz luap-pik

  • Berlin, Germany
View GitHub Profile
@luap-pik
luap-pik / strace.log
Last active May 25, 2020 18:27
strace of CImGui.jl's examples/demo.jl
execve("/home/luap/bin/julia", ["julia"], [/* 48 vars */]) = 0
brk(NULL) = 0x2682000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=164326, ...}) = 0
mmap(NULL, 164326, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f070ddcb000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libtinfo.so.5", O_RDONLY|O_CLOEXEC) = 3