[mythtv] Bug Reports
Shane Hyde
shane at trontech.net
Fri May 2 01:07:55 EDT 2003
Shane Hyde wrote:
>
> 3. My mythbackend has a thread that goes into a cpu loop after each
> scheduled recording. The thread is a nice'd thread, but it still
> burns CPU badly. I have not tried to catch this, if you need me to, I
> can probably generate a backtrace for it.
>
Loop is in MergeCommList in commercial_skip.cpp at first line containing
it++;
at this stage it->next == it and it->prev == it
This causes it++ to go loop.
HTH,
SH
More information about the mythtv-dev
mailing list