From f52f2c2828047c2f30d30fc1fe2b54d8db146d49 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 25 二月 2021 15:56:35 +0800 Subject: [PATCH] update --- src/shm/mm.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/shm/mm.cpp b/src/shm/mm.cpp index 2b52b51..8fff5c2 100644 --- a/src/shm/mm.cpp +++ b/src/shm/mm.cpp @@ -123,7 +123,7 @@ return aptr; } else { SemUtil::inc(mutex); - abort(); + // abort(); err_exit(0, "mm_malloc : out of memery\n"); return NULL; } -- Gitblit v1.8.0