From: Eli Zaretskii <[EMAIL PROTECTED]>

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

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/



_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to