Date: Wed, 20 Sep 2023 14:25:28 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 273956] KERN_PROC_VMMAP does not read all mapped files Message-ID: <bug-273956-227-8q6LSpxDEm@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-273956-227@https.bugs.freebsd.org/bugzilla/> References: <bug-273956-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273956 Ed Maste <emaste@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org --- Comment #2 from Ed Maste <emaste@freebsd.org> --- I see all segments when tracing e.g. /bin/sh # procstat -v $$ PID START END PRT RES PRES REF SHD FLAG TP = PATH 12717 0x10a3fd763000 0x10a3fd76c000 r-- 7 39 36 18 CN--- vn /bin/sh 12717 0x10a3fd76c000 0x10a3fd78c000 r-x 32 39 36 18 CN--- vn /bin/sh 12717 0x10a3fd78c000 0x10a3fd78d000 r-- 1 0 1 0 CN--- vn /bin/sh 12717 0x10a3fd78d000 0x10a3fd78e000 rw- 1 0 1 0 CN--- vn /bin/sh ... How do I get memcheck-amd64-freebsd to run but stop before doing anything? $ /usr/local/libexec/valgrind/memcheck-amd64-freebsd valgrind: You cannot run '/usr/local/libexec/valgrind/memcheck-amd64-freebs= d' directly. valgrind: You should use $prefix/bin/valgrind. --=20 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-273956-227-8q6LSpxDEm>