Re: Kernel Error / Crash

From: Satyam Sharma
Date: Thu Jul 19 2007 - 23:54:08 EST


Hi Werner,

On 7/20/07, werner <werner@xxxxxxxxxxxxx> wrote:
To: linux-kernel@xxxxxxxxxxxxxxx


copied from the screen:

...
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
Starting udevd: /sbin/udevd -- daemon
------------[cut here]-------------------
Kernel BUG at mm/slub.c:2401!

That's ksize(invalid_address) -- when the address belongs to an
!PageSlab page.

Invalid opcode: 0000[#1]
SMP
Modules linked in:
CPU: 0
EIP: 0060: [<c0174ec0>] Not tainted VLI
EFLAGS: 00010046 (2.6.22-git13-i486-1mn #1)

Why is the kernel called -git13-i486-1mn (the -1mn part)?

Is this a pure vanilla kernel or do you have additional patches
applied on top of that?

EIP is at ksize + 0x40/0x50

Hmm. This could be from krealloc(), but that's just a wild guess.

.....

Please send us the entire oops log (including the registers contents,
stack backtrace, "Code:" thing, et al.) -- it's *impossible* to debug
this case, otherwise.

Obs: With 2.6.22-git11 that problem didnt occur

Werner Landgraf
werner@xxxxxxxxxxxxx


Thanks,

Satyam
-
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/