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.
众所周知,操作系统会在程序退出后清理所有分配的内存。但是在 coredump 之后打开或创建的文件怎么样?
它也会关闭它们。尽管核心转储会突然终止程序,但操作系统仍然可以执行所有正常的清理例程,如果程序正确终止的话。