Messages in this thread |  | | Date | Fri, 13 Feb 2015 18:16:52 -0600 (CST) | From | Christoph Lameter <> | Subject | Re: [PATCH 3/3] mm: slub: Add SLAB_DEBUG_CRASH option |
| |
On Fri, 13 Feb 2015, Chris J Arges wrote:
> The diff doesn't show this clearly, but the BUG_ON was added to both > free_debug_processing and alloc_debug_processing.
This is not good. There should be no BUG_ON. The problem report by the allocator already includes a backtrace. You need to abort with the crash dump. Maybe print a message describing what is going on before.
Crash dump and abort would make most sense in slab_err() and object_err().
|  |