Re: Linux 2.6.20.3

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Miller
Date: Tuesday, March 13, 2007 - 10:40 pm

From: "Nish Aravamudan" <nish.aravamudan@gmail.com>
Date: Tue, 13 Mar 2007 17:29:17 -0700


We've seen cases in the past where something benign like this
triggers a bug because it moves the data/bss/etc. sections
around.

For example, if the used parts of the kernel image end up extending
into another page, this can influence the bootup memory detection
logic.

The softlockup in your first trace shows it spinning in the journaling
code.  Perhaps what is happening is that it is looping endlessly over
some data structure which is in a corrupted state.  This could happen
if the bootup code erroneously frees up pages it should not have.
I would recommend figuring out exactly what the journaling code is
stuck on, then try to trace the life of that page of memory from
early bootup until it is allocated.

I hope this can help you figure out this bug as I can't reproduce it
here at all, and I did merge the hugetlb fix into Linus's tree
already (and that is the right thing to do as we certainly have some
unrelated bug here).

On the flip side, I bet removing some kernel config option might make
the heisenbug go away if you're just eager to test the hugetlb patch
:-)
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Linux 2.6.20.3, Nish Aravamudan, (Tue Mar 13, 2:58 pm)
Re: Linux 2.6.20.3, David Miller, (Tue Mar 13, 3:20 pm)
Re: Linux 2.6.20.3, Nish Aravamudan, (Tue Mar 13, 3:51 pm)
Re: Linux 2.6.20.3, Nish Aravamudan, (Tue Mar 13, 5:29 pm)
Re: Linux 2.6.20.3, Bill Irwin, (Tue Mar 13, 10:40 pm)
Re: Linux 2.6.20.3, David Miller, (Tue Mar 13, 10:40 pm)