Re: stack overflow
From: Tigran Aivazian <hidden>
Date: 2000-09-04 11:23:00
On Mon, 4 Sep 2000, Matti Aarnio wrote:
quoted
when the function kmem_cache_sizes_init is called in /init/main.c The exact place where the stack overflow occurs is in the function kmem_cache_slabmgmt in /mm/slab.c Is there any way to change the stack size in Kernel? Can the change in stack size simply solve this Kernel stack overflow problem?That is indicative that somewhere along the path you are: a) recursin
looking at the code, it seems in theory possible to recurse via kmem_cache_alloc()->kmem_cache_grow()->kmem_cache_slabmgmt()->kmem_cache_alloc() but I thought Mark invented offslab_limit to prevent this. Maybe decreasing offslab_limit can help? Defer to Mark... Regards, Tigran -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux.eu.org/Linux-MM/