Cadence Ember

Results 43 comments of Cadence Ember

Looks like the `o//test/libc/stdio/fgets_interrupt_test` executable succeeds on my build server but fails on my laptop. Seems like adding `--strace` on my laptop can sometimes cause it to succeed. I think...

I couldn't figure out what was causing the race condition. Setting sched_setaffinity to a single core is the only way I could find to fix it reliably. Sorry for resorting...

I hit this too and thought it was a bug, but this behaviour is actually specified in the tests. I found this unintuitive and unpredictable, so I created PR 15...