<p><a href="https://gerrit.osmocom.org/9562">View Change</a></p><p>1 comment:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/#/c/9562/1/src/host/osmocon/osmocon.c">File src/host/osmocon/osmocon.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/#/c/9562/1/src/host/osmocon/osmocon.c@1427">Patch Set #1, Line 1427:</a> <code style="font-family:monospace,monospace">      osmo_init_ignore_signals();</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">Wouldn't this also ignore SIGINT? […]</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">osmo_init_ignore_signals doesn't ignore SIGINT:</p><p style="white-space: pre-wrap; word-wrap: break-word;">>/*! Ignore \ref SIGPIPE, \ref SIGALRM, \ref SIGHUP and \ref >SIGIO */<br>>void osmo_init_ignore_signals(void)<br>>{<br>>  /* Signals that by default would terminate */<br>>#ifdef SIGPIPE<br>> signal(SIGPIPE, SIG_IGN);<br>>#endif<br>>     signal(SIGALRM, SIG_IGN);<br>>#ifdef SIGHUP<br>>      signal(SIGHUP, &sighup_hdlr);<br>>#endif<br>>#ifdef SIGIO<br>>   signal(SIGIO, SIG_IGN);<br>>#endif<br>>}</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/9562">change 9562</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/9562"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmocom-bb </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: Id664ca0fadd3a8b3cf4b78bb868b3d78d2354544 </div>
<div style="display:none"> Gerrit-Change-Number: 9562 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-CC: Vadim Yanitskiy <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Tue, 12 Jun 2018 16:16:48 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-HasLabels: No </div>