Re: [WOLK-devel] kernel BUG at slab.c:576
Brought to you by:
hight0wer
|
From: Marc-Christian P. <m....@wo...> - 2003-05-12 07:53:09
|
On Thursday 08 May 2003 22:54, KORN Andras wrote:
Hi Andrew,
> Unfortunately, I haven't yet had a chance to run ksymoops on them as the
> box crashed. lspci unavailable for now for the same reason. Anyway, BX
> board, PII, 192MB RAM, rtl8029 network card.
>
> The BUG() being triggered is the second one:
>
> if (cachep->flags & SLAB_RED_ZONE) {
> if (*((unsigned long*)(objp)) !=
> RED_MAGIC1) BUG();
> if (*((unsigned long*)(objp +
> cachep->objsize -BYTES_PER_WORD)) != RED_MAGIC1) BUG();
> objp += BYTES_PER_WORD;
> }
> Box worked flawlessly with my patched 2.4.18 (included a great deal of what
> wolk includes now).
well, don't compare apples with pears. 2.4.18 != 2.4.20 ;)
> CONFIG_DEBUG_SLAB=y
any reason why you are using slab debugging?
ciao, Marc
|