=================================================================
 MAY BE A PROBLEM WITH STRUCT AND ARRAYS
 =================================================================
 May be a problem with struct ?
 crash> struct kmem_cache_s.array f7ffdc80 <--- OTHER FIELDS ARE COMMING WITH ARRAY
   array = {0xf7ffb980, 0xc1ddf500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
     0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
     0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
   batchcount = 12,
   limit = 24,
   lists = {
     slabs_partial = {
       next = 0xf7828000,
       prev = 0xf7bdd000
     },
     slabs_full = {
       next = 0xc1eb3000,
       prev = 0xf7e8c000
     },
     slabs_free = {
       next = 0xf7ffdd18,
       prev = 0xf7ffdd18
     },
     free_objects = 13,
     free_touched = 0,
     next_reap = 11377353,
     shared = 0xf7ff5000
   },
 crash>
 
This is another piece of low-hanging fruit -- I've fixed it for
the next release...
Dave