On Mon Jun 12 10:34:31 2023 +0000, Huw Davies wrote:
Doesn't this cause a deadlock? This call will block until the main loop thread terminates, but that thread is not told to terminate until the process_detach syscall, which is called later on.
Good catch! Not sure why it doesn't happen in practice...