This is likely fixed in fuse-2.9.1. The changelog for the fix is:
commit 3c4c063a2fd5cc6e9ce2b5db82e2a0dfa59b2e40 Author: Miklos Szeredi <[email protected]> Date: Thu Jul 19 15:05:56 2012 +0200 Fix crash caused by freeing a stack address The failure path of try_get_path2() erronously tried to free the "path1" value (an address on the stack) instead of the allocated string pointed to by "path1". This caused the library to crash. Reported by Itay Perl Thanks, Miklos -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

