paulfloyd / freebsd_valgrind

Git repo used to Upstream the FreeBSD Port of Valgrind
GNU General Public License v2.0
15 stars 4 forks source link

14.0-CURRENT scalar fails #178

Closed paulfloyd closed 2 years ago

paulfloyd commented 2 years ago
-424:             SYS_swapoff 1s 1m
+582:             SYS_swapoff 1s 1m
 ---------------------------------------------------------
-Syscall param swapoff(special) contains uninitialised byte(s)
-   ...
-
-Syscall param swapoff(special) points to unaddressable byte(s)
-   ...
- Address 0x........ is not stack'd, malloc'd or (recently) free'd
-
+WARNING: unhandled x86-freebsd syscall: 582
+You may be able to write your own handler.
+Read the file README_MISSING_SYSCALL_OR_IOCTL.
+Nevertheless we consider this a bug.  Please report
+it at http://valgrind.org/support/bug_reports.html.

Looks like there's a new swapoff syscall

paulfloyd commented 2 years ago

Should be fixed now