From: Zack W. <za...@pa...> - 2017-11-21 14:54:44
|
On Tue, Nov 21, 2017 at 9:32 AM, John Reiser <jr...@bi...> wrote: > > this is a system call that valgrind does not yet understand. > Please follow the directions: report a bug, by visiting the given URL > and entering the appropriate information. A good title would be > MacOS: unhandled amd64-darwin syscall: unix:464 Inspecting <https://github.com/opensource-apple/xnu/blob/master/bsd/kern/syscalls.master>, it looks like there are a whole bunch of new syscalls. They may have finally gotten around to implementing POSIX.1-2008 - 464 is an openat() variant. zw |