Rclone fix fatal error: sync: RUnlock of unlocked RWMutex

Table of Contents

Rclone fix fatal error: sync: RUnlock of unlocked RWMutex

error: sync: RUnlock of unlocked RWMutex info

fatal error: sync: RUnlock of unlocked RWMutex
[signal SIGSEGV: segmentation violation code=0x1 addr=0x30 pc=0x55db4f]

goroutine 1 [running]:
runtime.throw(0xbe4717, 0x21)
        /usr/lib/go-1.10/src/runtime/panic.go:616 +0x81 fp=0xc4201de440 sp=0xc4201de420 pc=0x42c0c1
sync.throw(0xbe4717, 0x21)

image

fix fatal error: sync: RUnlock of unlocked RWMutex

Reinstall Rclone is the best way

curl https://rclone.org/install.sh | sudo bash

image

Your rclone config will been keep

image

References

  1. https://rclone.org/downloads/#script-download-and-install
  2. https://forum.rclone.org/t/what-is-the-best-way-to-update-my-rclone-version/18007/10

Leave a Reply

Your email address will not be published. Required fields are marked *