Bug 1007098 - [abrt] yum-3.4.3-54.fc18: __init__.py:2069:_lock:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 36: ordinal not in range(128)
Summary: [abrt] yum-3.4.3-54.fc18: __init__.py:2069:_lock:UnicodeDecodeError: 'ascii' ...
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: 18
Hardware: i686
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:76efc4e54f0d7972560af596185...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-11 22:18 UTC by cryogenium
Modified: 2013-09-12 07:52 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-12 07:52:53 UTC
Type: ---


Attachments (Terms of Use)
File: backtrace (1.01 KB, text/plain)
2013-09-11 22:18 UTC, cryogenium
no flags Details
File: environ (1.25 KB, text/plain)
2013-09-11 22:18 UTC, cryogenium
no flags Details

Description cryogenium 2013-09-11 22:18:33 UTC
Version-Release number of selected component:
yum-3.4.3-54.fc18

Additional info:
reporter:       libreport-2.1.6
cmdline:        /usr/bin/python /bin/yum --enablerepo=* clean all
executable:     /bin/yum
kernel:         3.10.10-100.fc18.i686.PAE
runlevel:       N 5
type:           Python
uid:            1000

Truncated backtrace:
__init__.py:2069:_lock:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 36: ordinal not in range(128)

Traceback (most recent call last):
  File "/bin/yum", line 29, in <module>
    yummain.user_main(sys.argv[1:], exit_code=True)
  File "/usr/share/yum-cli/yummain.py", line 319, in user_main
    errcode = main(args)
  File "/usr/share/yum-cli/yummain.py", line 124, in main
    base.doLock()
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 2011, in doLock
    while not self._lock(lockfile, mypid, 0644):
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 2069, in _lock
    errmsg = _('Could not create lock at %s: %s ') % (filename, str(msg))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 36: ordinal not in range(128)

Local variables in innermost frame:
filename: '/var/tmp/yum-mikko-wTKdmZ/i386/18/yum.pid'
fd: 5
lockdir: '/var/tmp/yum-mikko-wTKdmZ/i386/18'
msg: OSError(28, 'Laitteella ei ole tilaa j\xc3\xa4ljell\xc3\xa4')
contents: '1704'
mode: 420

Comment 1 cryogenium 2013-09-11 22:18:38 UTC
Created attachment 796553 [details]
File: backtrace

Comment 2 cryogenium 2013-09-11 22:18:41 UTC
Created attachment 796554 [details]
File: environ

Comment 3 Zdeněk Pavlas 2013-09-12 07:52:53 UTC
Your disk is full. The traceback has been already fixed in F19.. Sorry, f18 is too old for rebase and it's not worth backporting.

commit afdf914297957b2aa4063f065b3d5b3d0311d1f5
Author: Zdenek Pavlas <zpavlas>
Date:   Mon Jan 14 14:01:13 2013 +0100

    _lock(): yet another exception2msg fix


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