Re: Oops in 2.6.10-ac12 in kjournald (journal_commit_transaction)

From: Randy.Dunlap
Date: Thu Feb 17 2005 - 10:52:39 EST


Ralf Hildebrandt wrote:
* Ralf Hildebrandt <Ralf.Hildebrandt@xxxxxxxxxx>:


The best way to do that is to ensure that the kernel was built with
CONFIG_DEBUG_INFO, note the offending EIP value, then do

# gdb vmlinux
(gdb) l *0xc0<whatever>

I'm rebuilding the ac12 kernel which crashed on me after just one day
and will reboot it today.


Is it normal that the kernel with debugging enabled is not larger than
the normal kernel?
-

No, it should be much larger. Recheck the .config file
for CONFIG_DEBUG_INFO=y. Maybe you need to do 'make clean'
first.

--
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/