fix-linux-shared: 补充崩溃场景说明

This commit is contained in:
zinface 2023-12-19 22:23:26 +08:00
parent 53db9ff1aa
commit 8ffd882d6e
1 changed files with 3 additions and 2 deletions

View File

@ -220,8 +220,9 @@ if ((arguments.size() == 4) && (arguments[2] == QString("-n")))
}
#endif
// 在 linux / unix 中程序异常结束共享内存不会回收
// 参考 https://gitee.com/zinface/infomation-tips/blob/master/src/main.cpp
// 此部分一般由插件异常导致程序崩溃引发
// 在 linux / unix 中程序异常结束共享内存不会回收
// 参考 https://gitee.com/zinface/infomation-tips/blob/master/src/main.cpp
shared.attach();
shared.detach();