cberner / fuser

Filesystem in Userspace (FUSE) for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instant SegFault on Alpine

sphqxe opened this issue · comments

Any idea how to compile this to work on Alpine?

I installed fuse3 and fuse3-dev and compiled the hello example, but it instantly gives segmentation fault on start.

Got it working by running with RUSTFLAGS='-C target-feature=-crt-static' cargo run