Created
October 30, 2019 17:16
-
-
Save mlow/1e7460050b83f3dfaa19d8dae4e56e44 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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