<br><br><div class="gmail_quote">On Sat, Jan 28, 2012 at 10:49 AM, Michael T. Dean <span dir="ltr">&lt;<a href="mailto:mtdean@thirdcontact.com">mtdean@thirdcontact.com</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">On 01/28/2012 10:28 AM, william otten wrote:<br>
&gt; I&#39;m trying to get debugging setup and am having trouble. This what I have<br>
&gt; done.<br>
</div>...<br>
<div class="im">&gt; Then I ran this command in terminal:<br>
&gt; william@CI5:~$ gdb mythfrontend -x gdbcommands<br>
</div><div class="im">...<br>
&gt; &quot;/usr/bin/mythfrontend&quot;: not in executable format: File format not<br>
&gt; recognized<br>
<br>
</div>If you run:<br>
<br>
file /usr/bin/mythfrontend<br>
<br>
you&#39;ll find that Ubuntu renames mythfrontend binary and puts a script<br>
called mythfrontend in its place.  The mythfrontend script sets up the<br>
environment properly (so you have a proper HOME directory and<br>
configuration to allow mythfrontend to run properly), then runs the<br>
binary--which they call mythfrontend.real.<br>
<br>
So, you need to set up a proper environment, then redo the same thing<br>
you&#39;ve done, but using /usr/bin/mythfrontend.real as the application name.<br>
<br>
Mike<br>
<div class="HOEnZb"><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>
</div></div></blockquote></div>Hopefully the last attempt to post the myth.log.<br>