acaudwell / Gource

software version control visualization
https://gource.io
GNU General Public License v3.0
11.48k stars 723 forks source link

Segmentation Fault 11 when using --user-image-dir on Mac OS Mojave #208

Closed textarcana closed 5 years ago

textarcana commented 5 years ago

As of version 0.49, using the --user-image-dir option results in a segmentation fault on Mac OSX Mojave.

I just tried 0.48 and it does not segfault.

This is what happens when I try to use 0.49:

$ ls avatar/
'Noah Sussman.png'  'Noah Sussman New Media, LLC.png'

$ gource --user-image-dir avatar
Segmentation fault: 11
raftalks commented 5 years ago

I came across this issue and managed to work around this by reinstalling with the following command on mac brew rm gource && brew install -s gource