Neil Horman wrote:

> On Fri, Jan 19, 2007 at 09:54:20AM -0500, Dave Anderson wrote:
> > Ken'ichi Ohmichi wrote:
> >
> > >
> > >
> > >   Example-1: Transporting ELF dumpfile in flattened format
> > >     # makedumpfile -F -E -d31 -x vmlinux /proc/vmcore | ssh [EMAIL 
> > > PROTECTED] "makedumpfile -R dumpfile"
> > >
> > >   Example-2: Transporting kdump-compressed dumpfile in flattened format
> > >     # makedumpfile -F -c -d31 -x vmlinux /proc/vmcore | ssh [EMAIL 
> > > PROTECTED] "makedumpfile -R dumpfile"
> >
> > Is Red Hat planning to put the ~60MB vmlinux file in the initrd?
> >
> > Dave
> >
> Theres already an option on makedumpfile to extract the relevant symbol table
> info from a given vmlinux file in makedumpfile and use that 'config file'
> instead of the full vmlinux file.  We had to do this to be able to make
> makedumpfile work at all in the initramfs
>
> Regards
> Neil

Ah, OK, so the "-x vmlinux" references above could be
substituted with "-i config_file".

I'm still curious whether:

(1) the "de-flattening" step could be easily ported to the
    crash utility so it could be made to read the flattened
    format file.
(2) there can be another option to create an ELF vmcore file
    from a compressed dumpfile, so that gdb can be used if
    necessary.

Thanks,
  Dave


_______________________________________________
fastboot mailing list
[email protected]
https://lists.osdl.org/mailman/listinfo/fastboot

Reply via email to