Bug 1529895

Summary: [abrt] dnfdragora: __call__(): __init__.py:187:__call__:RecursionError: maximum recursion depth exceeded while calling a Python object
Product: [Fedora] Fedora Reporter: Eduardo Medina <edu.rm.85>
Component: dnfdragoraAssignee: Björn Esser (besser82) <besser82>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 27CC: besser82, leigh123linux, lupinix.fedora, ngompa13
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/9d4e486458d5c1959fd7fe83cb44750c775665b1
Whiteboard: abrt_hash:262ebebddb185f587828b18971bb75267085070a;
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-12-30 23:12:15 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: cpuinfo
none
File: environ
none
File: mountinfo
none
File: namespaces
none
File: open_fds none

Description Eduardo Medina 2017-12-30 23:11:58 UTC
Description of problem:
I was trying to install some codecs to improve the support for Firefox. After selecting some packages, the application crashed after starting the installation process of the packages.

Version-Release number of selected component:
dnfdragora-1.0.1-6.git20170505.2a3b056.fc27

Additional info:
reporter:       libreport-2.9.3
cmdline:        /usr/bin/python3 /usr/bin/dnfdragora
crash_function: __call__
exception_type: RecursionError
executable:     /usr/bin/dnfdragora
kernel:         4.14.8-300.fc27.x86_64
runlevel:       N 5
type:           Python3
uid:            1000

Truncated backtrace:
__init__.py:187:__call__:RecursionError: maximum recursion depth exceeded while calling a Python object

Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnfdaemon/client/__init__.py", line 187, in __call__
    return getattr(self.proxy, self.method)(*args)
RecursionError: maximum recursion depth exceeded while calling a Python object

Local variables in innermost frame:
args: (<Gio.DBusProxy object at 0x7f3a53ddb1f8 (GDBusProxy at 0x5565754e4680)>, ':1.64', 'DownloadProgress', GLib.Variant('(sddi)', ('fluid-soundfont-gm-3.1-17.fc27.noarch.rpm', 0.85255109874669477, 0.86001638572764039, 22)))
self: <dnfdaemon.client.WeakMethod object at 0x7f3a53dc1e48>

This is a private, duplicate bug report of bug 1463906. The report has been created because Bugzilla cannot grant access to a comment for a specific group.

Comment 1 Eduardo Medina 2017-12-30 23:12:04 UTC
Created attachment 1374695 [details]
File: backtrace

Comment 2 Eduardo Medina 2017-12-30 23:12:06 UTC
Created attachment 1374696 [details]
File: cgroup

Comment 3 Eduardo Medina 2017-12-30 23:12:07 UTC
Created attachment 1374697 [details]
File: cpuinfo

Comment 4 Eduardo Medina 2017-12-30 23:12:09 UTC
Created attachment 1374698 [details]
File: environ

Comment 5 Eduardo Medina 2017-12-30 23:12:10 UTC
Created attachment 1374699 [details]
File: mountinfo

Comment 6 Eduardo Medina 2017-12-30 23:12:12 UTC
Created attachment 1374700 [details]
File: namespaces

Comment 7 Eduardo Medina 2017-12-30 23:12:13 UTC
Created attachment 1374701 [details]
File: open_fds

Comment 8 Eduardo Medina 2017-12-30 23:12:15 UTC

*** This bug has been marked as a duplicate of bug 1463906 ***

Comment 9 Björn Esser (besser82) 2017-12-31 12:25:44 UTC
Shouldn't happen anymore with the updated version.