Bug 1351086 - [abrt] dnf: __init__.py:1521:isEnabledFor:SystemError: PyEval_EvalFrameEx returned a result with an error set
Summary: [abrt] dnf: __init__.py:1521:isEnabledFor:SystemError: PyEval_EvalFrameEx ret...
Keywords:
Status: CLOSED DUPLICATE of bug 1371372
Alias: None
Product: Fedora
Classification: Fedora
Component: python3
Version: rawhide
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Charalampos Stratakis
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:1d1ba10c0e51e86be36770770d5...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-06-29 08:02 UTC by Mustafa Muhammad
Modified: 2016-11-28 14:49 UTC (History)
19 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-07-11 11:45:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: _var_log_dnf.log (418.07 KB, text/plain)
2016-06-29 08:02 UTC, Mustafa Muhammad
no flags Details
File: backtrace (2.25 KB, text/plain)
2016-06-29 08:02 UTC, Mustafa Muhammad
no flags Details
File: dnf-makecache.log (684 bytes, text/plain)
2016-06-29 08:02 UTC, Mustafa Muhammad
no flags Details
File: environ (3.62 KB, text/plain)
2016-06-29 08:02 UTC, Mustafa Muhammad
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1351420 1 None None None 2021-01-20 06:05:38 UTC

Internal Links: 1351420

Description Mustafa Muhammad 2016-06-29 08:02:20 UTC
Version-Release number of selected component:
dnf-1.1.9-2.fc25

Additional info:
reporter:       libreport-2.7.1
cmdline:        /usr/bin/python3 /usr/bin/dnf debuginfo-install
executable:     /usr/bin/dnf
kernel:         4.7.0-0.rc4.git3.1.fc25.x86_64
pkg_vendor:     Fedora Project
reproducible:   Not sure how to reproduce the problem
runlevel:       N 5
type:           Python3
uid:            0

Truncated backtrace:
__init__.py:1521:isEnabledFor:SystemError: PyEval_EvalFrameEx returned a result with an error set

OSError: [Errno 5] Input/output error

During handling of the above exception, another exception occurred:

SystemError: PyEval_EvalFrameEx returned a result with an error set

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/dnf", line 58, in <module>
    main.user_main(sys.argv[1:], exit_code=True)
  File "/usr/lib/python3.5/site-packages/dnf/cli/main.py", line 174, in user_main
    errcode = main(args)
  File "/usr/lib/python3.5/site-packages/dnf/cli/main.py", line 60, in main
    return _main(base, args)
  File "/usr/lib/python3.5/site-packages/dnf/cli/main.py", line 112, in _main
    cli.run()
  File "/usr/lib/python3.5/site-packages/dnf/cli/cli.py", line 1095, in run
    self._process_demands()
  File "/usr/lib/python3.5/site-packages/dnf/cli/cli.py", line 810, in _process_demands
    load_available_repos=lar)
  File "/usr/lib/python3.5/site-packages/dnf/base.py", line 239, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.5/site-packages/dnf/base.py", line 111, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.5/site-packages/dnf/repo.py", line 835, in load
    self._handle_load(handle)
  File "/usr/lib/python3.5/site-packages/dnf/repo.py", line 590, in _handle_load
    return self._handle_load_core(handle)
  File "/usr/lib/python3.5/site-packages/dnf/repo.py", line 603, in _handle_load_core
    result = handle.perform()
  File "/usr/lib/python3.5/site-packages/dnf/repo.py", line 226, in perform
    return super(_Handle, self).perform(result)
  File "/usr/lib64/python3.5/site-packages/librepo/__init__.py", line 1506, in perform
    _librepo.Handle.perform(self, result)
  File "/usr/lib/python3.5/site-packages/dnf/repo.py", line 422, in _mirror_failure_cb
    logger.debug(msg)
  File "/usr/lib64/python3.5/logging/__init__.py", line 1266, in debug
    if self.isEnabledFor(DEBUG):
  File "/usr/lib64/python3.5/logging/__init__.py", line 1521, in isEnabledFor
    return level >= self.getEffectiveLevel()
SystemError: PyEval_EvalFrameEx returned a result with an error set

Local variables in innermost frame:
level: 10
self: <logging.Logger object at 0x7f63a318c240>

Comment 1 Mustafa Muhammad 2016-06-29 08:02:28 UTC
Created attachment 1173713 [details]
File: _var_log_dnf.log

Comment 2 Mustafa Muhammad 2016-06-29 08:02:30 UTC
Created attachment 1173714 [details]
File: backtrace

Comment 3 Mustafa Muhammad 2016-06-29 08:02:32 UTC
Created attachment 1173715 [details]
File: dnf-makecache.log

Comment 4 Mustafa Muhammad 2016-06-29 08:02:33 UTC
Created attachment 1173716 [details]
File: environ

Comment 5 Honza Silhan 2016-07-04 11:24:20 UTC
thanks for the report. Is it possible you have the full hard disk on your machine? Can you reproduce it anytime?

Comment 6 Mustafa Muhammad 2016-07-04 11:34:15 UTC
Don't think the disk was full, I repeated the operation successfully.
And I can't reproduce, I "think" I was erasing packages in a terminal and installing in another, and the installation waited for the removal to complete.
Not really sure.

I am not authorized to see that bug.

Comment 7 Fedora Admin XMLRPC Client 2016-07-08 09:26:29 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 8 Igor Gnatenko 2016-08-31 05:16:14 UTC
*** Bug 1371771 has been marked as a duplicate of this bug. ***

Comment 9 Igor Gnatenko 2016-11-28 14:27:54 UTC
*** Bug 1398081 has been marked as a duplicate of this bug. ***

Comment 10 Igor Gnatenko 2016-11-28 14:28:54 UTC
*** Bug 1394893 has been marked as a duplicate of this bug. ***

Comment 11 Igor Gnatenko 2016-11-28 14:49:53 UTC

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


Note You need to log in before you can comment on or make changes to this bug.