Can't start grin [closed]

Not sure what happened to my installation but when I try to fire up my grin node (v4.0.0-beta2 and v 3.1.1) I get the following:

// grin-server.log
thread ‘main’ panicked at ‘called Result::unwrap() on an Err value: IOError(Os { code: 35, kind: WouldBlock, message: “Resource temporarily unavailable” })’: src/bin/cmd/server.rs:61 0: backtrace::capture::Backtrace::create
1: backtrace::capture::Backtrace::new
2: grin_util::logger::send_panic_to_log::{{closure}}
3: std::panicking::rust_panic_with_hook
4: _rust_begin_unwind
5: core::panicking::panic_fmt
6: core::result::unwrap_failed
7: grin::cmd::server::start_server_tui
8: grin::cmd::server::server_command
9: grin::real_main
10: grin::main
11: std::rt::lang_start::{{closure}}
12: std::panicking::try::do_call
13: ___rust_maybe_catch_panic
14: std::rt::lang_start_internal
15: _main

What got corrupted?

Nvm, I just restarted my machine. It was probably a hung process somewhere.