Advertisement
Guest User

rclone-onedrive

a guest
Aug 28th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. panic: runtime error: invalid memory address or nil pointer dereference
  2.  
  3. [signal SIGSEGV: segmentation violation code=0x1 addr=0x170 pc=0xa4b727]
  4.  
  5.  
  6.  
  7. goroutine 78 [running]:
  8.  
  9. github.com/ncw/rclone/backend/onedrive/api.(*Item).IsRemote(...)
  10.  
  11. /home/travis/gopath/src/github.com/ncw/rclone/backend/onedrive/api/types.go:358
  12.  
  13. github.com/ncw/rclone/backend/onedrive/api.(*Item).GetFolder(...)
  14.  
  15. /home/travis/gopath/src/github.com/ncw/rclone/backend/onedrive/api/types.go:278
  16.  
  17. github.com/ncw/rclone/backend/onedrive.(*Object).setMetaData(0xc0006a1180, 0x0, 0xc0002e8750, 0x0)
  18.  
  19. /home/travis/gopath/src/github.com/ncw/rclone/backend/onedrive/onedrive.go:1115 +0x37
  20.  
  21. github.com/ncw/rclone/backend/onedrive.(*Object).Update(0xc0006a1180, 0x1173de0, 0xc0002e8750, 0x803d6a000, 0xc00075b140, 0xc00041c590, 0x1, 0x1, 0x0, 0x0)
  22.  
  23. /home/travis/gopath/src/github.com/ncw/rclone/backend/onedrive/onedrive.go:1382 +0x13d
  24.  
  25. github.com/ncw/rclone/backend/onedrive.(*Fs).Put(0xc00027d950, 0x1173de0, 0xc0002e8750, 0x803d6a000, 0xc00075b140, 0xc00041c590, 0x1, 0x1, 0xc000a2fe60, 0x43dd0c, ...)
  26.  
  27. /home/travis/gopath/src/github.com/ncw/rclone/backend/onedrive/onedrive.go:662 +0x199
  28.  
  29. github.com/ncw/rclone/fs/operations.Copy(0x1187520, 0xc00027d950, 0x0, 0x0, 0xc0004f2740, 0x32, 0x11873a0, 0xc00075b140, 0x11875a0, 0xc0006a0380, ...)
  30.  
  31. /home/travis/gopath/src/github.com/ncw/rclone/fs/operations/operations.go:294 +0x1299
  32.  
  33. github.com/ncw/rclone/fs/sync.(*syncCopyMove).pairCopyOrMove(0xc000430380, 0xc000038440, 0x1187520, 0xc00027d950, 0xc000430458)
  34.  
  35. /home/travis/gopath/src/github.com/ncw/rclone/fs/sync/sync.go:280 +0x23c
  36.  
  37. created by github.com/ncw/rclone/fs/sync.(*syncCopyMove).startTransfers
  38.  
  39. /home/travis/gopath/src/github.com/ncw/rclone/fs/sync/sync.go:306 +0x9f
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement