D
Deleted member 49183
Guest
Hello All!
Background: I have just experienced sudden reboot but luckily vmcore.0 has been saved in /var/crash. I was using custom kernel (maybe trimmed to much) but without debugging support while the reboot took place.
I was trying to do some basic debugging and to do so I have recompiled my kernel adding only "makeoptions DEBUG=-g" to my config file. Having kernel.debug and vmcore.0 I tried to use kgdb(1) but the only thing it gives me is 'cannot access memory'.
Is it possible to debug this problem using this method or I need to replicate this issue while running debugging enabled kernel? In other words, is current vmcore.0 usable (it was saved by system running kernel with disabled debugging)?
Background: I have just experienced sudden reboot but luckily vmcore.0 has been saved in /var/crash. I was using custom kernel (maybe trimmed to much) but without debugging support while the reboot took place.
I was trying to do some basic debugging and to do so I have recompiled my kernel adding only "makeoptions DEBUG=-g" to my config file. Having kernel.debug and vmcore.0 I tried to use kgdb(1) but the only thing it gives me is 'cannot access memory'.
Is it possible to debug this problem using this method or I need to replicate this issue while running debugging enabled kernel? In other words, is current vmcore.0 usable (it was saved by system running kernel with disabled debugging)?