Skip to content

Instantly share code, notes, and snippets.

@prateek-s
prateek-s / strace.log
Created November 24, 2015 14:10
clear containers strace
execve("./lkvm", ["./lkvm", "run", "-c", "6", "-m", "1024", "--console", "virtio", "--kernel", "./vmlinux.container", "--network", "mode,user,host_ip=192.168.245.73"..., "--shmem", "0x200000000:5368709120:file=./cl"..., "--params", "rw tsc=reliable no_timer_check n"..., ...], [/* 24 vars */]) = 0
brk(0) = 0x9c1000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb2d06e7000
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=50885, ...}) = 0
mmap(NULL, 50885, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fb2d06da000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)