Skip to content

Instantly share code, notes, and snippets.

@ReneKat
ReneKat / megahit.strace
Created July 8, 2020 18:01
WSL: PermissionError: [Errno 1] Operation not permitted
25255 execve("/home/renekat/anaconda3/envs/assembly/bin/megahit", ["megahit", "--12", "/mnt/d/HBOI/FCCHH/01_Preprocessi"..., "--presets", "meta-large", "-m", "0.9", "-t", "12", "-o", "/mnt/d/HBOI/FCCHH/02_Assembly/me"...], 0x7fffc31d9e08 /* 32 vars */) = 0
25255 brk(NULL) = 0x7fffc1f56000
25255 arch_prctl(0x3001 /* ARCH_??? */, 0x7fffc9c882c0) = -1 EINVAL (Invalid argument)
25255 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
25255 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
25255 fstat(3, {st_mode=S_IFREG|0644, st_size=34078, ...}) = 0
25255 mmap(NULL, 34078, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f46bb8c7000
25255 close(3) = 0
25255 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
25255 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360q\2\0\0\0\0\0"..., 832) = 832