mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-03-15 17:40:40 -06:00
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.