Re: Way to kill 2.3.21.

Mofeed Shahin (shahin@labf.org)
Fri, 15 Oct 1999 20:32:06 +0930


On Wed, 13 Oct 1999, you wrote:
> My kernel is a stable one :
> Linux pingoo 2.2.12 #2 Tue Aug 31 13:47:09 CEST 1999 i586 unknown
>
> and I've tried your small program :
> it segfaults.

Ummm, that is because you have limits on your stack. But if you type ulimit
that might show the problem. (Why is it that it says seg fault, when a more
appropriate message would be stack overflow?).

Anyway that program I posted before was a pretty bad example. A better example
would be :

#include <stdio.h>

int main(){
main();
}

Cheers Mof.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/