From cb85aa8a8d02a3d6dc16e3f32e78da9e70f9c7f5 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期二, 02 二月 2021 17:49:21 +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