当内存分配将导致死锁时,提升进程间进程崩溃

时间:2017-10-24 06:56:15

标签: boost crash mutex interprocess

代码http://www.boost.org/doc/libs/1_65_1/boost/interprocess/mem_algo/rbtree_best_fit.hpp(github:#L664):

enter image description here

如果锁和分配之间的进程崩溃,则互斥锁没有释放 下次分配将被卡住。 我怎么处理它?使用线程非线程安全分配器???

0 个答案:

没有答案