From 03816e8f937bfb5172b42e3735b757fc1547fbd0 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期一, 25 一月 2021 18:17:39 +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