Oct. 11, 2011
7:50 a.m.
On Mon, Oct 10, 2011 at 11:54 PM, sri <bskmohan@gmail.com> wrote:
Thanks for the Inputs. As there is not kernel crash, crash files are not create here to debug more. Is there any way to force the kernel to create kernel crash files under /var/crash. echo 1 > /proc/sys/kernel/sysrq echo c > /proc/sysrq-trigger
but before doing this, you need to enable kdump to dump the crash image under /var/crash More on kdump and crash utility to debug kernel crash: http://people.redhat.com/anderson/crash_whitepaper/ Thanks, Amit