<div dir="ltr">the timeout(1) thing was actually a real bug that people cared about... afaik, this is a bug we've been sweeping under the carpet for 4 years. i changed the signal to SEGV in T so that it would show up as a crash in logcat and get caught in the normal crash reporting pipeline, and couldn't make sense of the bugreports. the first mistake was that the "process uptime" reported in crashes was actually the _thread_ uptime (now fixed) but that was a red herring, not least because logcat is single-threaded. luckily tomcherry pointed out what the rest of us on the bug had missed --- that this process really hadn't been running because the system had suspended just as it had started. hopefully we'll see those bogus logcat SEGVs go to zero once this is in a weekly dogfood build.<div><br></div><div>most of the other patches are just me keeping my fingers busy in front of netflix/youtube, since the temperatures have been high and the air quality low lately!</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Sep 25, 2021 at 9:05 AM Rob Landley <<a href="mailto:rob@landley.net">rob@landley.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">You've been busy.<br>
<br>
On 9/24/21 6:44 PM, enh via Toybox wrote:<br>
> Should have used #ifdef, not #if. (Really wish I could cross-compile for<br>
> the Mac!)<br>
<br>
Got that one already. :)<br>
<br>
Rob<br>
</blockquote></div>