Ralf Hildebrandt wrote:
* Ralf Hildebrandt <[EMAIL PROTECTED]>:


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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to