On Mon, Feb 4, 2013 at 3:18 PM, Grant Coady <[email protected]> wrote: > Hi there, > > I was running machine overnight on 12V battery test, with this simple > kernel compile loop: > > grant@itxmini:~/linux/linux-3.7.5a$ while :; do make clean; make -j5; done > > Today it was time to shutdown the box ('halt' command) and recharge the > battery. > > Snapshot of screen: > > > http://bugsplatter.id.au/misc/image/IMG_5627-kernel-panic-itxmini-2013-01-05.jpg > > Kernel .config and dmesg: > > http://bugsplatter.id.au/kernel/boxen/itxmini/config-3.7.5a.gz > http://bugsplatter.id.au/kernel/boxen/itxmini/dmesg-3.7.5a.gz > > Box is Intel D510MO mobo with dual core HT Atom CPU with 2GB memory, 2GB > swap (unused), Intel pro/100 NIC (disconnected), onboard PS/2 keyboard, > ps/2 mouse, 1Gbps NIC, VGA monitor connected. > > What next? Box rebooted normally. Ha > > Thanks, > Grant.
Will you be able to run gdb on your kernel to see where exactly it is failing: If read the faulting address from the attached jpg correctly, the following sequence should get us the failing source code line: gdb vmlinux x/10i run_timer_softirq+0xac info line *disassaddr for run_timer_softirq+0xac -- Shuah -- 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/

