Advertisement
Skilly

Untitled

May 18th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. [PLEXDRIVE] [2017-05-18 14:00] DEBUG : Requesting object 0B4VMpKMUqD_SRzJUN2t1U1UzVU0 bytes 5242880 - 10485760 from API
  2. [PLEXDRIVE] [2017-05-18 14:00] DEBUG : Getting object 0B4VMpKMUqD_SRzJUN2t1U1UzVU0 - chunk 0 - offset 4096 for 4096 bytes (is preload: false)
  3. [PLEXDRIVE] [2017-05-18 14:00] DEBUG : <nil>
  4. [PLEXDRIVE] [2017-05-18 14:00] DEBUG : Could not read file /home/skilly/plexdrive/tmp/chunks/0B4VMpKMUqD_SRzJUN2t1U1UzVU0/0 at 4096
  5. [PLEXDRIVE] [2017-05-18 14:00] DEBUG : Requesting object 0B4VMpKMUqD_SRzJUN2t1U1UzVU0 bytes 0 - 5242880 from API
  6. 2017/05/18 14:00:30 fuse: panic in handler for Read [ID=0xcb84 Node=0x629 Uid=1000 Gid=1001 Pid=28311] 0x1 4096 @0x1000 dir=false fl=0 lock=0 ffl=OpenReadOnly: runtime error: slice bounds out of range
  7. goroutine 93624 [running]:
  8. bazil.org/fuse/fs.(*Server).serve.func2(0xda09e0, 0xc425527880, 0xc4256dfef8, 0xc4256dfe57)
  9. /go/src/bazil.org/fuse/fs/serve.go:857 +0x1b1
  10. panic(0x8ff4c0, 0xd8df40)
  11. /usr/local/go/src/runtime/panic.go:489 +0x2cf
  12. main.(*Buffer).ReadBytes(0xc42434b140, 0x1000, 0x1000, 0x447100, 0x0, 0x0, 0x0, 0x0, 0x0)
  13. /go/src/github.com/dweidenfeld/plexdrive/buffer.go:226 +0xc85
  14. main.(*Object).Read(0xc424054cc0, 0x7f743c805d68, 0xc4240b8680, 0xc425527880, 0xc42054a700, 0x1001, 0xc4204caa78)
  15. /go/src/github.com/dweidenfeld/plexdrive/mount.go:240 +0x5a
  16. bazil.org/fuse/fs.(*Server).handleRequest(0xc4200d2240, 0x7f743c805d68, 0xc4240b8680, 0xd9bde0, 0xc424054cc0, 0xc42010b6c0, 0xda09e0, 0xc425527880, 0xc4256dfef8, 0x40, ...)
  17. /go/src/bazil.org/fuse/fs/serve.go:1249 +0x998
  18. bazil.org/fuse/fs.(*Server).serve(0xc4200d2240, 0xda09e0, 0xc425527880)
  19. /go/src/bazil.org/fuse/fs/serve.go:878 +0x495
  20. bazil.org/fuse/fs.(*Server).Serve.func1(0xc4200d2240, 0xda09e0, 0xc425527880)
  21. /go/src/bazil.org/fuse/fs/serve.go:425 +0x6e
  22. created by bazil.org/fuse/fs.(*Server).Serve
  23. /go/src/bazil.org/fuse/fs/serve.go:426 +0x3c4
  24. panic: runtime error: slice bounds out of range
  25.  
  26. goroutine 93599 [running]:
  27. main.(*Buffer).ReadBytes(0xc42434b140, 0x500001, 0x1000, 0x20ee0301, 0x0, 0x0, 0x0, 0x0, 0x0)
  28. /go/src/github.com/dweidenfeld/plexdrive/buffer.go:226 +0xc85
  29. main.(*Buffer).ReadBytes.func2(0xc42434b140, 0x500000, 0x1000)
  30. /go/src/github.com/dweidenfeld/plexdrive/buffer.go:222 +0x4f
  31. created by main.(*Buffer).ReadBytes
  32. /go/src/github.com/dweidenfeld/plexdrive/buffer.go:223 +0xce1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement