Replies: 3 comments
|
Interesting find, thanks for sharing! Not sure really why this happens. It is somewhere in the fuse library call. I'll try to run with a debugger activated and see what I can find. |
0 replies
|
Fixed now by 8e76f45 This was caused by invalid marshalling of return value from Thanks a lot for reporting this! |
0 replies
|
Thank you very much for the quick fix : ) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
First of all great work.
I'm trying on a Debian 12 with MirrorFs and TempFs with net8 but i receive the following errors, maybe I'm missing something.
./MirrorFs ~/test/my_mirror_fs/
Creating mirror file system with base path '/home/igor/test/my_mirror_fs/'
Starting fuse with arguments: ''
Segmentation fault
./TempFs ~/test/my_mirror_fs/
error: no mountpoint specified
munmap_chunk(): invalid pointer
Aborted
All reactions