lhype on 2.6.20-rc2: Guest didn't handle trap 6 at c071b594 (cr2=00000000, err=0)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.gz
Type: application/octet-stream
Size: 13005 bytes
Desc: not available
Url : http://lists.osdl.org/pipermail/virtualization/attachments/20061228/63bf3135/attachment.obj 


[Index of Archives]     [KVM Development]     [Libvirt Development]     [Libvirt Users]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux