All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Pearson <pearson.christopher.j@gmail.com>
To: Minchan Kim <minchan.kim@gmail.com>
Cc: linux-mm@kvack.org, Andrea Arcangeli <aarcange@redhat.com>
Subject: Re: NULL poniter dereference in isolate_lru_pages 2.6.39.1
Date: Fri, 8 Jul 2011 10:39:48 -0500 (CDT)	[thread overview]
Message-ID: <alpine.DEB.2.00.1107081021040.29346@ubuntu> (raw)
In-Reply-To: <CAEwNFnB8VXkTiMzJewtd7rSZ8keqkboNz-BBjw_UudquvsrK1A@mail.gmail.com>

addr1line says vmscan.c:0

I must have not compiled with some debugging info?

On Fri, 8 Jul 2011, Minchan Kim wrote:

>Date: Fri, 8 Jul 2011 14:14:09 +0900
>From: Minchan Kim <minchan.kim@gmail.com>
>To: Chris Pearson <kermit4@gmail.com>
>Cc: linux-mm@kvack.org, Andrea Arcangeli <aarcange@redhat.com>
>Subject: Re: NULL poniter dereference in isolate_lru_pages 2.6.39.1
>
>On Fri, Jul 8, 2011 at 12:53 AM, Chris Pearson <kermit4@gmail.com> wrote:
>> see attached screenshots
>>
>> NULL pointer dereference at 8
>>
>> isolate_lru_pages
>> shrink_inactive_list
>> __lookup_tag
>> shrink_zone
>> shrink_slab
>> kswapd
>> zone_reclaim
>>
>> These are from 3 different servers in the past week since we upgraded
>> a few hundred of them to 2.6.39.1.    They're under a steady few MB/s
>> of net and disk I/O load.
>>
>> We have the following /proc adjustments:
>>
>> kernel.shmmax = 135217728
>> fs.file-max = 65535
>> vm.swappiness = 10
>> vm.min_free_kbytes = 65535
>>
>
>I didn't have see such BUG until now.
>Could you tell me which point is isolate_lru_pages + 0x225?
>You can get it with addr2line -e vmlinux -i ffffffff8108ed15 or gdb.
>
>The culprit I think is page_count.
>A month ago, Andrea pointed out and sent the patch but it seems it
>isn't stable tree.
>
>Could you test below patch?
>https://patchwork.kernel.org/patch/857442/
>
>
>
>-- 
>Kind regards,
>Minchan Kim
>

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  reply	other threads:[~2011-07-08 15:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-07 15:53 NULL poniter dereference in isolate_lru_pages 2.6.39.1 Chris Pearson
2011-07-08  5:14 ` Minchan Kim
2011-07-08 15:39   ` Chris Pearson [this message]
2011-07-10 23:05     ` Minchan Kim
2011-07-11 20:52       ` Chris Pearson
2011-07-12  0:16         ` Minchan Kim
2011-07-15  1:48           ` Chris Pearson
2011-07-18 22:48             ` Minchan Kim
2011-07-18 23:18               ` Andrew Morton
2011-07-18 23:32                 ` Minchan Kim

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=alpine.DEB.2.00.1107081021040.29346@ubuntu \
    --to=pearson.christopher.j@gmail.com \
    --cc=aarcange@redhat.com \
    --cc=linux-mm@kvack.org \
    --cc=minchan.kim@gmail.com \
    /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.