All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cyrill Gorcunov <gorcunov@gmail.com>
To: david@lang.hm
Cc: Andi Kleen <andi@firstfloor.org>,
	linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: early exception error
Date: Wed, 31 Dec 2008 21:30:39 +0300	[thread overview]
Message-ID: <20081231183039.GE20882@localhost> (raw)
In-Reply-To: <alpine.DEB.1.10.0812311110320.18334@asgard.lang.hm>

[david@lang.hm - Wed, Dec 31, 2008 at 11:12:12AM -0800]
> On Wed, 31 Dec 2008, Cyrill Gorcunov wrote:
>
>> [david@lang.hm - Tue, Dec 30, 2008 at 05:39:29PM -0800]
>>> On Wed, 31 Dec 2008, Andi Kleen wrote:
>>>
>>>> david@lang.hm writes:
>>>>>
>>>>> doing a grep through System.map for the address that appears in the
>>>>> error returns nothing
>>>>
>>>> This might be obvious, but you can't grep directly for these addresses
>>>> because System.map contains the starting addresses of functions only
>>>> and normally the reported address is somewhere in the middle of a
>>>> function. So you instead have to look for the highest number lower or equal
>>>> the address from the exception.
>>>
>>> thanks, this was not obvious to me
>>>
>>> the -2 error maps to
>>>
>>> ffffffff8099e4c1 T free_bootmem_node
>>> ffffffff8099e4e5 t alloc_bootmem_core
>>> ffffffff8099e774 t ___alloc_bootmem_nopanic
>>>
>>>
>>> the first error maps to
>>>
>>> ffffffff809c2de4 T free_bootmem_node
>>> ffffffff809c2e08 t alloc_bootmem_core
>>> ffffffff809c3097 t ___alloc_bootmem_nopanic
>>>
>>>
>>> so it looks like this is in alloc_bootmem_core in both cases.
>>>
>>> David Lang
>>>
>>
>> Along with Andi's proposed earlyprintk=vga I think
>> bootmem_debug option could be usefull here too.
>
> adding bootmem_debug creates so much additonal output that the oops  
> scrolls off the screen (except the last 'paragraph' of it)
>
> it looks like it's individual items being allocated (trying to scan it as 
> it scrolled by)

on the picture you sent me i noticed the message
"Your memory is not aligned you need to rebuild your
kernel with bigger NODEMAP SIZE shift=20" and then
srat code complains about "No NUMA code hash function found"
which looks a bit scary. Btw, could you post this picture
on some public resource so NUMA people could check it?

>
> if that output is needed I will need to setup a serial console to gather  
> it (can this be done for the earlyprintk?)

yep, earlyprintk=serial (at least code say it would support it :)

>
> David Lang
>
		- Cyrill -

  reply	other threads:[~2008-12-31 18:30 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-30 22:21 early exception error david
2008-12-30 21:26 ` Cyrill Gorcunov
2008-12-30 22:31   ` david
2008-12-30 21:41     ` Cyrill Gorcunov
2008-12-30 22:48       ` david
2008-12-31  0:25 ` Andi Kleen
2008-12-31  1:39   ` david
2008-12-31  1:25     ` Andi Kleen
2008-12-31  9:38     ` Cyrill Gorcunov
2008-12-31 19:12       ` david
2008-12-31 18:30         ` Cyrill Gorcunov [this message]
2008-12-31 19:50           ` Andi Kleen
2008-12-31 20:20             ` Cyrill Gorcunov
2008-12-31 20:59             ` david
2009-01-01  4:17               ` Andi Kleen
2009-01-01  6:17                 ` david
2009-01-01 14:02                   ` Andi Kleen
2009-01-02 18:21                   ` david
2009-01-02 17:24                     ` Cyrill Gorcunov
2009-01-02 20:57                       ` Robert Hancock
2009-01-05  9:26                         ` Johannes Weiner
2009-01-05 13:08                           ` Andi Kleen
2009-01-05 14:51                             ` Jiri Slaby
2009-01-05 15:01                               ` Cyrill Gorcunov
2009-01-05 15:14                                 ` Jiri Slaby
2009-01-05 15:30                                   ` Cyrill Gorcunov
2009-01-05 15:39                                     ` Jiri Slaby
2009-01-05 15:42                                       ` Cyrill Gorcunov
2009-01-05 14:51                           ` Jiri Slaby
2008-12-31 20:07           ` david
2008-12-31 19:12             ` Cyrill Gorcunov
2008-12-31 21:18               ` david
2008-12-31 20:23                 ` Cyrill Gorcunov
2008-12-31 20:27                   ` Cyrill Gorcunov
2008-12-31 22:30                     ` Cyrill Gorcunov
     [not found] <alpine.DEB.1.10.0901021029010.21408@asgard.lang.hm>
     [not found] ` <20090102173441.GC5372@localhost>
     [not found]   ` <alpine.DEB.1.10.0901021044460.21408@asgard.lang.hm>
     [not found]     ` <20090102174845.GD5372@localhost>
     [not found]       ` <20090102175226.GE5372@localhost>
     [not found]         ` <alpine.DEB.1.10.0901021131210.21567@asgard.lang.hm>
     [not found]           ` <20090102203058.GH5372@localhost>
     [not found]             ` <alpine.DEB.1.10.0901030823190.23262@asgard.lang.hm>
     [not found]               ` <20090103161052.GB11093@localhost>
     [not found]                 ` <alpine.DEB.1.10.0901031118450.23262@asgard.lang.hm>
2009-01-03 19:03                   ` Cyrill Gorcunov
2009-01-03 21:24                     ` Cyrill Gorcunov
2009-01-04  0:24                       ` Jiri Slaby
2009-01-04  0:59                         ` Andi Kleen
2009-01-04 10:32                           ` Cyrill Gorcunov
2009-01-04 11:11                         ` Cyrill Gorcunov
2009-01-04 11:29                         ` Cyrill Gorcunov
2009-01-04 12:23                           ` Jiri Slaby
2009-01-05 22:20                           ` david
2009-01-05 21:25                             ` Cyrill Gorcunov
2009-01-05 23:20                               ` david
2009-01-06  8:01                                 ` Cyrill Gorcunov
2009-01-05 21:55                             ` Yinghai Lu
2009-01-05 22:07                               ` Yinghai Lu
2009-01-05 23:20                                 ` david
2009-01-06  0:50                                   ` david
2009-01-06  0:54                                     ` david
2009-01-06  0:02                                       ` Yinghai Lu
2009-01-06  1:22                                         ` david
2009-01-06  0:25                                           ` Yinghai Lu
2009-01-06  2:03                                             ` david
2009-01-06  1:06                                               ` Yinghai Lu
2009-01-06  5:29                                                 ` david
2009-01-06  6:09                                                   ` Yinghai Lu
2009-01-07  7:49                                                     ` david
2009-01-05 23:18                               ` david
2009-01-05 22:29                                 ` Yinghai Lu
2009-01-05 22:31                                   ` Yinghai Lu

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=20081231183039.GE20882@localhost \
    --to=gorcunov@gmail.com \
    --cc=andi@firstfloor.org \
    --cc=david@lang.hm \
    --cc=linux-kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.