summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-10-26 22:08:28 +0000
committerDave Love <fx@gnu.org>2000-10-26 22:08:28 +0000
commitdfcd7ccfe94b3071385babc17f176543e2341602 (patch)
tree830e35039517ac7a7b0030030765cc758107045c
parentae65cd84672c5a92018b35c5992b7945bc32438d (diff)
downloademacs-dfcd7ccfe94b3071385babc17f176543e2341602.tar.gz
Don't define SYSTEM_MALLOC so that we can find out
when it's necessary.
-rw-r--r--src/s/sol2-5.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h
index d80c22b37ba..b3b0470cc80 100644
--- a/src/s/sol2-5.h
+++ b/src/s/sol2-5.h
@@ -19,7 +19,13 @@
/* This is the only known way to avoid some crashes
that seem to relate to screwed up malloc data
after deleting a frame. */
-#define SYSTEM_MALLOC
+/* rms: I think the problems using ralloc had to do with system
+ libraries that called the system malloc even if we linked in the
+ GNU malloc. I could not see any way to fix the problem except to
+ have just one malloc and that had to be the system one. */
+/* This is not always necessary. Turned off at present for testers to
+ identify any problems with gmalloc more accurately. */
+/* #define SYSTEM_MALLOC */
#if 0 /* A recent patch in unexelf.c should eliminate the need for this. */
/* Don't use the shared libraries for -lXt and -lXaw,