Re: 2.6.0-test8-mm1

From: Robert Love
Date: Tue Oct 21 2003 - 18:30:28 EST


On Tue, 2003-10-21 at 18:53, Thomas Schlichter wrote:

> For me the big question stays why enabling the DEBUG_* options results in a
> corrupt cursor and the false dots on the top of each row... (with both
> kernels)

Almost certainly due to CONFIG_DEBUG_SLAB or CONFIG_DEBUG_PAGEALLOC,
which debug memory allocations and frees.

Code that commits the usual memory bugs (use-after-free, etc.) will
quickly die with these set, whereas without them the bug might never
manifest.

Robert Love


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/