Skip to content

Instantly share code, notes, and snippets.

@jayalane
Created August 1, 2022 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jayalane/38a5292209bc39805322915c8f5cbd6f to your computer and use it in GitHub Desktop.
Save jayalane/38a5292209bc39805322915c8f5cbd6f to your computer and use it in GitHub Desktop.
Stuck in Open
goroutine 149 [syscall, 14 minutes]:
syscall.Syscall6(0x101, 0xffffffffffffff9c, 0xc012842ee0, 0x80000, 0x0, 0x0, 0x0)
/usr/local/go1.18/src/syscall/asm_linux_amd64.s:43 +0x5
syscall.openat(0x6a?, {0xc012842af0?, 0x7?}, 0x1?, 0x0?)
/usr/local/go1.18/src/syscall/zsyscall_linux_amd64.go:68 +0x105
syscall.Open(...)
/usr/local/go1.18/src/syscall/syscall_linux.go:155
os.openFileNolog({0xc012842af0, 0x6a}, 0x0, 0x0)
/usr/local/go1.18/src/os/file_unix.go:216 +0x9b
os.OpenFile({0xc012842af0, 0x6a}, 0x0, 0x6ed699?)
/usr/local/go1.18/src/os/file.go:338 +0x45
os.Open(...)
/usr/local/go1.18/src/os/file.go:318
main.main.func2({{0xc010559260, 0x25}, {0xc012657880, 0x8, 0x8}})
/home/jayalane/go/src/github.com/jayalane/go-searchstat/cmd/dedup/main.go:121 +0x11e
github.com/jayalane/go-treewalk.Treewalk.startGoRoutines.func1(0x1)
/home/jayalane/go/src/github.com/jayalane/go-treewalk/tree.go:232 +0x423
created by github.com/jayalane/go-treewalk.Treewalk.startGoRoutines
/home/jayalane/go/src/github.com/jayalane/go-treewalk/tree.go:223 +0x98
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment