[mythtv] Re: mythmusic and LCDd segfault without LCDd OK

Eskil Heyn Olsen eskil at eskil.org
Thu Jan 13 18:56:44 EST 2005


I have a patch for that, but it's no ready for consumption (it has other
LCD related patches).

But around line 469 and 548, there is code like ;

if (class LCD * lcd = LCD::Get ()) {
... stuff that uses curMeta ...
}

curMeta is null sometimes, hence the crash. Quickfix is to do

if (curMeta) if (class LCD * lcd = ...

to get it up and running again.

---
eskil



More information about the mythtv-dev mailing list