If the broker dies, the client hangs and can't be easily killed #437
Labels
bug
Something isn't working
test-runners
Issues that affect all test runners (cargo-maelstrom, maelstrom-pytest, maelstrom-to-test, etc.).
Milestone
Specific Maelstrom Program?
cargo-maelstrom
though likely all test runners and possible all clients.Bug Description
Sometimes the broker crashes because it runs out of file descriptors. When that happens,
cargo maelstrom
almost always hangs completely. If I ^C the process, I can't restart it because it still has a lock on directory. I have tokillall -9 cargo-maelstrom
to get it to actually die.The text was updated successfully, but these errors were encountered: