[mythtv-users] Make problem

Jean-Yves Avenard jyavenard at gmail.com
Sun Dec 5 07:19:42 UTC 2010


On 5 December 2010 04:25, raptor jr <raptorjr at hotmail.com> wrote:
>>Did you delete the headers previously installed by 0.23?
>>
>>As well as do a make distclean on all components and rerun configure
>>after you checked out the other branch?
>
> Thank you. Removing the headers helped. Always thought that "make install"
> took care of that.
>
> Next step is to figure out why 0.23-fixes works great and 0.24 fails on
> almost all recordings and livetv and channel changes. Now that i know that
> Mythbuntu 10.10 is not the problem.


What do you mean by fail?

Is it crashing ?

If yes, please report a backtrace.

You are compiling from source so it will be easy.
Re-run configure with the --build-type=debug option

then do:
gdb frontend

in gdb do the following:
set args -v audio,playback
run

Once it crashes, type bt
and create a ticket with the whole output generated by the gdb
(including the standard output from mythfrontend)

Thanks


More information about the mythtv-users mailing list