Valgrind warnings with -1.8.6

2009-04-07 Thread Andrew Gaylard
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? The following steps show the problem: Use this as hello-world.scm: #!/usr/lo

Re: Valgrind warnings with -1.8.6

2009-04-07 Thread Neil Jerram
Andreas Rottmann writes: > Andrew Gaylard 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

Re: Valgrind warnings with -1.8.6

2009-04-07 Thread Andreas Rottmann
Andrew Gaylard 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 col

Valgrind warnings with -1.8.6

2009-04-07 Thread Andrew Gaylard
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? The following steps show the problem. Use this as hello-world.scm: #!/usr/lo