Skip to content

Instantly share code, notes, and snippets.

@rogerhub
Created January 17, 2016 06:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogerhub/7855c727d5ce284eedf2 to your computer and use it in GitHub Desktop.
Save rogerhub/7855c727d5ce284eedf2 to your computer and use it in GitHub Desktop.
Duplicity 0.7.06 segmentation fault with librsync 2.0.0 on OS X

(January 16, 2016) I encounted a segmentation fault in the function rs_search_for_block of librsync while running the Duplicity backup tool. This crash appears to be related to this bug.

In the meantime, I used the following commands to switch back to old versions of librsync and duplicity:

brew switch librsync 0.9.7
brew switch duplicity 0.6.26_1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment