Bug 1017260

Summary: [abrt] list_del corruption. next->prev should be ffff880037663ef8, but was ffffffff82a71ff8
Product: [Fedora] Fedora Reporter: Frank Murphy <frankly3d>
Component: satyrAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: abrt-devel-list, gansalmon, itamar, jfilak, jmoskovc, jonathan, kernel-maint, madhu.chinakonda, marcelo.barbosa, mmilata
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:3db7996e285668b5caaac2a9eefc746d77501465
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-09 15:19:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: dmesg none

Description Frank Murphy 2013-10-09 14:01:57 UTC
Description of problem:
Testing new version of satyr. pleae ignore, using box I know will oops

Additional info:
reporter:       libreport-2.1.7
list_del corruption. next->prev should be ffff880037663ef8, but was ffffffff82a71ff8
Modules linked in: nf_conntrack_netbios_ns nf_conntrack_broadcast ipt_MASQUERADE ip6table_mangle ip6table_security ip6table_raw ip6t_REJECT iptable_nat nf_nat_ipv4 iptable_mangle iptable_security iptable_raw nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack ebtable_filter ebtables ip6table_filter ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 nf_nat nf_conntrack ip6_tables iTCO_wdt iTCO_vendor_support coretemp microcode serio_raw i2c_i801 nouveau r8169 lpc_ich mxm_wmi mii mfd_core wmi video i2c_algo_bit ttm drm_kms_helper drm i2c_core shpchp mperf nfsd auth_rpcgss nfs_acl lockd sunrpc dm_crypt sata_promise usb_storage [last unloaded: llc]
CPU: 0 PID: 2835 Comm: systemd-udevd Not tainted 3.11.3-301.fc20.x86_64+debug #1
Hardware name: MICRO-STAR INTERNATIONAL CO.,LTD P35 Platinum(MS-7345)/P35 Platinum(MS-7345), BIOS V1.12 12/30/2009
 0000000000000009 ffff880037663db8 ffffffff8172827c ffff880037663e00
 ffff880037663df0 ffffffff8107458d ffff880037663ef8 0000000000000000
 ffff88008d3ca4b0 0000000000000000 ffff88020b0d1208 ffff880037663e50
Call Trace:
 [<ffffffff8172827c>] dump_stack+0x54/0x74
 [<ffffffff8107458d>] warn_slowpath_common+0x7d/0xa0
 [<ffffffff810745fc>] warn_slowpath_fmt+0x4c/0x50
 [<ffffffff81385142>] __list_del_entry+0x82/0xd0
 [<ffffffff8138519d>] list_del+0xd/0x30
 [<ffffffff81240939>] ep_poll+0x339/0x3e0
 [<ffffffff810b3f60>] ? wake_up_state+0x20/0x20
 [<ffffffff81241aa5>] SyS_epoll_wait+0xd5/0x100
 [<ffffffff8173b599>] system_call_fastpath+0x16/0x1b

Comment 1 Frank Murphy 2013-10-09 14:02:04 UTC
Created attachment 809977 [details]
File: dmesg

Comment 2 Frank Murphy 2013-10-09 14:06:59 UTC
Reference bz #1016642

Comment 3 Frank Murphy 2013-10-09 14:07:46 UTC
Those fixes worked.

Comment 4 Martin Milata 2013-10-09 15:19:48 UTC
Thank you!