On Thu, Dec 28, 2006 at 01:23:33PM +1100, Rusty Russell wrote: > Ah, this is your clue, here: looks like the kernel ran BUG() or > otherwise failed at address 0xc071b594... can you send your .config and > I can see if I can reproduce? Your System.map should indicate what's at > that address, to...
c071b562 T bootmem_bootmap_pages
c071b571 t get_mapsize
c071b588 t reserve_bootmem_core
c071b5e2 t free_bootmem_core
With some gdb trickery, this appears to be line 124 of mm/bootmem.c:
114 static void __init reserve_bootmem_core(bootmem_data_t *bdata, unsigned
long addr,
115 unsigned long size)
116 {
117 unsigned long sidx, eidx;
118 unsigned long i;
119
120 /*
121 * round up, partially reserved pages are considered
122 * fully reserved.
123 */
124 BUG_ON(!size);
Attached is config.gz. Thanks Rusty!
--
http://www.PowerDNS.com Open source, database driven DNS Software
http://netherlabs.nl Open and Closed source services
config.gz
Description: Binary data
_______________________________________________ Virtualization mailing list [email protected] https://lists.osdl.org/mailman/listinfo/virtualization
