On 20 Feb 2005 "C.Y.M" syphir@syphir.sytes.net wrote:
Here is an example of the error in the syslog:
Feb 20 10:28:06 sid vdr[7544]: mp3: player thread started (pid=7544) Feb 20 10:28:08 sid vdr[4248]: error reading '/dev/input/event2' Feb 20 10:28:11 sid vdr[7545]: ERROR: thread 81926 won't end (waited 3 seconds)
- canceling it...
Feb 20 10:28:22 sid vdr[7544]: mp3: player thread ended (pid=7544)
How to reproduce:
Put an image file in a directory with a matching mp3 file. This error occurs the first time the image is converted to a mpg file. Once the cache file exists, the error does not happen any more.
Well as usual: I can't reproduce this here.
One interesting thing: what process is vdr[7545] and which thread is 81926? The conversion isn't made asynchronous with threads but with fork(). So possibly this is not related.
Regards.