mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-27 01:42:27 +00:00
7f77b23da8
This prevents the intermediate thread from exiting properly, as fork creates a child process with only one thread, so any existing data_logger thread will not be in the child. Since this thread sets a flag the data_logger dtor blocks on, all children threads will hang on exit. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
daemonizer.h | ||
posix_daemonizer.inl | ||
posix_fork.cpp | ||
posix_fork.h | ||
windows_daemonizer.inl | ||
windows_service.cpp | ||
windows_service.h | ||
windows_service_runner.h |