<p>Pau Espin Pedrol <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/13467">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmo-trx: Avoid handling signals after shutdown triggered<br><br>Recently a blocked osmo-trx process was found after ending SIGTERM to<br>it.<br>Apparently one thread was handling SIGTERM and calling fprintf()<br>(grabbing libc lock) while another thread was handling another signal<br>and also grabbing similar lock. Both thread looked deadlocked there.<br>Probably this change doesn't fix the block on its own, but at least<br>simplifies scenarios inside signal ctx which can go wrong.<br><br>Change-Id: If91621913b8b03d8a0f4c863be0b0d479f97e8a1<br>---<br>M Transceiver52M/osmo-trx.cpp<br>1 file changed, 6 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/67/13467/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/13467">change 13467</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/13467"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-trx </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: If91621913b8b03d8a0f4c863be0b0d479f97e8a1 </div>
<div style="display:none"> Gerrit-Change-Number: 13467 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>