Bug 1207572 - [abrt] yum: config.py:27:<module>:ValueError: bad marshal data (unknown type code)
Summary: [abrt] yum: config.py:27:<module>:ValueError: bad marshal data (unknown type ...
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: 22
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:8f85add93bcc710ef18f866a681...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-03-31 08:34 UTC by jan p. springer
Modified: 2019-11-26 12:00 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-07-19 13:18:39 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (6.60 KB, text/plain)
2015-03-31 08:34 UTC, jan p. springer
no flags Details
File: environ (2.48 KB, text/plain)
2015-03-31 08:34 UTC, jan p. springer
no flags Details

Description jan p. springer 2015-03-31 08:34:51 UTC
Version-Release number of selected component:
yum-3.4.3-155.fc22

Additional info:
reporter:       libreport-2.5.0
cmdline:        /usr/bin/python /bin/yum reinstall abrt-*
executable:     /bin/yum
kernel:         4.0.0-0.rc5.git4.1.fc22.x86_64
runlevel:       N 5
type:           Python
uid:            0

Truncated backtrace:
#1 <module> in /usr/lib/python2.7/site-packages/yum/config.py:27
#2 <module> in /usr/lib/python2.7/site-packages/yum/__init__.py:59
#3 <module> in /bin/yum:4

Comment 1 jan p. springer 2015-03-31 08:34:54 UTC
Created attachment 1008887 [details]
File: backtrace

Comment 2 jan p. springer 2015-03-31 08:34:55 UTC
Created attachment 1008888 [details]
File: environ

Comment 3 Fedora End Of Life 2016-07-19 13:18:39 UTC
Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 4 Oleg Kochkin 2019-11-26 12:00:33 UTC
A similar situation in Fedora 31. After loading the OS, python applications do not start.

# dnf
Traceback (most recent call last):
  File "/bin/dnf", line 57, in <module>
    from dnf.cli import main
  File "/usr/lib/python3.7/site-packages/dnf/__init__.py", line 30, in <module>
    import dnf.base
  File "/usr/lib/python3.7/site-packages/dnf/base.py", line 45, in <module>
    import dnf.conf.read
  File "/usr/lib/python3.7/site-packages/dnf/conf/read.py", line 27, in <module>
    import dnf.repo
  File "/usr/lib/python3.7/site-packages/dnf/repo.py", line 32, in <module>
    import dnf.logging
  File "/usr/lib/python3.7/site-packages/dnf/logging.py", line 29, in <module>
    import logging.handlers
  File "/usr/lib64/python3.7/logging/handlers.py", line 26, in <module>
    import logging, socket, os, pickle, struct, time, re
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 724, in exec_module
  File "<frozen importlib._bootstrap_external>", line 857, in get_code
  File "<frozen importlib._bootstrap_external>", line 525, in _compile_bytecode
ValueError: bad marshal data (unknown type code)

Fixed by deleting all files in directory "/usr/lib64/python3.7/__pycache__"


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