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.
我运行的 AIX truss 中有以下行:
kopen("path/to/file", O_WRONLY|O_CREAT|O_NSHARE|O_DSYNC|O_LARGEFILE,S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) (sleeping...)
我假设sleeping...我们在这里等待了很长时间(10分钟后我杀了它)。什么会导致这个挂起?我唯一能想到的是文件被锁定,但它会挂起还是只返回一些错误代码?
sleeping...