emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: reproducible cygwin memory problems


From: Eli Zaretskii
Subject: Re: reproducible cygwin memory problems
Date: Sat, 05 Aug 2006 16:16:51 +0300

> From: "emacs user" <address@hidden>
> Cc: address@hidden
> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]