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

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

bug#10656: Duplicate large block deallocation


From: Paul Eggert
Subject: bug#10656: Duplicate large block deallocation
Date: Mon, 30 Jan 2012 22:14:17 -0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:9.0) Gecko/20111229 Thunderbird/9.0

I think that diagnostic is not coming from Emacs; it's coming
from the Boehm conservative garbage collector, which
presumably is in the Darwin runtime library.  I have my
doubts whether Boehm GC will work with Emacs as-is, as Emacs
encodes pointers and this is likely to fool the GC.
Can you build Emacs without the Boehm GC?  That might
fix the problem.

For more on this, see:

http://comments.gmane.org/gmane.comp.programming.garbage-collection.boehmgc/410





reply via email to

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