On Thu Aug 24 16:28:23 2023 +0000, Jinoh Kang wrote:
Shouldn't we have already initialized `thread->context->regs[CTX_WOW]->machine` to `thread->process->machine` beforehand?
It will not be initialized for a pending context (that was not yet modified). For example, `stop_thread` earlier in this function may create such context.