Skip to content

Instantly share code, notes, and snippets.

@mlow
Created October 30, 2019 17:16
Show Gist options
  • Select an option

  • Save mlow/1e7460050b83f3dfaa19d8dae4e56e44 to your computer and use it in GitHub Desktop.

Select an option

Save mlow/1e7460050b83f3dfaa19d8dae4e56e44 to your computer and use it in GitHub Desktop.
2019/10/30 17:14:16 Unknown opcode 2016
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x508d38]
goroutine 23 [running]:
github.com/hanwen/go-fuse/fuse.(*request).serializeHeader(0x400008c000, 0x0, 0x28, 0x0, 0x0)
github.com/hanwen/go-fuse/fuse/request.go:212 +0x20
github.com/hanwen/go-fuse/fuse.(*Server).write(0x40000a0000, 0x400008c000, 0x0)
github.com/hanwen/go-fuse/fuse/server.go:462 +0x58
github.com/hanwen/go-fuse/fuse.(*Server).handleRequest(0x40000a0000, 0x400008c000, 0x400008c000)
github.com/hanwen/go-fuse/fuse/server.go:434 +0x80
github.com/hanwen/go-fuse/fuse.(*Server).loop(0x40000a0000, 0x400000e001)
github.com/hanwen/go-fuse/fuse/server.go:403 +0x150
created by github.com/hanwen/go-fuse/fuse.(*Server).readRequest
github.com/hanwen/go-fuse/fuse/server.go:291 +0x230
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment