From 5822049cf164e167125dd425cb302fe4d8d56814 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期五, 05 二月 2021 18:41:00 +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