onedrive icon indicating copy to clipboard operation
onedrive copied to clipboard

Fix Aborted in monitor mode on interrupt

Open JC-comp opened this issue 8 months ago • 3 comments

This PR resolves the error Aborting from core/sync/mutex.d(149) Error: pthread_mutex_destroy failed.Aborted on interruption in monitor mode. (https://github.com/abraunegg/onedrive/discussions/2710#discussioncomment-9559497)

Changes

  1. Two stage interruption to resume threads before force exiting
  2. Ensure the cleanup process executes only once.

JC-comp avatar May 27 '24 07:05 JC-comp