<div class="gmail_quote">On Thu, Sep 16, 2010 at 5:21 PM, Tom Lichti <span dir="ltr">&lt;<a href="mailto:redpepperracing@gmail.com">redpepperracing@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I am seeing a lot of these processes hanging around on my backend, I&#39;m<br>
not sure if it is a configuration problem on my side, or a bug:<br>
<br></blockquote><div><br></div><div>To give you any useful help on this, you will need to be running a debug build, and when you find these apparently stuck processes, attach to one (without sh -c on the front) with gdb and get a backtrace of all threads.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">root       430   429  0 19:30 ?        00:00:00<br>
/usr/local/bin/mythpreviewgen --size 0x0 --chanid 4051 --starttime<br>
20100916190000<br></blockquote><div><br></div><div>Running the backend as root is not exactly a suggested configuration. </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

As you can see, some have been there since yesterday. I also find it<br>
odd that the size is &quot;0x0&quot;<br></blockquote><div><br></div><div>This is irrelevant.  To my knowledge, that will select a default-sized image.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
Anyone have any thoughts? There is nothing exciting in the backend<br>
log, other than that it launched the external process. I do see a<br>
couple of these:<br>
<br>
2010-09-16 20:01:01.564 MainServer, Error: PREVIEW_SUCCESS but no receivers.<br>
<br>
But not as many as there are processes still running.<br>
<br></blockquote><div><br></div><div>Of course not.  That is only logged if the process has actually finished.</div><div> </div><div>To debug this any further, you will need to have a debug build, not release.</div></div>