Exception raised when detached from terminal

Bug #371586 reported by Marian
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tekka IRC client
Fix Released
Low
Marian

Bug Description

Caught the attached exception if tekka is detached from terminal and the terminal was closed.
It seems that DBus wants to write it's exceptions to stderr but stderr is invalid.

Revision history for this message
Marian (nemo-ikkoku) wrote :
Revision history for this message
Marian (nemo-ikkoku) wrote :

Some code to analyze the problem (execute in debug dialog):
import sys
from helper.iowatch import IOWatch
def handle(msg):
    f = file("foo.log","a+")
    f.write(msg)
    f.close()
sys.stderr = IOWatch([handle])

Revision history for this message
Marian (nemo-ikkoku) wrote :

Should be fixed in e428c4e273c02996160cf69f37affc8283994005

Changed in sushi.tekka:
assignee: nobody → Marian Tietz (nemo-ikkoku)
milestone: none → 1.1.0
status: New → Fix Committed
Michael Kuhn (suraia)
Changed in sushi.tekka:
importance: Undecided → Low
Michael Kuhn (suraia)
Changed in sushi.tekka:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.