See attachments. I am adding a blocker to the stabilization bug but this happens on a not-stable system. I can't test on a stable x86 atm. So please remove the blocker if it is none. My /etc/lcd-stuff.conf: [rss] interval=300 number_of_feeds=1 url1=http://www.tagesschau.de/newsticker.rdf items1=10 name1=Tagesschau [weather] name=Wetter interval=3600 citycode=GMXX0069 [mpd] name=Music server=localhost port=6600 timeout=30 After removing the mpd section lcd-stuff works.
Created attachment 118524 [details] lcd-stuff output and bt
Created attachment 118526 [details] emerge --info
This seems to be a libmpd bug.
Created attachment 118805 [details, diff] Patch to fix mpd-related crashes Ok, turns out it is NOT a bug in libmpd. lcd-stuff is freeing some internal members of a libmpd struct without NULLing appropriate pointers. Patch attached.
(In reply to comment #4) > Ok, turns out it is NOT a bug in libmpd. lcd-stuff is freeing some internal > members of a libmpd struct without NULLing appropriate pointers. Patch > attached. The patch works for me.
Thanks a lot for the help, Andrej. Fixed in 0.1.2-r1.
Patch applied mainline, will be fixed in next version. Thanks!