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: emacs user
Subject: Re: reproducible cygwin memory problems
Date: Sat, 05 Aug 2006 17:01:59 -0400

From: Eli Zaretskii <address@hidden>

> 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.

as far as I can tell making these changes does not eliminate the problem. I made the two variants you proposed for these changes, and in each case ran make distclean, configure, make.
no luck so far...

_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/





reply via email to

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