bug-guile
[Top][All Lists]
Advanced

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

bug#10588: failed build with --enable-debug-malloc


From: Andy Wingo
Subject: bug#10588: failed build with --enable-debug-malloc
Date: Sun, 05 Feb 2012 16:03:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

On Mon 23 Jan 2012 21:58, Andy Wingo <address@hidden> writes:

> On Sun 22 Jan 2012 21:57, erana Owl <address@hidden> writes:
>
>> running configure with --enable-debug-malloc fails on snarfing .doc

I "fixed" this.  Guile itself no longer registers GC-controlled
mallocations, as since 2.0 it is no longer necessary (nor advised) to
call scm_gc_free, so you don't get the pairing that you need to track
numbers of live objects.

We should probably remove the debug-malloc code entirely, given that it
doesn't map well to the current API.

Andy
-- 
http://wingolog.org/





reply via email to

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