guile-user
[Top][All Lists]
Advanced

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

Re: Problem with smobs


From: R. Mattes
Subject: Re: Problem with smobs
Date: Tue, 30 May 2006 11:55:56 +0200

On Tue, 2006-05-30 at 11:22 +0200, Joris van der Hoeven wrote:
> Hi all,
> 
> I noticed a strange problem with the memory allocation of smobs and
> I fail to understand whether I am doing something wrong or whether
> this is a bug in Guile.
> 
> Consider the (C++) smob code attached below to this message.
> All memory allocations are done from within C++, so the free_mysmob
> function returns 0. Now consider the following session:

Since you seem to test from the REPL: do you have value history enabled
by accident (something like "(use-modules (ice-9 history))" in your
guile init file)? Anything printed will be kept bound to $1, $2 ... $n.

HTH Ralf Mattes

> 
> 
> _______________________________________________
> Guile-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/guile-user





reply via email to

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