guile-user
[Top][All Lists]
Advanced

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

Re: Guile 1.8 Garbage Collection Question


From: Cedric Cellier
Subject: Re: Guile 1.8 Garbage Collection Question
Date: Wed, 26 Oct 2011 07:15:29 +0200

I cant see anything wrong with your function, so I suspect there is something 
wrong with the function you pass your string to. Maybe it's trying to write 
into s but does write out of bounds insead, damaging the heap ??

Note: it is my understanding that s is allocated on C's heap and so will not be 
garbage collected by guile's GC but freed immediately by your dynwind handler 
as soon as the function exits.



reply via email to

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