https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256211

            Bug ID: 256211
           Summary: valgrind shows one leak every time
           Product: Base System
           Version: 13.0-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: [email protected]
          Reporter: [email protected]

I develop a very small garbage collector in C and doesn't matter how many
malloc()s I did it always suppressed 4096 bytes in 1 block (1 free() missed) 

git clone https://github.com/mazoti/cgc
cd cgc
clang -g example.c
valgrind ./a.out

I tested exact the same code in debian linux and everything is fine (no leaks).
I don't know if it is a libc, kernel or valgrind bug.


Best regards,

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to