Messages in this thread |  | | Date | Wed, 11 Jan 2012 12:51:34 -0600 (CST) | | From | Christoph Lameter <> | | Subject | Re: Several bugs in latest kernel |
| |
On Wed, 11 Jan 2012, Srivatsa S. Bhat wrote:
> [ 7314.427769] kernel BUG at mm/slab.c:3111!
A typical case of memory corruption. Enable object debugging in the slab allocator to figure out what. CONFIG_SLUB=y CONFIG_SLUB_DEBUG_ON=y will get you to a config where you would likely get detailed reports on what is corrupted.
|  |