Running "valgrind -v jls" - valgrind complaints: WARNING: unhandled syscall 506 jls: jail_get: Function not implemented valgrind-3.6.0 How-To-Repeat: Run "valgrind -v jls"
Responsible Changed From-To: freebsd-ports-bugs->stas Fix synopsis and assign.
Responsible Changed From-To: stas->freebsd-ports-bugs - back to the heap
Valgrind is now at 3.7.0_1, could you please update your portstree and try again? -- Michael Scheidell, CTO >*| * SECNAP Network Security Corporation d: +1.561.948.2259 w: http://people.freebsd.org/~scheidell
Confirmed this is still an issue with 3.7.0,1
Responsible Changed From-To: freebsd-ports-bugs->bdrewery Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->analyzed Need to get this implemented in our upstream.
Tested with valgrind-3.10.0 on 11amd64, problem still exists.
https://bitbucket.org/stass/valgrind-freebsd/pull-requests/10/implement-some-of-the-jails-syscalls/diff
A commit references this bug: Author: bdrewery Date: Fri Feb 26 19:41:39 UTC 2016 New revision: 409636 URL: https://svnweb.freebsd.org/changeset/ports/409636 Log: - Update to 3.10.1 - Add pipe(2) syscall - Add cpuset_getaffinity(2) syscall - Support arguments for cpuset_setaffinity(2) syscall - sendfile(2) syscall fixes - getsockopt(2) syscall fixes - Add missing fcntl(2) handlers [1] - Add missing jail syscalls [2] - Add missing kldload syscalls [3] - Add missing accept4(2) syscall [4] PR: 196451 [1] Obtained from: https://bitbucket.org/stass/valgrind-freebsd/issues/15/missing-fcntl-commands [1] PR: 152899 [2] Obtained from: https://bitbucket.org/stass/valgrind-freebsd/pull-requests/10/implement-some-of-the-jails-syscalls/diff [2] Obtained from: https://bitbucket.org/stass/valgrind-freebsd/pull-requests/11/fix-issue-25-add-kldload-kldunload-kldfind/diff [3] Obtained from: https://bitbucket.org/stass/valgrind-freebsd/pull-requests/8/fix-issue-21-accept4-is-unimplemented-on/diff [4] Changes: head/devel/valgrind-devel/Makefile head/devel/valgrind-devel/distinfo head/devel/valgrind-devel/files/accept4_syscall.patch head/devel/valgrind-devel/files/jail_syscalls.patch head/devel/valgrind-devel/files/kldload_syscalls.patch head/devel/valgrind-devel/files/missing_fcntls.patch
A commit references this bug: Author: bdrewery Date: Tue Apr 19 20:03:18 UTC 2016 New revision: 413660 URL: https://svnweb.freebsd.org/changeset/ports/413660 Log: - Update to 3.10.1 - Add pipe(2) syscall - Add cpuset_getaffinity(2) syscall - Support arguments for cpuset_setaffinity(2) syscall - sendfile(2) syscall fixes - getsockopt(2) syscall fixes - Add missing fcntl(2) handlers [1] - Add missing jail syscalls [2] - Add missing kldload syscalls [3] - Add missing accept4(2) syscall [4] PR: 196451 [1] Obtained from: https://bitbucket.org/stass/valgrind-freebsd/issues/15/missing-fcntl-commands [1] PR: 152899 [2] Obtained from: https://bitbucket.org/stass/valgrind-freebsd/pull-requests/10/implement-some-of-the-jails-syscalls/diff [2] Obtained from: https://bitbucket.org/stass/valgrind-freebsd/pull-requests/11/fix-issue-25-add-kldload-kldunload-kldfind/diff [3] Obtained from: https://bitbucket.org/stass/valgrind-freebsd/pull-requests/8/fix-issue-21-accept4-is-unimplemented-on/diff [4] Changes: head/devel/valgrind/Makefile head/devel/valgrind/distinfo head/devel/valgrind/files/accept4_syscall.patch head/devel/valgrind/files/jail_syscalls.patch head/devel/valgrind/files/kldload_syscalls.patch head/devel/valgrind/files/missing_fcntls.patch