Bug 1011700

Summary: [abrt] yum-3.4.3-54.fc18: Process /usr/bin/python2.7 was killed by signal 11 (SIGSEGV)
Product: [Fedora] Fedora Reporter: Sean Ward <skillicorn>
Component: yumAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: admiller, ffesti, firas.alkafri, packaging-team-maint, zpavlas
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
Whiteboard: abrt_hash:bb4a7c9312ad1900f3259ea2bb1e85a2195a165b
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-25 09:16:20 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: backtrace
none
File: cgroup
none
File: core_backtrace
none
File: dso_list
none
File: environ
none
File: exploitable
none
File: limits
none
File: maps
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description Sean Ward 2013-09-24 21:19:12 UTC
Description of problem:
#yum install -y vim

Version-Release number of selected component:
yum-3.4.3-54.fc18

Additional info:
reporter:       libreport-2.1.6
backtrace_rating: 3
cmdline:        /usr/bin/python /usr/bin/yum install -y vim
executable:     /usr/bin/python2.7
kernel:         3.10.12-100.fc18.i686.PAE
runlevel:       N 5
uid:            0

Truncated backtrace:
Thread no. 1 (6 frames)
 #0 ??
 #1 subtract_refs at /usr/src/debug/Python-2.7.3/Modules/gcmodule.c:345
 #2 collect at /usr/src/debug/Python-2.7.3/Modules/gcmodule.c:874
 #3 PyGC_Collect at /usr/src/debug/Python-2.7.3/Modules/gcmodule.c:1386
 #4 Py_Finalize at /usr/src/debug/Python-2.7.3/Python/pythonrun.c:444
 #6 Py_Main at /usr/src/debug/Python-2.7.3/Modules/main.c:664

Comment 1 Sean Ward 2013-09-24 21:19:16 UTC
Created attachment 802486 [details]
File: backtrace

Comment 2 Sean Ward 2013-09-24 21:19:19 UTC
Created attachment 802487 [details]
File: cgroup

Comment 3 Sean Ward 2013-09-24 21:19:22 UTC
Created attachment 802488 [details]
File: core_backtrace

Comment 4 Sean Ward 2013-09-24 21:19:26 UTC
Created attachment 802489 [details]
File: dso_list

Comment 5 Sean Ward 2013-09-24 21:19:29 UTC
Created attachment 802490 [details]
File: environ

Comment 6 Sean Ward 2013-09-24 21:19:33 UTC
Created attachment 802491 [details]
File: exploitable

Comment 7 Sean Ward 2013-09-24 21:19:37 UTC
Created attachment 802492 [details]
File: limits

Comment 8 Sean Ward 2013-09-24 21:19:40 UTC
Created attachment 802493 [details]
File: maps

Comment 9 Sean Ward 2013-09-24 21:19:43 UTC
Created attachment 802494 [details]
File: open_fds

Comment 10 Sean Ward 2013-09-24 21:19:48 UTC
Created attachment 802495 [details]
File: proc_pid_status

Comment 11 Sean Ward 2013-09-24 21:19:52 UTC
Created attachment 802496 [details]
File: var_log_messages

Comment 12 Zdeněk Pavlas 2013-09-25 09:16:20 UTC
subtract_refs() called ->tp_traverse function slot that contained NULL. Probably the type pointer of some Python container was corrupted.  Please reopen if you can reproduce.