[Bug 197831] valgrind on stable/10: binary package still needs updating due to openat()
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 19 19:23:52 UTC 2015
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 at FreeBSD.org
Reporter: adrian at freebsd.org
root at 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.
More information about the freebsd-ports-bugs
mailing list