From: Andrew Morton <akpm@osdl.org>
To: Borislav Petkov <petkov@uni-muenster.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.12-rc1-mm3
Date: Thu, 31 Mar 2005 12:11:19 -0800 [thread overview]
Message-ID: <20050331121119.4629aa94.akpm@osdl.org> (raw)
In-Reply-To: <200503311505.48590.petkov@uni-muenster.de>
Borislav Petkov <petkov@uni-muenster.de> wrote:
>
> On Friday 25 March 2005 17:46, Borislav Petkov wrote:
> > Hi Andrew,
> >
> > mm3 still not booting on my machine. Boot option 'nmi_watchdog=2' (my cpu
> > is a dual core pentium 4 HT, 2.60 GHz) gets me a bit further in the boot
> > process but it blocks there too.
> >
> > [output retyped from screen]:
> > kernel: [ 4.109241] PM: Checking swsusp image.
> > kernel: [ 4.109244] PM: Resume from disk failed.
> > kernel: [ 4.112220] VFS: Mounted root (ext2 filesystem) readonly.
> > kernel: [ 4.112465] Freeing unused kernel memory: 188k freed
> > kernel: [ 4.142002] logips2pp: Detected unknown logitech mouse model 1
> > kernel: [ 4.274620] input: PS/2 Logitech Mouse on isa0060/serio1
> > <--- [point of previous blocks without boot option 'nmi_watchdog=2']--->
> > INIT: version 2.86 booting
> > Mounting a tmpfs over /dev... done.
> > Creating initial device nodes... done.
> > Setting parameters of disc: (none).
> > Activating swap.
> > kernel: [ 10.712648] Adding 976744k swap on /dev/hda2. Priority:-1
> > extents:1 Checking root file system...
> > fsck 1.36 (05-Feb-2005)
> > /: clean, 127290/1831424 files, 898566/3662056 blocks
> > [EOF]
>
> Hi Andrew,
>
> i finally got to run kdb within mm3 and I got a bit further but am not sure
> whether I'm debugging in the right direction:
>
> After booting with "kdb=early" I found out that the kernel blocks with the
> partial message:
>
> kmem_cache_create: Early error in slab task_struct
> kernel BUG at mm/slab.c:1215
> invalid operand: 0000 [#1]
> PREEMPT SMP
Beats me. Where did the kdb patch come from?
It sounds like kdb for some reason is leaving the calling task in
in_interrupt() state when it shouldn't. You could try removing the
in_interrupt() test, but things will probably die later on.
It might be worth disabling preempt, although a bug there won't cause
in_interrupt() to return true.
Did you send me your .config?
next prev parent reply other threads:[~2005-03-31 20:11 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-25 8:21 2.6.12-rc1-mm3 Andrew Morton
2005-03-25 10:46 ` 2.6.12-rc1-mm3 Brice Goglin
2005-03-25 11:29 ` 2.6.12-rc1-mm3: box hangs solid on resume from disk while resuming device drivers Rafael J. Wysocki
2005-05-02 22:54 ` Andrew Morton
2005-05-03 19:34 ` Rafael J. Wysocki
2005-03-25 16:46 ` 2.6.12-rc1-mm3 Borislav Petkov
2005-03-31 13:05 ` 2.6.12-rc1-mm3 Borislav Petkov
2005-03-31 20:11 ` Andrew Morton [this message]
2005-03-31 20:57 ` 2.6.12-rc1-mm3 Borislav Petkov
2005-03-25 18:17 ` 2.6.12-rc1-mm3 Barry K. Nathan
2005-03-25 19:50 ` 2.6.12-rc1-mm3 (cannot read cd-rom, 2.6.12-rc1 is OK) Steven Cole
2005-03-25 20:17 ` Steven Cole
2005-03-25 20:24 ` Andrew Morton
2005-03-25 21:22 ` Steven Cole
2005-03-25 21:49 ` Andrew Morton
2005-03-25 22:31 ` Steven Cole
2005-03-25 21:49 ` Jason Munro
2005-03-25 22:06 ` Andrew Morton
2005-03-25 22:23 ` Andrew Morton
2005-03-25 22:43 ` Steven Cole
2005-03-25 22:43 ` Jason Munro
2005-03-25 22:58 ` Andrew Morton
2005-03-25 22:27 ` Chris Wright
2005-03-25 22:27 ` Jason Munro
2005-03-25 22:30 ` Jason Munro
2005-03-26 1:43 ` 2.6.12-rc1-mm3 Jason Uhlenkott
2005-03-26 1:56 ` [ACPI] 2.6.12-rc1-mm3 Len Brown
2005-03-26 2:02 ` Jason Uhlenkott
2005-03-26 2:24 ` Len Brown
2005-03-26 2:57 ` Jason Uhlenkott
2005-03-26 3:40 ` Jesse Barnes
2005-03-26 4:12 ` Len Brown
2005-03-26 5:52 ` Jason Uhlenkott
2005-03-26 10:19 ` 2.6.12-rc1-mm3, sound card lost id Jean Delvare
2005-03-29 12:24 ` [Alsa-devel] " Takashi Iwai
2005-03-29 17:57 ` Jean Delvare
2005-03-29 20:17 ` Lee Revell
2005-03-29 20:46 ` Jean Delvare
2005-03-29 20:52 ` Lee Revell
2005-03-29 21:13 ` Jean Delvare
2005-03-29 21:18 ` Lee Revell
2005-03-30 12:24 ` Takashi Iwai
2005-03-26 19:39 ` PCMCIA Oops (was Re: 2.6.12-rc1-mm3) Sean Neakums
2005-03-26 22:00 ` Dominik Brodowski
2005-03-25 9:37 2.6.12-rc1-mm3 Chuck Ebbert
2005-03-26 4:23 2.6.12-rc1-mm3 Paul Blazejowski
[not found] <fa.h3qui0k.n6uf30@ifi.uio.no>
2005-03-28 10:30 ` 2.6.12-rc1-mm3 Reuben Farrelly
2005-03-28 11:02 ` 2.6.12-rc1-mm3 Russell King
2005-03-30 18:41 ` 2.6.12-rc1-mm3 Dmitry Torokhov
2005-04-02 3:46 ` 2.6.12-rc1-mm3 Reuben Farrelly
2005-05-26 4:20 ` 2.6.12-rc1-mm3 Andrew Morton
2005-05-26 10:11 ` 2.6.12-rc1-mm3 Reuben Farrelly
2005-03-29 6:29 ` 2.6.12-rc1-mm3 Dmitry Torokhov
[not found] <fa.e0rq9h4.h02o3e@ifi.uio.no>
[not found] ` <fa.dhfu5qn.1l68cj1@ifi.uio.no>
2005-03-28 11:03 ` 2.6.12-rc1-mm3 Reuben Farrelly
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050331121119.4629aa94.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=petkov@uni-muenster.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®