<br><div class="gmail_quote">On Fri, Aug 24, 2012 at 4:59 PM, Bert Haverkamp <span dir="ltr">&lt;<a href="mailto:bert@bertenselena.net" target="_blank">bert@bertenselena.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><p><br>
On Aug 22, 2012 10:52 PM, &quot;Bill Meek&quot; &lt;<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; On 08/22/2012 02:53 PM, Bert Haverkamp wrote:<br>
&gt; ...<br>
&gt;&gt;<br>
&gt;&gt; Core was generated by `mythfrontend.real&#39;.<br>
&gt;&gt; Program terminated with signal 11, Segmentation fault.<br>
&gt;&gt; #0  0x00007f03f67ee0b7 in () from /lib/x86_64-linux-gnu/libpthread.so.0</p>
</div><p>&gt; You can search for the address (/7f03f67ee0b7&lt;cr&gt; in vi) in the same file to</p><div class="im"><br>
&gt; see where the failure is (perhaps see who&#39;s calling pthread_join.)<br>
&gt;<br>
&gt; At that point, I&#39;d start searching on Trac:<br>
&gt;<br>
&gt;   <a href="http://code.mythtv.org/trac/search" target="_blank">http://code.mythtv.org/trac/search</a><br>
&gt;<br>
&gt; to see if there&#39;s already a ticket open, and if not, open one.<br>
&gt;<br>
&gt; Good luck,<br>
&gt;<br></div>
Im away from home this weekend, so it will be Monday, but just to be sure I understand: I need to open mythfrontend.real in vi? Or do you mean the coredump? Is that humanreadable in any way?<p></p>
<p>Regards,</p>
<p>Bert</p>
</blockquote></div><br>Ah, the joys of ssh;-) I was able to connect to my pvr and try what you described. But I think I must be misunderstanding you. I&#39;m not clear what you want me to use vi on...<div>Instead I used gdb</div>
<div><div>(gdb) info symbol  0x00007f03f67ee0b7</div><div>pthread_join + 39 in section .text of /lib/x86_64-linux-gnu/libpthread.so.0</div><div>(gdb) </div></div><div>But this doesn&#39;t tell me where in mythfrontend the problem arises. Or is it a problem in libpthread?</div>
<div><br></div><div>Something else I noticed last week: there is an odd chance the frontend does not crash. It takes 3-5 tries to get it up and running. All the other times it crashes with a segmentation fault as described above.</div>
<div>This also happens when the backend is running. I have a feeling the chances are slimmer in that case, but I havent tried long enough to be able to support that claim..</div><div><br></div><div>Bert</div><div><br></div>