> From: "emacs user" <[EMAIL PROTECTED]> > Cc: [email protected] > Bcc: > Date: Sat, 05 Aug 2006 08:52:32 -0400 > > > > > http://www.deas.harvard.edu/climate/eli/emacs-debug/ > > > . Post here the results of running ./configure; perhaps we should try > > various options related to memory allocation and see if any of them > > solve the problem. > > OK, both the config.lot and the output of the configure command itself are > now posted to the above link.
Thanks. Now locate in src/config.h the definitions of GNU_MALLOC and REL_ALLOC (they should be both defined to 1), and try to modify them. First, replace the line #define REL_ALLOC 1 with #undef REL_ALLOC rebuild Emacs, and see if that helps. If not, #undef GNU_MALLOC as well, rebuild, and repeat the test. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
