<div class="gmail_quote">On Wed, Mar 30, 2011 at 10:22 PM, Tom Flair <span dir="ltr"><<a href="mailto:lists@graniteskies.net">lists@graniteskies.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I'm seeing a lot of my commflag jobs showing up with the message "Failed
with exit status 140" in the logs. Sometimes, half the show will be
properly flagged, sometimes all of it. It just depends on the show
itself.<br>
<br>This is very vague, but any ideas as to what could be causing it?<br><br>2011-03-30
23:15:17.059 commflag: Commercial Detection Errored: Conan recorded
from channel 1755 at 2011-03-30T22:00:00 (Failed with exit status 140)<br>
2011-03-30 23:15:17.074 JobQueue Error: Commercial Detection Errored:
Conan recorded from channel 1755 at 2011-03-30T22:00:00 (Failed with
exit status 140) <br></blockquote><div><br></div><div>Actually, that is very specific. Looking at the exit codes defined (in exitcodes.h):</div><div>(I'm assuming you are on master branch):</div><div><br></div><div>
<meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: 'Bitstream Vera Sans Mono', Courier, monospace; font-size: 12px; line-height: 17px; white-space: pre; "><span class="cp" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.4em; color: rgb(153, 153, 153); font-weight: bold; ">#define GENERIC_EXIT_KILLED 140 </span><span class="c1" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.4em; color: rgb(153, 153, 136); font-style: italic; ">///< Process killed or stopped</span></span></div>
<div><font class="Apple-style-span" color="#999988" face="'Bitstream Vera Sans Mono', Courier, monospace"><span class="Apple-style-span" style="font-size: 12px; line-height: 16px; white-space: pre;"><i><br></i></span></font></div>
<div> If you want more verbose output, you should run the backend with -v system,extra, and you'll see what the actual signal that killed it was.</div></div>