Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARNING: unhandled amd64-freebsd syscall: 551 #2

Open
emaste opened this issue Jan 3, 2019 · 2 comments
Open

WARNING: unhandled amd64-freebsd syscall: 551 #2

emaste opened this issue Jan 3, 2019 · 2 comments

Comments

@emaste
Copy link
Member

emaste commented Jan 3, 2019

While running gmake regtest observed

WARNING: unhandled amd64-freebsd syscall: 551
You may be able to write your own handler.
Read the file README_MISSING_SYSCALL_OR_IOCTL.

This is:

551     AUE_FSTAT       STD {
                int fstat(
                    int fd,
                    _Out_ struct stat *sb
                );
        }
@cemeyer
Copy link

cemeyer commented Jan 3, 2019

This version of valgrind is missing Ino64 support, part of which is this new fstat syscall.

@emaste
Copy link
Member Author

emaste commented Jan 3, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants