<div dir="ltr"><div class="gmail_extra">On Tue, Jan 2, 2018 at 7:14 AM,  <span dir="ltr"><<a href="mailto:mikkel@broerne.dk" target="_blank">mikkel@broerne.dk</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="font-size:10pt">
<p>Hi All,</p>
<p>Hope everyone has had a good start to the new year!</p>
<p>On occasion my system crashes (process dies, but not completly) with the following</p>
<p><i><span style="font-size:10pt">mythbackend: mythbackend[30351]: C CoreContext signalhandling.cpp:305 (handleSignal) Received Segmentation fault: Code 128, PID 0, UID 0, Value 0x7fa34150e23f</span></i></p>
<p>I can find all sorts of issues where people have bug and much more, but I would just like to know what each part of the entry means</p>
<p><span><i>C CoreContext signalhandling.cpp:305 (handleSignal) </i> - means what?</span></p>
<p><span style="font-size:10pt"><i>Segmentation fault: Code 128, PID 0, UID 0, Value 0x7fa34150e23f</i> - means a memory read/write error but the individual parts i need to understand?</span></p>
<p><br></p></div></blockquote><div>Mike,</div><div> <br></div><div><div style="font-size:large;display:inline" class="gmail_default">​</div>C is the loglevel (Critical)</div><div>CoreContext is the thread that was running at the time of the segfault</div><div>handleSignal is the function the process exited in</div><div>signalhandling.cpp:305 is the file and line number of the handleSignal function</div><div>the rest is output from the handleSignal function</div><div><br></div><div>You will want to generate a backtrace to find the problem. It will be more useful than the above. See <a href="https://www.mythtv.org/wiki/Debugging">https://www.mythtv.org/wiki/Debugging</a></div><div><br></div></div></div></div>