jcline / fuse-google-drive

A fuse filesystem wrapper for Google Drive.
GNU General Public License v2.0
285 stars 48 forks source link

Segmentation fault (core dumped) #24

Closed ghost closed 12 years ago

ghost commented 12 years ago

Crashes when I try to mount:

$ fuse-google-drive google_drive

[...]

Segmentation fault (core dumped)

jcline commented 12 years ago

I ran it through valgrind to try to find where that could be happening and found a few issues. Commit 2a361a3eeb752d20d3e28c6215c29f7617635953 may fix it for you.

ghost commented 12 years ago

Fixed. Thanks.