gpt4 book ai didi

file - 打开未正确关闭的文件会怎样?

转载 作者:行者123 更新时间:2023-12-03 22:22:25 26 4
gpt4 key购买 nike

如果我在写入文件后不关闭文件会怎样?

让我们假设我们有一个 too many open files错误,因此程序崩溃。

操作系统会为我处理吗?如果这损坏了未关闭的文件,我如何注意到它们已损坏?

最佳答案

来自 exit()

_exit() does close open file descriptors, and this may cause an unknown delay, waiting for pending output to finish.



每个 return隐藏退出的系统调用,因此操作系统关闭任何未关闭的描述符。

关于file - 打开未正确关闭的文件会怎样?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45762323/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com