当前位置: 技术问答>linux和unix
请问下面一个关于vfork的c程序的运行结果为什么会出现Segmentation fault ?哪位高手帮我解释下,谢谢。
来源: 互联网 发布时间:2017-01-02
本文导语: #include #include #include int main(int argc, char *argv[]) { pid_t pid; if ((pid = vfork())
#include
#include
#include
int main(int argc, char *argv[])
{
pid_t pid;
if ((pid = vfork())
#include
#include
int main(int argc, char *argv[])
{
pid_t pid;
if ((pid = vfork())