Bug 63761
Summary: | BUG: Bad page state in process chrome pfn:6b0e1f | ||
---|---|---|---|
Product: | Memory Management | Reporter: | Mikhail (mikhail.v.gavrilov) |
Component: | Page Allocator | Assignee: | Andrew Morton (akpm) |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | alan |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.11.6 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | dmesg output |
Description
Mikhail
2013-10-26 11:31:45 UTC
Created attachment 112281 [details]
dmesg output
[13410.026912] BUG: Bad page state in process chrome pfn:6b0e1f [13410.026926] page:ffffea001ac387c0 count:16777216 mapcount:0 mapping: (null) index:0x2 [13410.026928] page flags: 0x5ff00000000000() [13410.026930] Modules linked in: fuse nf_conntrack_netbios_ns nf_conntrack_broadcast ipt_MASQUERADE ip6t_REJECT xt_conntrack ebtable_nat ebtable_broute bridge stp llc ebtable_filter ebtables ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_security ip6table_raw ip6table_filter ip6_tables iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack iptable_mangle iptable_security iptable_raw bnep iTCO_wdt iTCO_vendor_support ppdev x86_pkg_temp_thermal coretemp kvm_intel kvm crc32_pclmul crc32c_intel ghash_clmulni_intel microcode btusb bluetooth rfkill snd_hda_codec_realtek serio_raw snd_hda_codec_hdmi snd_emu10k1 snd_util_mem snd_hda_intel snd_rawmidi snd_hda_codec snd_hwdep snd_ac97_codec snd_seq ac97_bus snd_seq_device emu10k1_gp r8169 gameport mii [13410.026995] snd_pcm i2c_i801 lpc_ich mfd_core shpchp snd_page_alloc snd_timer snd mei_me mei soundcore parport_pc parport acpi_cpufreq mperf binfmt_misc nfsd auth_rpcgss nfs_acl lockd sunrpc usb_storage i915 hid_logitech_dj i2c_algo_bit firewire_ohci drm_kms_helper sata_sil24 firewire_core drm crc_itu_t i2c_core video [13410.027038] CPU: 7 PID: 7941 Comm: chrome Tainted: G W 3.11.6-301.fc20.x86_64+debug #1 [13410.027040] Hardware name: Gigabyte Technology Co., Ltd. Z87M-D3H/Z87M-D3H, BIOS F8 08/03/2013 [13410.027042] 0000000000000001 ffff8806b5f15ab8 ffffffff817289cc ffffea001ac387c0 [13410.027055] ffff8806b5f15ad0 ffffffff81725578 0000000000000000 ffff8806b5f15bb8 [13410.027059] ffffffff81181e76 ffff8806b5f15af8 ffffffff81731a97 0000000000000002 [13410.027062] Call Trace: [13410.027067] [<ffffffff817289cc>] dump_stack+0x54/0x74 [13410.027079] [<ffffffff81725578>] bad_page.part.55+0xcf/0xe8 [13410.027084] [<ffffffff81181e76>] get_page_from_freelist+0x846/0x9a0 [13410.027088] [<ffffffff81731a97>] ? _raw_spin_unlock+0x27/0x40 [13410.027091] [<ffffffff811821a6>] __alloc_pages_nodemask+0x1d6/0xbd0 [13410.027095] [<ffffffff811dd77e>] ? rcu_read_unlock+0x2e/0x70 [13410.027098] [<ffffffff811e461b>] ? __mem_cgroup_try_charge+0x5fb/0xf10 [13410.027101] [<ffffffff811e43c8>] ? __mem_cgroup_try_charge+0x3a8/0xf10 [13410.027103] [<ffffffff811876a1>] ? release_pages+0x1f1/0x280 [13410.027107] [<ffffffff811c6dda>] alloc_pages_vma+0x9a/0x140 [13410.027111] [<ffffffff811a527b>] handle_pte_fault+0x6cb/0x9b0 [13410.027113] [<ffffffff811defc5>] ? __mem_cgroup_count_vm_event+0x5/0x2c0 [13410.027116] [<ffffffff811a63a5>] handle_mm_fault+0x2a5/0x5c0 [13410.027119] [<ffffffff817367e8>] __do_page_fault+0x158/0x590 [13410.027122] [<ffffffff810ac95f>] ? finish_task_switch+0x3f/0x120 [13410.027126] [<ffffffff810e933d>] ? trace_hardirqs_on+0xd/0x10 [13410.027129] [<ffffffff81731b9c>] ? _raw_spin_unlock_irq+0x2c/0x50 [13410.027131] [<ffffffff810ac99c>] ? finish_task_switch+0x7c/0x120 [13410.027133] [<ffffffff810ac95f>] ? finish_task_switch+0x3f/0x120 [13410.027137] [<ffffffff8137a90d>] ? trace_hardirqs_off_thunk+0x3a/0x3c [13410.027140] [<ffffffff81736c2e>] do_page_fault+0xe/0x10 [13410.027142] [<ffffffff81732b48>] page_fault+0x28/0x30 |