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.
此外,如果用户进程链接一个共享库,例如 glib、libX、libY、libZ,则 glib 和 libX、Y、Z 具有各自的用于文本、数据的 vma 结构,但仍与用户进程共享相同的堆栈, 正确的 ?
不正确。
有一个内核地址空间,没有内核进程。 有内核线程,也有进入内核的用户空间线程。它们在内核地址空间中运行。 它们中的每一个在内核地址空间内都有一个单独的堆栈。