mirror of https://gitee.com/cxasm/notepad--.git
fix-linux-shared: 补充崩溃场景说明
This commit is contained in:
parent
53db9ff1aa
commit
8ffd882d6e
|
@ -220,8 +220,9 @@ if ((arguments.size() == 4) && (arguments[2] == QString("-n")))
|
||||||
}
|
}
|
||||||
#endif
|
#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.attach();
|
||||||
shared.detach();
|
shared.detach();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue