logic: Fixes for shared memory
* set unrestricted permissions on shared memory allocation to fix crash on Windows * log exceptions during shared memory creation and destruction * create SharedMemoryGarbageCollector after logging was enabled
This commit is contained in:
@@ -31,9 +31,10 @@ void Application::createInstance(
|
||||
const Version& version, ViewFactory* viewFactory, NetworkFactory* networkFactory
|
||||
){
|
||||
Version::setApplicationVersion(version);
|
||||
SharedMemoryGarbageCollector::createInstance()->run(Application::getUUID());
|
||||
loadSettings();
|
||||
|
||||
SharedMemoryGarbageCollector::createInstance()->run(Application::getUUID());
|
||||
|
||||
TaskScheduler::getInstance();
|
||||
MessageQueue::getInstance();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user