Andrew Gaylard <a...@computer.org> writes:

> Hi,
>
> I'm linking with libguile on Linux, built from source, to extend my
> C application with Scheme. I'm seeing a lot of warnings from
> valgrind.  The same warnings appear when using Guile standalone.
> Should I be worried?
>
No, this is normal AFAIK. The garbage collector in Guile messes up
valgrind. At some point, I had a working suppression file for that, but
it's likely to be bitrotted into unusability.

Regards, Rotty


Reply via email to