000000    0044    0000                                                
          LEN     TYPE
000000                    0014    0002    0001    0000    034b    0000
                          LEN     TYPE
000010    0802    fe80    0001    0000    0008    0001    007f    0100
                                          LEN     TYPE    127.0.0.1
000020    0008    0002    007f    0100    0007    0003    6f6c    0000
          LEN     TYPE    127.0.0.1       LEN     TYPE    lo
000030    0014    0006    ffff    ffff    ffff    ffff    bb72    0054
          LEN     TYPE
000040    bb72    0054
          

000040                    0050    0000
                          LEN     TYPE
000040                                    0014    0002    0001    0000
                                          LEN     TYPE
000050    034b    0000    1802    0080    000c    0000    0008    0001
                                                          LEN     TYPE  
000060    000a    8203    0008    0002    000a    8203    0008    0004
          10.0.3.130      LEN     TYPE    10.0.3.130      LEN     TYPE
000070    000a    ff03    0009    0003    7465    3068    0000    0000
          10.0.3.255      LEN     TYPE    eth0

000080    0014    0006    ffff    ffff    ffff    ffff    bcc8    0054
          LEN     TYPE
000090    bcc8    0054


This looks a little bit like the sort of contents we might expect to see dumped 
from a call to GETADDRS
against PF_UNSPEC which calls out to all of the inet{,6}_fill_ifaddr() 
handlers, though nested:

[IFA_LOCAL(fe80...), IFA_ADDRESS(127.0.0.1), IFA_LOCAL(127.0.0.1), 
IFA_LABEL(lo),IFA_CACHEINFO(...)]
[IFA_LOCAL(00008000...??), IFA_ADDRESS(10.0.3.130), IFA_LOCAL(10.0.3.130), 
IFA_BROADCAST(10.0.3.255), IFA_LABEL(eth0)]

Where:

  IFA_LOCAL (16 bytes, ipv6 or 4 bytes, ipv4)
  IFA_ADDRESS (4 bytes, ipv4)
  IFA_BROADCAST (4 bytes, ipv4)
  IFA_CACHEINFO (16 bytes)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1301496

Title:
  kernel crash: Unable to handle kernel paging request for data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1301496/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to