Skip to content

Instantly share code, notes, and snippets.

@Duncaen
Created October 15, 2016 16:07
Show Gist options
  • Select an option

  • Save Duncaen/c440e6804f8a7eaa461c006219d880b1 to your computer and use it in GitHub Desktop.

Select an option

Save Duncaen/c440e6804f8a7eaa461c006219d880b1 to your computer and use it in GitHub Desktop.
[pid 18825] open(".", O_RDONLY|O_DIRECTORY|O_CLOEXEC) = 3
[pid 18825] fchdir(3) = 0
[pid 18825] access("redo.o", F_OK) = 0
[pid 18825] open(".dep.redo.o", O_RDONLY) = 6
[pid 18825] fstat(6, {st_mode=S_IFREG|0600, st_size=421, ...}) = 0
[pid 18825] read(6, "-./redo.o.do\n-./default.o.do\n-./"..., 4096) = 421
[pid 18825] access("./redo.o.do", F_OK) = -1 ENOENT (No such file or directory)
[pid 18825] access("./default.o.do", F_OK) = -1 ENOENT (No such file or directory)
[pid 18825] access("./default.do", F_OK) = -1 ENOENT (No such file or directory)
[pid 18825] access("./../default.o.do", F_OK) = -1 ENOENT (No such file or directory)
[pid 18825] access("./../default.do", F_OK) = -1 ENOENT (No such file or directory)
[pid 18825] access("./../../default.o.do", F_OK) = -1 ENOENT (No such file or directory)
[pid 18825] access("./../../default.do", F_OK) = -1 ENOENT (No such file or directory)
[pid 18825] open("./../../../default.o.do", O_RDONLY) = 7
[pid 18825] fstat(7, {st_mode=S_IFREG|0644, st_size=92, ...}) = 0
[pid 18825] close(7) = 0
[pid 18825] openat(3, "./../../..", O_RDONLY|O_DIRECTORY|O_NOFOLLOW) = 7
[pid 18825] fchdir(7) = 0
[pid 18825] close(7) = 0
[pid 18825] access("default.o.do", F_OK) = 0
[pid 18825] access(".dep.default.o.do", F_OK) = -1 ENOENT (No such file or directory)
[pid 18825] open("src/cmd/redo/redo.c", O_RDONLY) = 7
[pid 18825] fstat(7, {st_mode=S_IFREG|0644, st_size=18314, ...}) = 0
[pid 18825] close(7) = 0
[pid 18825] openat(3, "src/cmd/redo", O_RDONLY|O_DIRECTORY|O_NOFOLLOW) = -1 ENOENT (No such file or directory)
[pid 18825] dup(2) = 7
[pid 18825] fcntl(7, F_GETFL) = 0x8402 (flags O_RDWR|O_APPEND|O_LARGEFILE)
[pid 18825] fstat(7, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 38), ...}) = 0
[pid 18825] write(7, "openat dir: No such file or dire"..., 38openat dir: No such file or directory
) = 38
[pid 18825] close(7) = 0
[pid 18825] lseek(6, -90, SEEK_CUR) = 331
[pid 18825] exit_group(111) = ?
[pid 18825] +++ exited with 111 +++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment