diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index 7984b3d3..f825109a 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -94,6 +94,8 @@ _getattr(const fs::path &fusepath_, cfg.symlinkify_timeout); if(rv < 0) { + if(rv != -ENOENT) + __buildin_trap(); fmt::println("getattr: {}\n" " uid: {}\n" " gid: {}\n"