On Fri, May 05, 2006 at 11:20:20PM -0700, Andreas Koenig wrote:
The above program gives a SEGV. Sure, it is an endless recursion, but
still it should not segfault.
The above program gives a SEGV. Sure, it is an endless recursion, but
still it should not segfault.
$ cat c.c
int main() { main(); }
$ gcc -o c c.c
$ ./c
Segmentation fault
$
--
Technology is dominated by two types of people: those who understand what
they do not manage, and those who manage what they do not understand.