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.
在我的一个 C++ 代码中,我正在尝试使用 gdbm_open 函数以写入模式打开一个文件。我尝试了以下模式:GDBM_WRITER、GDBM_NEWDB 和 GDBM_WRCREAT。
代码恰好在调用 gdbm_open 函数时挂起,不再继续。
它既不失败也不成功,而是挂起。
运行代码的linux系统是EL 5。
在这方面,我们将不胜感激以前类似经验的任何帮助/指导。
提前致谢。穆拉利