Comment 4 for bug 377489

Revision history for this message
Brian May (brian-microcomaustralia) wrote :

Most of the time it has crashed I haven't looked at the log file. Two out of two times when I looked, there was this error at the end.

Sometimes it will crash multiple times repeatedly, then it will work multiple times repeatedly. At one point I thought I had fixed the problem, then it started crashing again.

It seems to happen when exiting an application {live tv, recorded tv, image gallery} and go back to the menu.

I changed the .xsession so I won't lose details if/when it happens again:

=== cut ===
#!/bin/sh
xset +dpms
while true
do
 mythfrontend > "/tmp/mythtv-`date +%Y%m%d_%H%M%S`.log" 2>&1
done
=== cut ===

Brian May