public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Page alloc problems with 2.6.32-rc kernels
@ 2009-10-27  9:50 Michael Guntsche
  2009-10-27 10:38 ` Frans Pop
  2009-10-27 13:01 ` Jiri Kosina
  0 siblings, 2 replies; 14+ messages in thread
From: Michael Guntsche @ 2009-10-27  9:50 UTC (permalink / raw)
  To: linux-kernel

Hello list,

I noticed that I get page alloc errors on one of my machines.
It is an old server I use as a fileserver with 512MB RAM. Before
2.6.3[12] I did not see this problem at all. 
This only seems to happens when I use mutt on this machine.
I know that it means I am running out of memory here, but I am wondering
why I did not see this before....


mutt: page allocation failure. order:1, mode:0x20
Pid: 21746, comm: mutt Not tainted 2.6.32-rc5 #2
Call Trace:
 [<c11981ef>] ? printk+0x18/0x21
 [<c1050945>] __alloc_pages_nodemask+0x417/0x4d8
 [<c1069edc>] cache_alloc_refill+0x250/0x496
 [<c106a1c6>] __kmalloc+0xa4/0xa8
 [<c110ddef>] tty_buffer_request_room+0x88/0x11d
 [<c110dfb8>] tty_insert_flip_string+0x27/0x93
 [<c110e8d9>] pty_write+0x24/0x4a
 [<c110a24f>] n_tty_write+0x163/0x3ab
 [<c1020960>] ? default_wake_function+0x0/0xd
 [<c1107f3c>] tty_write+0x129/0x1c2
 [<c110a0ec>] ? n_tty_write+0x0/0x3ab
 [<c106cfe0>] vfs_write+0x8e/0x142
 [<c1107e13>] ? tty_write+0x0/0x1c2
 [<c106d13d>] sys_write+0x3d/0x6b
 [<c1002bb5>] syscall_call+0x7/0xb
Mem-Info:
DMA per-cpu:
CPU    0: hi:    0, btch:   1 usd:   0
Normal per-cpu:
CPU    0: hi:  186, btch:  31 usd:  52
active_anon:17616 inactive_anon:20870 isolated_anon:0
 active_file:27963 inactive_file:43021 isolated_file:0
 unevictable:0 dirty:284 writeback:0 unstable:0 buffer:5599
 free:1401 slab_reclaimable:2966 slab_unreclaimable:3731
 mapped:4083 shmem:88 pagetables:515 bounce:0
DMA free:2196kB min:84kB low:104kB high:124kB active_anon:1496kB inactive_anon:2340kB active_file:3212kB inactive_file:5884kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15804kB mlocked:0kB dirty:40kB writeback:0kB mapped:648kB shmem:0kB slab_reclaimable:244kB slab_unreclaimable:244kB kernel_stack:176kB pagetables:64kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no
lowmem_reserve[]: 0 491 491
Normal free:3408kB min:2792kB low:3488kB high:4188kB active_anon:68968kB inactive_anon:81140kB active_file:108640kB inactive_file:166200kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:503616kB mlocked:0kB dirty:1096kB writeback:0kB mapped:15684kB shmem:352kB slab_reclaimable:11620kB slab_unreclaimable:14680kB kernel_stack:1688kB pagetables:1996kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no
lowmem_reserve[]: 0 0 0
DMA: 549*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 2196kB
Normal: 754*4kB 35*8kB 7*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 3408kB
73515 total pagecache pages
2437 pages in swap cache
Swap cache stats: add 22864, delete 20427, find 290544/291230
Free swap  = 456788kB
Total swap = 524280kB
130976 pages RAM
1952 pages reserved
52425 pages shared
86057 pages non-shared

Please put me on CC since I am not subscribed to the list.

Kind regards,
Michael

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: Page alloc problems with 2.6.32-rc kernels
@ 2009-11-02 12:20 Michael Guntsche
  2009-11-04  0:14 ` Frans Pop
  0 siblings, 1 reply; 14+ messages in thread
From: Michael Guntsche @ 2009-11-02 12:20 UTC (permalink / raw)
  To: Frans Pop, linux-kernel


Missed the CC's

Good morning,

> I have the server running with all with patches applied and it runs
> without any issues. Since adding patch5 seems to make a difference I
> will revert 1-4 and only apply patch 5 to see if it work too. I will
> report back as soon as I have news.

Current status of my tests here. With only patch 5 applied (the revert)
I am not able to reproduce the problem. Reading through the ml archives
I noticed that this revert is somewhat controversial since it seems to
fix other bugs. Is it possible that reverting those fixes just hide the bug I am seeing instead of fixing it?

Kind regards,
Michael


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2009-11-04 23:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-27  9:50 Page alloc problems with 2.6.32-rc kernels Michael Guntsche
2009-10-27 10:38 ` Frans Pop
2009-10-27 14:00   ` Michael Guntsche
2009-10-27 14:00   ` Mel Gorman
2009-10-29  8:48     ` Michael Guntsche
2009-10-29 10:05     ` Michael Guntsche
2009-10-29 15:24     ` Michael Guntsche
2009-10-30 19:28     ` Michael Guntsche
2009-10-27 13:01 ` Jiri Kosina
  -- strict thread matches above, loose matches on Subject: below --
2009-11-02 12:20 Michael Guntsche
2009-11-04  0:14 ` Frans Pop
2009-11-04  7:17   ` Michael Guntsche
2009-11-04 22:14     ` Frans Pop
2009-11-04 23:07       ` Michael Guntsche

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox