Bug 1043824

Summary: [abrt] list_del corruption, ffff88019fe1ed88->next is LIST_POISON1 (dead000000100100)
Product: [Fedora] Fedora Reporter: Rahul Chowdhury <rahulc93>
Component: xorg-x11-drv-nouveauAssignee: Ben Skeggs <bskeggs>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: airlied, ajax, bskeggs, gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/b352193788da08abf6229d8ed5fed71ab957e34f
Whiteboard: abrt_hash:0ddd6e3d1c7ef28aa52410ab75729b3d1e4335dd
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-05 22:36:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: dmesg none

Description Rahul Chowdhury 2013-12-17 09:55:40 UTC
Additional info:
reporter:       libreport-2.1.9
list_del corruption, ffff88019fe1ed88->next is LIST_POISON1 (dead000000100100)
Modules linked in: vfat fat ipt_MASQUERADE nf_conntrack_netbios_ns nf_conntrack_broadcast ip6table_mangle be2iscsi iscsi_boot_sysfs bnx2i ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 cnic uio iptable_nat nf_nat_ipv4 nf_nat cxgb4i cxgb4 iptable_mangle cxgb3i cxgb3 nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack mdio libcxgbi ebtable_filter ebtables ip6table_filter ip6_tables ib_iser rdma_cm ib_addr iw_cm ib_cm ib_sa ib_mad ib_core rfcomm iscsi_tcp libiscsi_tcp libiscsi bnep scsi_transport_iscsi arc4 brcmsmac cordic brcmutil b43 mac80211 cfg80211 snd_hda_codec_hdmi ssb uvcvideo mmc_core dell_laptop iTCO_wdt snd_hda_codec_idt iTCO_vendor_support snd_hda_intel snd_hda_codec snd_hwdep snd_seq btusb snd_seq_device videobuf2_vmalloc videobuf2_memops videobuf2_core videodev snd_pcm media dell_wmi sparse_keymap dcdbas i2c_i801 snd_page_alloc snd_timer snd bluetooth mei_me bcma joydev soundcore acpi_cpufreq rfkill mei lpc_ich mfd_core mperf uinput ums_realtek usb_storage i915 nouveau mxm_wmi i2c_algo_bit drm_kms_helper ttm drm r8169 mii i2c_core wmi video sunrpc
CPU: 3 PID: 10413 Comm: kworker/u8:81 Not tainted 3.11.4-101.fc18.x86_64 #1
Hardware name: Dell Inc. Inspiron N5110/0FXK2Y, BIOS A11 08/03/2012
Workqueue: events_unbound async_run_entry_fn
 0000000000000009 ffff8801af461af8 ffffffff81666106 0000000000000000
 ffff8801af461b48 ffff8801af461b38 ffffffff810695ec 00000000ffffffff
 ffff88019fe1ed88 0000000000000001 0000000000000282 ffff88019fe1ed88
Call Trace:
 [<ffffffff81666106>] dump_stack+0x46/0x58
 [<ffffffff810695ec>] warn_slowpath_common+0x8c/0xc0
 [<ffffffff810696d6>] warn_slowpath_fmt+0x46/0x50
 [<ffffffff81322b83>] __list_del_entry+0x63/0xd0
 [<ffffffff81322c01>] list_del+0x11/0x40
 [<ffffffffa0147bc6>] nouveau_event_put_locked+0x36/0x40 [nouveau]
 [<ffffffffa0147c12>] nouveau_event_put+0x42/0x60 [nouveau]
 [<ffffffffa01b348e>] nouveau_display_fini+0x8e/0xc0 [nouveau]
 [<ffffffffa01b3b38>] nouveau_display_suspend+0x28/0xd0 [nouveau]
 [<ffffffff8133ce10>] ? pci_pm_restore_noirq+0xd0/0xd0
 [<ffffffffa01a2649>] nouveau_do_suspend+0x79/0x250 [nouveau]
 [<ffffffff8133ce10>] ? pci_pm_restore_noirq+0xd0/0xd0
 [<ffffffffa01a2836>] nouveau_pmops_freeze+0x16/0x20 [nouveau]
 [<ffffffff8133ce65>] pci_pm_freeze+0x55/0xc0
 [<ffffffff81410040>] ? device_pm_wait_for_dev+0x30/0x30
 [<ffffffff81410398>] dpm_run_callback+0x58/0x90
 [<ffffffff814104bb>] __device_suspend+0xeb/0x280
 [<ffffffff81410eff>] async_suspend+0x1f/0xa0
 [<ffffffff81092666>] async_run_entry_fn+0x46/0x140
 [<ffffffff8108390a>] process_one_work+0x17a/0x400
 [<ffffffff81084d7c>] worker_thread+0x11c/0x370
 [<ffffffff81084c60>] ? manage_workers.isra.21+0x2b0/0x2b0
 [<ffffffff8108b3d0>] kthread+0xc0/0xd0
 [<ffffffff81010000>] ? perf_trace_xen_mc_callback+0xb0/0xe0
 [<ffffffff8108b310>] ? kthread_create_on_node+0x120/0x120
 [<ffffffff816751ec>] ret_from_fork+0x7c/0xb0
 [<ffffffff8108b310>] ? kthread_create_on_node+0x120/0x120

Potential duplicate: bug 994845

Comment 1 Rahul Chowdhury 2013-12-17 09:55:55 UTC
Created attachment 837617 [details]
File: dmesg

Comment 2 Fedora End Of Life 2013-12-21 14:49:50 UTC
This message is a reminder that Fedora 18 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 18. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '18'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 18's end of life.

Thank you for reporting this issue and we are sorry that we may not be 
able to fix it before Fedora 18 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior to Fedora 18's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 3 Fedora End Of Life 2014-02-05 22:36:17 UTC
Fedora 18 changed to end-of-life (EOL) status on 2014-01-14. Fedora 18 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.