From mboxrd@z Thu Jan 1 00:00:00 1970 From: gmate.amit@gmail.com (amit mehta) Date: Tue, 11 Oct 2011 13:20:27 +0530 Subject: kernel 5.5 kernel and tg3 driver In-Reply-To: References: Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Mon, Oct 10, 2011 at 11:54 PM, sri 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