Skip to content

Instantly share code, notes, and snippets.

@maximilia
maximilia / strace.log
Created April 24, 2020 04:13
WSL Ubuntu 20.04 - gpg: can't connect to the agent: IPC connect call failed #5125
execve("/usr/bin/curl", ["curl", "-sS", "https://dl.yarnpkg.com/debian/pu"...], 0x7ffffb6e5d50 /* 19 vars */) = 0
brk(NULL) = 0x7fffbf162000
arch_prctl(0x3001 /* ARCH_??? */, 0x7fffc679b500) = -1 EINVAL (Invalid argument)
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=27438, ...}) = 0
mmap(NULL, 27438, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f181dc09000
close(3) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libcurl.so.4", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\t\1\0\0\0\0\0"..., 832) = 832