IOError (errno 22) invalid argument in trace when stderr is closed
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Using Bazaar Explorer, it became unresponsive. The following error was displayed in the command window:
-------
Failed to decode using utf8, falling back to latin1
Failed to decode using utf8, falling back to latin1
Error in sys.excepthook:
Traceback (most recent call last):
File "C:/Program Files (x86)/Bazaar/
xcepthook
type=
File "C:/Program Files (x86)/Bazaar/
eport_exception
error_type = report_
File "bzrlib\trace.pyo", line 444, in report_exception
File "bzrlib\trace.pyo", line 357, in log_exception_
File "bzrlib\trace.pyo", line 182, in mutter
IOError: [Errno 22] Invalid argument
Original exception was:
Traceback (most recent call last):
File "C:/Program Files (x86)/Bazaar/
80, in do_full_refresh
self.
File "C:/Program Files (x86)/Bazaar/
83, in do_refresh
self.
File "C:/Program Files (x86)/Bazaar/
line 174, in refresh_current
model.
File "C:/Program Files (x86)/Bazaar/
4, in reopen_location
self.location)
File "bzrlib\
ry
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\trace.pyo", line 182, in mutter
IOError: [Errno 22] Invalid argument
-------
The last entry in .bzr.log was as follows, however I do not recall any issue with 'log' itself. It certainly did display the log window. The operation I tried to perform and noticed the crash was just a 'refresh'.
-------
Thu 2010-07-08 17:46:36 +1000
0.038 bazaar version: 2.1.1
0.038 bzr arguments: [u'qlog']
0.047 looking for plugins in C:/Users/
0.048 looking for plugins in C:/Program Files (x86)/Bazaar/
0.194 encoding stdout as sys.stdout encoding 'cp850'
0.657 opening working tree 'C:/dev/
10.006 Transferred: 0KiB (0.0K/s r:0K w:0K)
10.006 return code 0
-------
QBzr 0.18.4
bzrlib 2.1.1
PyQt 4.4.3
Qt 4.4.1
Phython 2.5.4
bzrtools 2.1.0
explorer 1.01
System: Windows 7 Pro 64bit
tags: | added: check-for-breezy |
File "bzrlib\trace.pyo", line 182, in mutter
IOError: [Errno 22] Invalid argument:
Looks like the problem with console or stderr?