https://bugs.kde.org/show_bug.cgi?id=462830
Bug ID: 462830 Summary: WARNING: unhandled amd64-freebsd syscall: 474 Classification: Developer tools Product: valgrind Version: 3.17.0 Platform: FreeBSD Ports OS: FreeBSD Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: jsew...@acm.org Reporter: cmfit...@yahoo.com Target Milestone: --- I have a FreeBSD application that calls sctp_recvmsg() and sctp_sendx(). Attempting to run this application under valgrind results in an endless loop of the following and a non-functioning program: > sctp_recvmsg error: Function not implemented > --86035-- WARNING: unhandled amd64-freebsd syscall: 474 > --86035-- You may be able to write your own handler. > --86035-- Read the file README_MISSING_SYSCALL_OR_IOCTL. > --86035-- Nevertheless we consider this a bug. Please report > --86035-- it at http://valgrind.org/support/bug_reports.html. Implementing a handler for 474 results in a similar spew for syscall: 472, which is the sctp_sendmsg variant. -- You are receiving this mail because: You are watching all bug changes.