You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#ifdef Q_OS_UNIX
// By explicitly attaching it and then deleting it we make sure that the// memory is deleted even after the process has crashed on Unix.
d->memory = new QSharedMemory(d->blockServerName);
d->memory->attach(); // The Application freezes heredelete d->memory;
#endif
Comment this part of codes and restart the application, then quit and uncomment back and start the application again, then the problem disappears.
The text was updated successfully, but these errors were encountered:
Comment this part of codes and restart the application, then quit and uncomment back and start the application again, then the problem disappears.
The text was updated successfully, but these errors were encountered: