* Kernel Error / Crash
@ 2007-07-20 3:16 werner
2007-07-20 3:53 ` Satyam Sharma
0 siblings, 1 reply; 3+ messages in thread
From: werner @ 2007-07-20 3:16 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 501 bytes --]
To: linux-kernel@vger.kernel.org
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!
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)
EIP is at ksize + 0x40/0x50
.....
Obs: With 2.6.22-git11 that problem didnt occur
Werner Landgraf
werner@copaya.yi.org
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Kernel Error / Crash
2007-07-20 3:16 Kernel Error / Crash werner
@ 2007-07-20 3:53 ` Satyam Sharma
2007-07-20 12:10 ` Satyam Sharma
0 siblings, 1 reply; 3+ messages in thread
From: Satyam Sharma @ 2007-07-20 3:53 UTC (permalink / raw)
To: werner; +Cc: linux-kernel
Hi Werner,
On 7/20/07, werner <werner@copaya.yi.org> wrote:
> To: linux-kernel@vger.kernel.org
>
>
> 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@copaya.yi.org
Thanks,
Satyam
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Kernel Error / Crash
2007-07-20 3:53 ` Satyam Sharma
@ 2007-07-20 12:10 ` Satyam Sharma
0 siblings, 0 replies; 3+ messages in thread
From: Satyam Sharma @ 2007-07-20 12:10 UTC (permalink / raw)
To: werner; +Cc: linux-kernel
On 7/20/07, Satyam Sharma <satyam.sharma@gmail.com> wrote:
> Hi Werner,
>
> On 7/20/07, werner <werner@copaya.yi.org> wrote:
> > To: linux-kernel@vger.kernel.org
> >
> >
> > 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.
Oh, ok so this is fixed in 9550b105b8646f916862aee3ab7b25020ca14159
in mainline -git for some time now.
[ turns out the bug was in ksize() itself, so there wasn't need for
a stack trace after all :-p ]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-07-20 12:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-20 3:16 Kernel Error / Crash werner
2007-07-20 3:53 ` Satyam Sharma
2007-07-20 12:10 ` Satyam Sharma
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox