Derek Bruening

Results 934 comments of Derek Bruening

From @AssadHashmi : since the culprit PR did not change codec.txt, maybe the problem comes from the feature change and now the encoder thinks that XPACI is not available. An...

This looks like a failure to suspend all the threads (a "synchall") when running `gcc`. That has other ramifications as synchall is used for other purposes beyond flushing the cache...

Who is the target thread of the suspend? Is it the vfork child which is no longer there? CLONE_VFORK suspends the parent until the child execs at which point the...

We have `suite/tests/linux/vfork.c` and `suite/tests/linux/vfork-fib.c`: I guess none are ever run with a client or anything that does a synchall in the middle; the exit-time debug-build synchall works b/c the...