Bug 1103934 - [abrt] pybliographer: pybliographer:194:<module>:ValueError: I/O operation on closed file
Summary: [abrt] pybliographer: pybliographer:194:<module>:ValueError: I/O operation on...
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: pybliographer
Version: 20
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Zoltan Kota
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:3ad5cdeb42f9f83d254a1107a09...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-06-02 23:42 UTC by Zach Ploskey
Modified: 2014-11-19 08:39 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-11-19 08:39:39 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (5.12 KB, text/plain)
2014-06-02 23:43 UTC, Zach Ploskey
no flags Details
File: environ (2.86 KB, text/plain)
2014-06-02 23:43 UTC, Zach Ploskey
no flags Details

Description Zach Ploskey 2014-06-02 23:42:57 UTC
Description of problem:
Pybliographer command prompt crashes with a value error if you enter "exit()" at the prompt.
The same error happens if you enter "quit()" instead of "quit".

ValueError: I/O operation on closed file

What follows is the shell output for the session that produces this error:

$ pybliographer
This is pybliographer, version 1.2.16
Copyright (C) 1998-2004 Frederic GOBRY
This is free software with ABSOLUTELY NO WARRANTY.
For details, type `warranty'.
Useful commands:
	help     to get some help
	quit     to quit

>> exit()
Traceback (most recent call last):
  File "/usr/bin/pybliographer", line 235, in <module>
    exec (user, user_global)
  File "<input>", line 2, in <module>
  File "/usr/lib64/python2.7/site.py", line 364, in __call__
    raise SystemExit(code)
SystemExit: None
>> Traceback (most recent call last):
  File "/usr/bin/pybliographer", line 194, in <module>
    line = raw_input (prompt)
ValueError: I/O operation on closed file

Version-Release number of selected component:
pybliographer-1.2.16-1.fc20

Additional info:
reporter:       libreport-2.2.2
cmdline:        /usr/bin/python /usr/bin/pybliographer
executable:     /usr/bin/pybliographer
kernel:         3.14.4-200.fc20.x86_64
runlevel:       N 5
type:           Python
uid:            1000

Truncated backtrace:
#1 <module> in /usr/bin/pybliographer:194

Comment 1 Zach Ploskey 2014-06-02 23:43:01 UTC
Created attachment 901548 [details]
File: backtrace

Comment 2 Zach Ploskey 2014-06-02 23:43:02 UTC
Created attachment 901549 [details]
File: environ

Comment 3 Zoltan Kota 2014-11-19 08:39:39 UTC
The issue is fixed upstream.


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