gpt4 book ai didi

c - 为什么堆栈溢出导致段错误而不是 Linux 中的堆栈溢出?

转载 作者:IT王子 更新时间:2023-10-29 00:27:45 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
What is the difference between a segmentation fault and a stack overflow?

我只是想知道,为什么堆栈溢出会导致段错误而不是堆栈溢出。

是不是栈越界导致SIGSEGV?为什么我们在 Linux 中没有遇到堆栈溢出,而是遇到段错误?

int foo()
{
return foo();
}

这段小代码应该会导致堆栈溢出,但它会导致 Linux 中的段错误。

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