[mythtv-users] Announcement: merge of devel/027candidates
Jean-Yves Avenard
jyavenard at gmail.com
Sun May 18 00:18:49 UTC 2014
Hi
On 18 May 2014 06:01, Monkey Pet <monkeypet at gmail.com> wrote:
>> LD_LIBRARY_PATH=/usr/local/mythtv-dev/lib
>> /usr/local/mythtv-dev/bin/mythfrontend --logpath /var/log/mythtv/
>>
>>
>> It crashes when I try to play a recording...
>
>
> I think it crashes on the listing of recordings page also.. I pasted the
> mythtvfrontend output here:
>
> http://pastebin.com/7uBjSepf
You need to compile with debugging symbol.
Use the following configure line:
$ make distclean
$ ./configure --prefix=/usr/local/mythtv-dev --compile-type=debug
--disable-mythlogserver
and run your make ; make install
Make sure you don't have any old libraries in
/usr/local/mythtv-dev/lib (you can delete all its content)
And run mythfrontend in gdb:
LD_LIBRARY_PATH=/usr/local/mythtv-dev/lib gdb
/usr/local/mythtv-dev/bin/mythfrontend
gdb$ thread apply all bt
gdb$ run
do what you need to do when it crashes
then
gdb$ bt all
and create a ticket with the whole content there..
But having said that, I can't think of a single change in the code
that would explain a difference in scenario
John did make some changes to libmythui in his last commit.
If you do before compiling:
$ git checkout 5877f14a9e1d88ea75d3b4e9c1609920bc8ac71a
and use that version, does it crash for you?
thanks
More information about the mythtv-users
mailing list