Bug 1058158

Summary: [abrt] yum-utils: misc.py:1018:write:IOError: [Errno 5] Input/output error
Product: [Fedora] Fedora Reporter: Rahul Chowdhury <rahulc93>
Component: yum-utilsAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: admiller, packaging-team-maint, tim.lauridsen, zpavlas
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/476a6ecc88784884500566aeba802abd1e30b451
Whiteboard: abrt_hash:7372f298911aa3eb7708b7168a7086db14845579
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-27 08:34:21 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: environ none

Description Rahul Chowdhury 2014-01-27 06:20:44 UTC
Version-Release number of selected component:
yum-utils-1.1.31-20.fc20

Additional info:
reporter:       libreport-2.1.11
cmdline:        /usr/bin/python -tt /sbin/yum-complete-transaction
dso_list:       yum-3.4.3-132.fc20.noarch
executable:     /sbin/yum-complete-transaction
kernel:         3.12.8-300.fc20.x86_64
runlevel:       N 5
type:           Python
uid:            0

Truncated backtrace:
misc.py:1018:write:IOError: [Errno 5] Input/output error

Traceback (most recent call last):
  File "/sbin/yum-complete-transaction", line 266, in <module>
    util = YumCompleteTransaction()
  File "/sbin/yum-complete-transaction", line 119, in __init__
    try: self.main()
  File "/sbin/yum-complete-transaction", line 188, in main
    print "There are %d outstanding transactions to complete. Finishing the most recent one" % len(times)
  File "/usr/lib/python2.7/site-packages/yum/misc.py", line 1018, in write
    self.stream.write(s)
IOError: [Errno 5] Input/output error

Local variables in innermost frame:
s: '\n'
self: <open file '<stdout>', mode 'w' at 0x7ffb81976150>

Comment 1 Rahul Chowdhury 2014-01-27 06:20:52 UTC
Created attachment 855929 [details]
File: backtrace

Comment 2 Rahul Chowdhury 2014-01-27 06:20:55 UTC
Created attachment 855930 [details]
File: environ

Comment 3 Zdeněk Pavlas 2014-01-27 08:34:21 UTC
The user has probably closed the terminal window before yum-complete-transaction finished.