<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, May 17, 2014 at 5:18 PM, Jean-Yves Avenard <span dir="ltr"><<a href="mailto:jyavenard@gmail.com" target="_blank">jyavenard@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi<br>
<div class=""><br>
On 18 May 2014 06:01, Monkey Pet <<a href="mailto:monkeypet@gmail.com">monkeypet@gmail.com</a>> wrote:<br>
<br>
>> LD_LIBRARY_PATH=/usr/local/mythtv-dev/lib<br>
>> /usr/local/mythtv-dev/bin/mythfrontend --logpath /var/log/mythtv/<br>
>><br>
>><br>
>> It crashes when I try to play a recording...<br>
><br>
><br>
> I think it crashes on the listing of recordings page also.. I pasted the<br>
> mythtvfrontend output here:<br>
><br>
> <a href="http://pastebin.com/7uBjSepf" target="_blank">http://pastebin.com/7uBjSepf</a><br>
<br>
</div>You need to compile with debugging symbol.<br>
<br>
Use the following configure line:<br>
$ make distclean<br>
$ ./configure --prefix=/usr/local/mythtv-dev --compile-type=debug<br>
--disable-mythlogserver<br>
and run your make ; make install<br>
<br>
Make sure you don't have any old libraries in<br>
/usr/local/mythtv-dev/lib (you can delete all its content)<br></blockquote><div><br></div><div>After removing all the files from the install path, then doing the make distclean, I can't get it the frontend to crash anymore. I'll monitor it for the next few days.<br>
</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
And run mythfrontend in gdb:<br>
LD_LIBRARY_PATH=/usr/local/mythtv-dev/lib gdb<br>
/usr/local/mythtv-dev/bin/mythfrontend<br>
gdb$ thread apply all bt<br>
gdb$ run<br>
<br>
do what you need to do when it crashes<br>
then<br>
gdb$ bt all<br>
<br>
and create a ticket with the whole content there..<br>
<br>
But having said that, I can't think of a single change in the code<br>
that would explain a difference in scenario<br>
John did make some changes to libmythui in his last commit.<br>
If you do before compiling:<br>
$ git checkout 5877f14a9e1d88ea75d3b4e9c1609920bc8ac71a<br>
<br>
and use that version, does it crash for you?<br>
<br>
thanks<br>
<div class=""><div class="h5">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a><br>
</div></div></blockquote></div><br></div></div>