On Mon, Apr 6, 2009 at 5:05 PM, Andrew Gaylard wrote:
> 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?
After some d
Hello,
Andrew Gaylard writes:
> After some digging, I'm a bit closer. Building from today's git
> shows fewer problems:
You're referring to `master', right?
> grep '^==[0-9]*== [a-zA-Z]' ./hello-world.vg |
> awk '/FILE DESCRIPTORS/ {x=0} x==1 {print} /My PID/ {x=1}' |
> sort | uniq -c
>