Bug 1181383

Summary: [abrt] dnf: PyFunction_New(): python2.7 killed by SIGSEGV
Product: [Fedora] Fedora Reporter: mdmpsyd <mdmpsyd>
Component: dnfAssignee: 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: 21CC: akozumpl, jsilhan, mdmpsyd, mluscon, packaging-team-maint, pnemade, rholy, tim.lauridsen
Target Milestone: ---Flags: jsilhan: needinfo?
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/ecdc3d5b11309417c7b640e6b783f2e2ff9aeaf7
Whiteboard: abrt_hash:94aea4c1fe501dba183e685b75de235af04fd619
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-21 12:08:34 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: 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 mdmpsyd@gmail.com 2015-01-13 03:19:37 UTC
Version-Release number of selected component:
dnf-0.6.3-2.fc21

Additional info:
reporter:       libreport-2.3.0
backtrace_rating: 4
cmdline:        /usr/bin/python -OO /usr/bin/dnf -v makecache timer
crash_function: PyFunction_New
executable:     /usr/bin/python2.7
kernel:         3.17.7-300.fc21.x86_64
runlevel:       N 5
type:           CCpp
uid:            0

Truncated backtrace:
Thread no. 1 (10 frames)
 #0 PyFunction_New at /usr/src/debug/Python-2.7.8/Objects/funcobject.c:25
 #1 PyEval_EvalFrameEx at /usr/src/debug/Python-2.7.8/Python/ceval.c:2809
 #2 PyEval_EvalCodeEx at /usr/src/debug/Python-2.7.8/Python/ceval.c:3342
 #3 fast_function at /usr/src/debug/Python-2.7.8/Python/ceval.c:4206
 #4 call_function at /usr/src/debug/Python-2.7.8/Python/ceval.c:4131
 #5 PyEval_EvalFrameEx at /usr/src/debug/Python-2.7.8/Python/ceval.c:2753
 #6 PyEval_EvalCodeEx at /usr/src/debug/Python-2.7.8/Python/ceval.c:3342
 #7 fast_function at /usr/src/debug/Python-2.7.8/Python/ceval.c:4206
 #8 call_function at /usr/src/debug/Python-2.7.8/Python/ceval.c:4131
 #9 PyEval_EvalFrameEx at /usr/src/debug/Python-2.7.8/Python/ceval.c:2753

Comment 1 mdmpsyd@gmail.com 2015-01-13 03:19:41 UTC
Created attachment 979442 [details]
File: backtrace

Comment 2 mdmpsyd@gmail.com 2015-01-13 03:19:42 UTC
Created attachment 979443 [details]
File: cgroup

Comment 3 mdmpsyd@gmail.com 2015-01-13 03:19:43 UTC
Created attachment 979444 [details]
File: core_backtrace

Comment 4 mdmpsyd@gmail.com 2015-01-13 03:19:45 UTC
Created attachment 979445 [details]
File: dso_list

Comment 5 mdmpsyd@gmail.com 2015-01-13 03:19:45 UTC
Created attachment 979446 [details]
File: environ

Comment 6 mdmpsyd@gmail.com 2015-01-13 03:19:47 UTC
Created attachment 979447 [details]
File: exploitable

Comment 7 mdmpsyd@gmail.com 2015-01-13 03:19:48 UTC
Created attachment 979448 [details]
File: limits

Comment 8 mdmpsyd@gmail.com 2015-01-13 03:19:50 UTC
Created attachment 979449 [details]
File: maps

Comment 9 mdmpsyd@gmail.com 2015-01-13 03:19:51 UTC
Created attachment 979450 [details]
File: open_fds

Comment 10 mdmpsyd@gmail.com 2015-01-13 03:19:52 UTC
Created attachment 979451 [details]
File: proc_pid_status

Comment 11 mdmpsyd@gmail.com 2015-01-13 03:19:54 UTC
Created attachment 979452 [details]
File: var_log_messages

Comment 12 Honza Silhan 2015-01-15 19:38:47 UTC
Thanks for the report. Do you use dnf? Can you run `dnf -v makecache timer`, please? Did it crash again?

Comment 13 Honza Silhan 2015-01-15 19:40:56 UTC
*** Bug 1181384 has been marked as a duplicate of this bug. ***

Comment 14 Honza Silhan 2015-01-21 12:08:34 UTC
I talked to libreport maintainer and he said that this backtrace was useless. We can't find where in DNF it failed. `PyEval_EvalCodeEx` should have pointed to python file.