[内核错误] 大家好,能否帮忙分析一下下面的内核错误
时间:2010-07-19
来源:互联网
使用官方的2.6.32的内核,同时使用e1000.sf.net的e1000e驱动(no NAPI,网卡芯片82574L),系统不定期出现下面的信息:
复制代码
- Jul 19 09:03:23 testpc kernel: swapper: page allocation failure. order:2, mode:0x20
- Jul 19 09:03:23 testpc kernel: Pid: 0, comm: swapper Not tainted 2.6.32-V11 #6
- Jul 19 09:03:23 testpc kernel: Call Trace:
- Jul 19 09:03:23 testpc kernel: [<c0556a4b>] ? printk+0xf/0x11
- Jul 19 09:03:23 testpc kernel: [<c016cf22>] __alloc_pages_nodemask+0x428/0x463
- Jul 19 09:03:23 testpc kernel: [<c01892f3>] cache_alloc_refill+0x254/0x434
- Jul 19 09:03:23 testpc kernel: [<c0189541>] __kmalloc+0x6e/0xa6
- Jul 19 09:03:23 testpc kernel: [<c0474acc>] pskb_expand_head+0x4f/0x14a
- Jul 19 09:03:23 testpc kernel: [<c0475342>] __pskb_pull_tail+0x49/0x205
- Jul 19 09:03:23 testpc kernel: [<c05003af>] ? ipt_ulog_packet+0x310/0x318
- Jul 19 09:03:23 testpc kernel: [<fa3201d1>] match+0x18e/0x575 [xt_layer7]
- Jul 19 09:03:23 testpc kernel: [<f84673ab>] ? ip_set_testip_kernel+0x51/0x5f [ip_set]
- Jul 19 09:03:23 testpc kernel: [<c04fd973>] ipt_do_table+0x259/0x4de
- Jul 19 09:03:23 testpc kernel: [<c04fdc54>] ipt_hook+0x18/0x1d
- Jul 19 09:03:23 testpc kernel: [<c04a554f>] nf_iterate+0x2f/0x62
- Jul 19 09:03:23 testpc kernel: [<c04c3f54>] ? ip_forward_finish+0x0/0x34
- Jul 19 09:03:23 testpc kernel: [<c04a5663>] nf_hook_slow+0x3b/0x91
- Jul 19 09:03:23 testpc kernel: [<c04c3f54>] ? ip_forward_finish+0x0/0x34
- Jul 19 09:03:23 testpc kernel: [<c04c41db>] ip_forward+0x253/0x2c8
- Jul 19 09:03:23 testpc kernel: [<c04c3f54>] ? ip_forward_finish+0x0/0x34
- Jul 19 09:03:23 testpc kernel: [<c04c2e75>] ip_rcv_finish+0x29d/0x2b3
- Jul 19 09:03:23 testpc kernel: [<c04c30bb>] ip_rcv+0x230/0x25c
- Jul 19 09:03:23 testpc kernel: [<c0479e8e>] netif_receive_skb+0x3ec/0x40b
- Jul 19 09:03:23 testpc kernel: [<c0479f11>] process_backlog+0x64/0x8a
- Jul 19 09:03:23 testpc kernel: [<c047a3b9>] net_rx_action+0x5d/0x10d
- Jul 19 09:03:23 testpc kernel: [<c012ed00>] __do_softirq+0x77/0xe5
- Jul 19 09:03:23 testpc kernel: [<c012ed94>] do_softirq+0x26/0x2b
- Jul 19 09:03:23 testpc kernel: [<c012ee68>] irq_exit+0x29/0x2b
- Jul 19 09:03:23 testpc kernel: [<c010444e>] do_IRQ+0x80/0x96
- Jul 19 09:03:23 testpc kernel: [<c01032a9>] common_interrupt+0x29/0x30
- Jul 19 09:03:23 testpc kernel: [<c0108140>] ? mwait_idle+0x4f/0x55
- Jul 19 09:03:23 testpc kernel: [<c0101d8b>] cpu_idle+0x3a/0x4f
- Jul 19 09:03:23 testpc kernel: [<c0553e4a>] start_secondary+0x196/0x19b
- Jul 19 09:03:23 testpc kernel: Mem-Info:
- Jul 19 09:03:23 testpc kernel: DMA per-cpu:
- Jul 19 09:03:23 testpc kernel: CPU 0: hi: 0, btch: 1 usd: 0
- Jul 19 09:03:23 testpc kernel: CPU 1: hi: 0, btch: 1 usd: 0
- Jul 19 09:03:23 testpc kernel: CPU 2: hi: 0, btch: 1 usd: 0
- Jul 19 09:03:23 testpc kernel: CPU 3: hi: 0, btch: 1 usd: 0
- Jul 19 09:03:23 testpc kernel: Normal per-cpu:
- Jul 19 09:03:23 testpc kernel: CPU 0: hi: 186, btch: 31 usd: 181
- Jul 19 09:03:23 testpc kernel: CPU 1: hi: 186, btch: 31 usd: 51
- Jul 19 09:03:23 testpc kernel: CPU 2: hi: 186, btch: 31 usd: 122
- Jul 19 09:03:23 testpc kernel: CPU 3: hi: 186, btch: 31 usd: 160
- Jul 19 09:03:23 testpc kernel: HighMem per-cpu:
- Jul 19 09:03:23 testpc kernel: CPU 0: hi: 42, btch: 7 usd: 11
- Jul 19 09:03:23 testpc kernel: CPU 1: hi: 42, btch: 7 usd: 10
- Jul 19 09:03:23 testpc kernel: CPU 2: hi: 42, btch: 7 usd: 5
- Jul 19 09:03:23 testpc kernel: CPU 3: hi: 42, btch: 7 usd: 39
- Jul 19 09:03:23 testpc kernel: active_anon:8521 inactive_anon:10953 isolated_anon:0
- Jul 19 09:03:23 testpc kernel: active_file:90638 inactive_file:100827 isolated_file:0
- Jul 19 09:03:23 testpc kernel: unevictable:0 dirty:4673 writeback:0 unstable:0
- Jul 19 09:03:23 testpc kernel: free:5275 slab_reclaimable:18369 slab_unreclaimable:11338
- Jul 19 09:03:23 testpc kernel: mapped:3252 shmem:70 pagetables:321 bounce:0
- Jul 19 09:03:23 testpc kernel: DMA free:1432kB min:64kB low:80kB high:96kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15864kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? yes
- Jul 19 09:03:23 testpc kernel: lowmem_reserve[]: 0 867 991 991
- Jul 19 09:03:23 testpc kernel: Normal free:18940kB min:3732kB low:4664kB high:5596kB active_anon:22236kB inactive_anon:23992kB active_file:339592kB inactive_file:345140kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:887976kB mlocked:0kB dirty:16856kB writeback:0kB mapped:4416kB shmem:20kB slab_reclaimable:73476kB slab_unreclaimable:45352kB kernel_stack:1024kB pagetables:1284kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no
- Jul 19 09:03:23 testpc kernel: lowmem_reserve[]: 0 0 998 998
- Jul 19 09:03:23 testpc kernel: HighMem free:728kB min:128kB low:260kB high:396kB active_anon:11848kB inactive_anon:19820kB active_file:22960kB inactive_file:58168kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:127768kB mlocked:0kB dirty:1836kB writeback:0kB mapped:8592kB shmem:260kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no
- Jul 19 09:03:23 testpc kernel: lowmem_reserve[]: 0 0 0 0
- Jul 19 09:03:23 testpc kernel: DMA: 2*4kB 2*8kB 2*16kB 1*32kB 3*64kB 1*128kB 2*256kB 1*512kB 0*1024kB 0*2048kB 0*4096kB = 1432kB
- Jul 19 09:03:23 testpc kernel: Normal: 3591*4kB 392*8kB 66*16kB 0*32kB 0*64kB 1*128kB 1*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 18940kB
- Jul 19 09:03:23 testpc kernel: HighMem: 24*4kB 29*8kB 19*16kB 1*32kB 1*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 728kB
- Jul 19 09:03:23 testpc kernel: 191544 total pagecache pages
- Jul 19 09:03:23 testpc kernel: 0 pages in swap cache
- Jul 19 09:03:23 testpc kernel: Swap cache stats: add 0, delete 0, find 0/0
- Jul 19 09:03:23 testpc kernel: Free swap = 1048568kB
- Jul 19 09:03:23 testpc kernel: Total swap = 1048568kB
- Jul 19 09:03:23 testpc kernel: 260031 pages RAM
- Jul 19 09:03:23 testpc kernel: 32194 pages HighMem
- Jul 19 09:03:23 testpc kernel: 7414 pages reserved
- Jul 19 09:03:23 testpc kernel: 157630 pages shared
- Jul 19 09:03:23 testpc kernel: 101071 pages non-shared
- Jul 19 09:03:23 testpc kernel: layer7: failed to linearize packet, bailing.
作者: wzhuzhu 发布时间: 2010-07-19
官方kernel里没有这个chip的驱动吗?
作者: 帅绝人寰 发布时间: 2010-07-19
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28