在 WSL 上,将进程移至后台不起作用

在 WSL 上,将进程移至后台不起作用

当我尝试将某个进程置于后台时,遇到以下问题:

[1]+  Stopped                 gcloud beta emulators datastore start --host-port=localhost:8484
$ bg

[1]+ gcloud beta emulators datastore start --host-port=localhost:8484 &
The futex facility returned an unexpected error code.The futex facility returned an unexpected error code

这是 gcloud beta 进程的一个示例。但所有进程都会发生此错误。

相关内容