You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-12-08 15:28:37.431159 info server-manager pid:3661803 Received StartSession request for session foo
2023-12-08 15-28-37 info remote-cartesi-machine pid:3662073 ppid:3661803 Initializing server on localhost:0
2023-12-08 15:28:37.456928 info server-manager pid:3661803 Received CheckIn for session foo
...
Context
The server-manager leaves zombies remote-machines after termination.
Wasting computer resources.
Expected behavior
The server-manager should kill all child processes during termination.
Actual behavior
The server-manager leaves zombies remote-machines after termination.
Steps to reproduce
Run server manager
./src/server-manager --manager-address=localhost:10000 &
⬇️
Make sure you have a machine snapshot
⬇️
Start session
⬇️
Terminate server manager
⬇️
Remote cartesi machine keeps running
⬇️
Environment
Possible solutions
Handle the termination signal and kill the child processes.
The text was updated successfully, but these errors were encountered: