Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经编写了一个文件系统,FUSE并且一切都在单线程模式(-s标志)下按预期工作。
FUSE
-s
在常规线程模式下,如果我发出open()then read(),操作可以工作,但文件系统似乎挂起。我在前台运行它并且ctrl-c不做任何事情。但是,如果我运行任何稳定的操作,例如,ls我可以正常关闭。FUSEctrl-c
open()
read()
ctrl-c
ls
有没有办法调试这个问题,或者有人知道从哪里开始寻找错误?
你可以试试这个!http://old.nabble.com/Debugging-FUSE-Filesystems-td22730976.html