Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2015 19:23:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197831] valgrind on stable/10: binary package still needs updating due to openat()
Message-ID:  <bug-197831-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197831

            Bug ID: 197831
           Summary: valgrind on stable/10: binary package still needs
                    updating due to openat()
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: adrian@freebsd.org

root@test3:/home/foo # valgrind ./foo
==92585== Memcheck, a memory error detector
==92585== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==92585== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info
==92585== Command: ./blockd -i igb4,igb5 -I igb1 -Q 8 -e 8 -E 8 -F /dev/null
==92585== 
==92585== Warning: invalid file descriptor -100 in syscall openat()
==92585== Warning: invalid file descriptor -100 in syscall openat()
Cannot open "/usr/local/lib/valgrind/vgpreload_core-amd64-freebsd.so"
==92585== 
==92585== HEAP SUMMARY:
==92585==     in use at exit: 0 bytes in 0 blocks
==92585==   total heap usage: 0 allocs, 0 frees, 0 bytes allocated
==92585== 
==92585== All heap blocks were freed -- no leaks are possible
==92585== 
==92585== For counts of detected and suppressed errors, rerun with: -v
==92585== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

.. this was fixed by stas in his valgrind port to freebsd, but we still don't
have an updated binary package with a working valgrind.

Can this please be fixed? This is really frustrating.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197831-13>