Re: problem with kfree

Tigran Aivazian (tigran@sco.COM)
Wed, 25 Aug 1999 13:10:35 +0100 (BST)


Hi,

I don't know what's going on but if it is a memory corruption you may be
able to catch it earlier if you enable the slab debug (and selftest while
you are at it) support in mm/slab.c. This way, the flags used by
__kmem_cache_alloc() for the slab object will include SLAB_DEBUG_FREE and
may help you.

Regards,
------
Tigran A. Aivazian | http://www.sco.com
Escalations Research Group | tel: +44-(0)1923-813796
Santa Cruz Operation Ltd | http://www.ocston.org/~tigran

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