On 2023-05-21 01:27, Andreas Schwab wrote: >> + if (tcases[tc_num].exp_err == EFAULT && WIFSIGNALED(status)) { > Can this condition ever be true? I don't see why not, if fstat(fd_ok, 0) does a SIGABRT or similar. But perhaps we're interpreting "Can" differently.