From owner-freebsd-ports-bugs@freebsd.org Fri Jun 2 03:57:33 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97453BEF3AC for ; Fri, 2 Jun 2017 03:57:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6ECB379D9C for ; Fri, 2 Jun 2017 03:57:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v523vW7q054325 for ; Fri, 2 Jun 2017 03:57:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 219715] devel/valgrind: unhandled syscall (ino64 fallout?) Date: Fri, 02 Jun 2017 03:57:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bsdports@kyle-evans.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bdrewery@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 03:57:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219715 Bug ID: 219715 Summary: devel/valgrind: unhandled syscall (ino64 fallout?) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: bdrewery@FreeBSD.org Reporter: bsdports@kyle-evans.net CC: emaste@freebsd.org, kib@FreeBSD.org Flags: maintainer-feedback?(bdrewery@FreeBSD.org) Assignee: bdrewery@FreeBSD.org On a post-ino64 world (stat/file output included for completeness), all valgrind invocations fail: root@ghost:/tmp# valgrind ls -l =3D=3D2846=3D=3D Memcheck, a memory error detector =3D=3D2846=3D=3D Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward e= t al. =3D=3D2846=3D=3D Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyri= ght info =3D=3D2846=3D=3D Command: ls -l =3D=3D2846=3D=3D=20 --2846-- WARNING: unhandled syscall: 552 --2846-- You may be able to write your own handler. --2846-- Read the file README_MISSING_SYSCALL_OR_IOCTL. --2846-- Nevertheless we consider this a bug. Please report --2846-- it at http://valgrind.org/support/bug_reports.html. --2846-- WARNING: unhandled syscall: 551 --2846-- You may be able to write your own handler. --2846-- Read the file README_MISSING_SYSCALL_OR_IOCTL. --2846-- Nevertheless we consider this a bug. Please report --2846-- it at http://valgrind.org/support/bug_reports.html. Cannot fstat "/usr/local/lib/valgrind/vgpreload_core-amd64-freebsd.so" =3D=3D2846=3D=3D=20 =3D=3D2846=3D=3D HEAP SUMMARY: =3D=3D2846=3D=3D in use at exit: 0 bytes in 0 blocks =3D=3D2846=3D=3D total heap usage: 0 allocs, 0 frees, 0 bytes allocated =3D=3D2846=3D=3D=20 =3D=3D2846=3D=3D All heap blocks were freed -- no leaks are possible =3D=3D2846=3D=3D=20 =3D=3D2846=3D=3D For counts of detected and suppressed errors, rerun with: = -v =3D=3D2846=3D=3D ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 fro= m 0) root@ghost:/tmp# stat /usr/local/lib/valgrind/vgpreload_core-amd64-freebsd.= so 18446744071775659938 331657 -r-xr-xr-x 1 root wheel 18446744073709551615 32= 08 "Jun 1 22:48:37 2017" "Jun 1 22:48:37 2017" "Jun 1 22:48:55 2017" "Jun 1 22:48:37 2017" 4096 9 0x800 /usr/local/lib/valgrind/vgpreload_core-amd64-freebsd.so root@ghost:/tmp# file /usr/local/bin/valgrind /usr/local/bin/valgrind: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 12.0 (1200031), FreeBSD-style, stripped --=20 You are receiving this mail because: You are the assignee for the bug.=