Bug 749989

Summary: [abrt] yumex-3.0.4-1.fc16: pickle.py:880:load_eof:EOFError
Product: [Fedora] Fedora Reporter: Raphael Groner <projects.rg>
Component: yumexAssignee: Tim Lauridsen <tla>
Status: CLOSED CANTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: nikolayboychev, tla
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:549594fb169ebd2a8acff3d4581d95c9ba46d35d
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-06 13:50:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Raphael Groner 2011-10-29 15:06:56 UTC
libreport version: 2.0.6
abrt_version:   2.0.4.981
cmdline:        /usr/bin/python /usr/share/yumex/yumex.pyc
comment:        reenabled repository "updates"
executable:     /usr/share/yumex/yumex.pyc
kernel:         3.1.0-1.fc16.x86_64
reason:         pickle.py:880:load_eof:EOFError
time:           Sat Oct 29 17:05:45 2011
uid:            1000
username:       raphael

backtrace:
:pickle.py:880:load_eof:EOFError
:
:Traceback (most recent call last):
:  File "/usr/lib/python2.7/site-packages/yumexgui/__init__.py", line 1231, in on_packageView_cursor_changed
:    self.packageInfo.update(pkg)
:  File "/usr/lib/python2.7/site-packages/yumexgui/gui.py", line 255, in update
:    self.update_console(key)
:  File "/usr/lib/python2.7/site-packages/yumexgui/gui.py", line 292, in update_console
:    self.show_changelog()
:  File "/usr/lib/python2.7/site-packages/yumexgui/gui.py", line 404, in show_changelog
:    changelog = self.pkg.changelog
:  File "/usr/lib/python2.7/site-packages/yumexbackend/__init__.py", line 210, in changelog
:    return self.backend.get_changelog(self.id, 4)
:  File "/usr/lib/python2.7/site-packages/yumexbackend/yum_client.py", line 648, in get_changelog
:    return unpack(args[0])
:  File "/usr/lib/python2.7/site-packages/yumexbackend/__init__.py", line 462, in unpack
:    return pickle.loads(base64.b64decode(value))
:  File "/usr/lib64/python2.7/pickle.py", line 1382, in loads
:    return Unpickler(file).load()
:  File "/usr/lib64/python2.7/pickle.py", line 858, in load
:    dispatch[key](self)
:  File "/usr/lib64/python2.7/pickle.py", line 880, in load_eof
:    raise EOFError
:EOFError
:
:Local variables in innermost frame:
:self: <pickle.Unpickler instance at 0x29f7cb0>

Comment 1 Tim Lauridsen 2012-06-06 13:50:51 UTC
Looks like some strange error in the python stack.

Can't fix that in yumex, If you can reproduce it in current yumex/python then please reopen with description how to reproduce it :)