It's possible to run mutliple instances of the daemon on Windows at the same time and run into the issue below, after which the first launched daemon becomes unresponsive. You can continue launching new instances which will kill the previous one with the same error.
[ERROR] - errcall: Database environment, arg2 = BDB0060 PANIC: fatal region error detected; run recovery.
This doesn't happen on Linux and macOS. If a daemon is launched while there's already one running the new one exits with the Failed to obtain lock on file .lock message.
It's possible to run mutliple instances of the daemon on Windows at the same time and run into the issue below, after which the first launched daemon becomes unresponsive. You can continue launching new instances which will kill the previous one with the same error.
This doesn't happen on Linux and macOS. If a daemon is launched while there's already one running the new one exits with the
Failed to obtain lock on file .lock
message.