gpt4 book ai didi

c - Vfork() 和更多腐败

转载 作者:行者123 更新时间:2023-11-30 14:27:04 27 4
gpt4 key购买 nike

我的问题是执行时父堆栈会发生什么?

main()
{
f();
g();
}
f()
{
vfork();
}
g()
{
int blast[100],i;
for(i=0;i<100;i++)
blast[i]=i;
}

最佳答案

根据 http://pubs.opengroup.org/onlinepubs/009695399/functions/vfork.html 未定义该行为

the behavior is undefined if the process created by vfork() [...] returns from the function in which vfork() was called [...]

关于c - Vfork() 和更多腐败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8201243/

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