Re: Propose for Several Dump types
From: Jun Su (csujun_at_gmail.com)
Date: 12/15/04
- Previous message: Poul-Henning Kamp: "Re: Propose for Several Dump types"
- In reply to: Poul-Henning Kamp: "Re: Propose for Several Dump types"
- Next in thread: Poul-Henning Kamp: "Re: Propose for Several Dump types"
- Reply: Poul-Henning Kamp: "Re: Propose for Several Dump types"
- Reply: Kirk McKusick: "Re: Propose for Several Dump types"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 15 Dec 2004 09:44:08 +0800 To: Poul-Henning Kamp <phk@phk.freebsd.dk>
On Tue, 14 Dec 2004 08:48:44 +0100, Poul-Henning Kamp
<phk@phk.freebsd.dk> wrote:
> In message <cd4370cf04121323433255da9d@mail.gmail.com>, Jun Su writes:
>
> >MiniDump
> >=======
> >In a minidump, Register info, plus the crash stack is enough.
>
> Make it an EVENTHANDLER() and dump it in ascii format.
^^^^^^^^^^^^
Don't think the ascii format is a good choose. We can only dump the
information like the ones we can get in the KDB. My propose is storing
the pages that the stack point is in. Then we can get more useful
stack in the userland with the kernel file and kernel symbol.
>
> That way any kernel subsystem can hook in a function and dump
> potentially relevant information.
>
> --
> Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
> phk@FreeBSD.ORG | TCP/IP since RFC 956
> FreeBSD committer | BSD since 4.3-tahoe
> Never attribute to malice what can adequately be explained by incompetence.
>
-- -- Jun Su _______________________________________________ freebsd-arch@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-arch To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"
- Previous message: Poul-Henning Kamp: "Re: Propose for Several Dump types"
- In reply to: Poul-Henning Kamp: "Re: Propose for Several Dump types"
- Next in thread: Poul-Henning Kamp: "Re: Propose for Several Dump types"
- Reply: Poul-Henning Kamp: "Re: Propose for Several Dump types"
- Reply: Kirk McKusick: "Re: Propose for Several Dump types"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: Unhandled exception when pushing esi
... (assuming you have enough information saved in your dump file). ... non-GUI
threads will have around 12K of kernel stack on x86 ... thread in the dump file?
... (microsoft.public.development.device.drivers) - Re: Unhandled exception when pushing esi
... (assuming you have enough information saved in your dump file). ... non-GUI
threads will have around 12K of kernel stack on x86 ... `IoGetRemainingStackSize' call
that you can use in kernel mode. ... (microsoft.public.development.device.drivers) - Re: Propose for Several Dump types
... >> Make it an EVENTHANDLERand dump it in ascii format. ... >stack
in the userland with the kernel file and kernel symbol. ... (freebsd-arch) - Question on Schedule and Preemption
... Now I am developing the driver on Linux kernel 2.6.11. ... problem that kernel
will dump my stack from time to time. ... (Linux-Kernel) - Re: IE not starting
... You chopped the dump too soon. ... the Raw Stack Dump the words they
display may be clues too. ... If you can get full symbols in your Stack Back Trace
you would ... (microsoft.public.windows.inetexplorer.ie6.browser)