From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from Sweeper2.alphanetworks.com (sweeper2.alphanetworks.com [210.202.42.140]) by ozlabs.org (Postfix) with ESMTP id A1385DDE01 for ; Mon, 17 Mar 2008 18:08:44 +1100 (EST) From: "jay_chen" To: Subject: Kernel stack overflow in process xxxx Date: Mon, 17 Mar 2008 15:12:22 +0800 Message-ID: <017e01c887fe$41395b20$016ffea9@alphajay> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello all: I am using mpc8548 and, kernel 2.6.14.5. Recently, my system encounter "Kernel stack overflow in process xxxx" problem. How to increase the kernel stack size? I try to modify THREAD_SIZE in thread_info.h, but my system seems couldn't boot up anymore! //#define THREAD_SIZE 8192 /* 2 pages */ #define THREAD_SIZE 16384 /* 4 pages */ Thanks in advance for any kind of advice. Jay Chen...