From a1b6b9ae58c85ec1801935676c9dd76682a313b1 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期四, 14 一月 2021 11:29:03 +0800
Subject: [PATCH] CMake

---
 src/shm/mm.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/shm/mm.cpp b/src/shm/mm.cpp
index d7cc375..7f1fda3 100644
--- a/src/shm/mm.cpp
+++ b/src/shm/mm.cpp
@@ -123,7 +123,8 @@
     return aptr;
   } else {
     SemUtil::inc(mutex);
-    err_msg(0, "mm_malloc : out of memery\n");
+    abort();
+    err_exit(0, "mm_malloc : out of memery\n");
     return NULL;
   }
 

--
Gitblit v1.8.0