Re: [Demo/lkm] Kcoredump -- Do coredump in any where of kernel(not same with kcore)

From: Hui Zhu
Date: Tue Sep 22 2009 - 10:18:44 EST


On Tue, Sep 22, 2009 at 17:31, Américo Wang <xiyou.wangcong@xxxxxxxxx> wrote:
> On Tue, Sep 22, 2009 at 4:41 PM, Hui Zhu <teawater@xxxxxxxxx> wrote:
>> Hi guys,
>>
>> Kcoredump do a coredump in most part of kernel (it use kprobe, it can
>> be set most of part of kernel).  For example:
>> insmod kcoredump.ko name=do_fork offset=11
>> gdb ./vmlinux /proc/kcoredump
>> Core was generated by `'.
>
> But what is your point of generating coredump anywhere?
> I mean what do you really want by this?

We can get the kernel status in do_fork+11 and put it to core file (It
like gdb command "gcore"). GDB can parse it.

>
> I think we can do this by systemtap+kdump, can't we?
>
It seems that kdump just can get core when kernel crash.

Thanks,
Hui
--
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/