[Toybox] [PATCH] Fix non-Mac build.

enh enh at google.com
Sat Sep 25 13:30:57 PDT 2021


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.

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!

On Sat, Sep 25, 2021 at 9:05 AM Rob Landley <rob at landley.net> wrote:

> You've been busy.
>
> On 9/24/21 6:44 PM, enh via Toybox wrote:
> > Should have used #ifdef, not #if. (Really wish I could cross-compile for
> > the Mac!)
>
> Got that one already. :)
>
> Rob
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20210925/7610fffa/attachment-0001.htm>


More information about the Toybox mailing list