Re: Kernel Dump
From: David O'Brien (obrien_at_freebsd.org)
Date: 06/23/05
- Previous message: Xin LI: "How to get stack from every thread when doing crash dump?"
- In reply to: Peter Wemm: "Re: Kernel Dump"
- Next in thread: Peter Wemm: "Re: Kernel Dump"
- Reply: Peter Wemm: "Re: Kernel Dump"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 23 Jun 2005 06:53:37 -0700 To: Peter Wemm <peter@wemm.org>
On Wed, Jun 22, 2005 at 11:23:25PM -0700, Peter Wemm wrote:
> IA64 and Sparc systems usually had sparse memory configurations and the
> old raw format didn't have any facility to avoid storing holes.
..
> I've just rewritten the AMD64 crashdump support to use ELF like ia64.
> In fact, I reused most of the ia64 code. We ran into serious problems
> at work, first on the amd64 platform and now also the i386 platform.
> The problem is that x86 machines are increasinly having memory holes.
> The simplistic dump code has no way to skip the memory hole and tries
> to dump things like the AGP frame buffer, pci card MMIO space,
> PCI-Express configuration space (this means accessing hardware!!) and
> so on.
Hi Peter,
This is great news! I'm really happy to see this work. Will we be able
to switch to this for 6.0R?
-- -- David (obrien@FreeBSD.org) _______________________________________________ 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: Xin LI: "How to get stack from every thread when doing crash dump?"
- In reply to: Peter Wemm: "Re: Kernel Dump"
- Next in thread: Peter Wemm: "Re: Kernel Dump"
- Reply: Peter Wemm: "Re: Kernel Dump"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: JCL
... The refrigerator sized cabinet not only housed this core memory, ... Speaking
of paper tape, anyone ever have to bootstrap a machine by entering ... Another new fangled
invention by IBM: 96 column cards! ... Not the standard rectangular 80 column ones with
rectangular holes ... (comp.sys.hp.mpe) - Re: [PATCH 2/2] cciss: disable dma prefetch for P600
... falling off into one the holes on IPF and AMD. ... It doesn't happen on Proliant
because the last 4kB of memory is ... prefetching was walking off the end of real
mmeory and into the AGP region ... There is a bug in the DMA engine that that may result
in prefetching ... (Linux-Kernel) - Re: removing Unfilled ROM holes
... but the memory hole is 8K!?! ... but that can often leave holes in the
memory ... At best you can combine Dlls together and link code statically ... >
smaillet at EmbeddedFusion dot com ... (microsoft.public.windowsce.platbuilder) - Re: hash table sizes
... >> NUMA with memory holes between nodes at the moment, ... > holes
just below 4GB regardless. ... do - were you seeing this on x440 or NUMA-Q? ...
send the line "unsubscribe linux-kernel" in ... (Linux-Kernel) - Re: Opinion on ordering of writel vs. stores to RAM
... The fact that PC's have nice memory consistency models means that most of the testing
is going to be with the PC memory ordering, but the same way we have "smp_wmb" (which is also a no-op
on x86) we should probably have a "mmiowb" there. ... I'm not sure what bcm43xx chip
will work with IA64, or if people actually have itanium laptopsor MIPS, but for e1000 it definately
fixes ordering problems on IA64. ... (Linux-Kernel)