It seems to crash when it tries to expand the stack and there is no available
mem. If you try:
while(1){
malloc(256K);
fill;
}
the program will be killed. But an infinite recurse will crash even if you
don't malloc anything.
> Has anyone got any other solutions to this ?
No :-( Someone should have a look into the code which expands the stack...
Bye.
-
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/