| Summary: | unhandled amd64-darwin syscall: mach:50 VgTs_Runnable syscall mach:50 (lwpid 771) | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | hiraditya |
| Component: | callgrind | Assignee: | Paul Floyd <pjfloyd> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | pjfloyd |
| Priority: | NOR | ||
| Version First Reported In: | 3.14.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Bug Depends on: | |||
| Bug Blocks: | 399584 | ||
|
Description
hiraditya
2019-05-25 08:48:05 UTC
It looks like Rhys added support for syscall mach:50 BACK IN 2017 (for Valgrind 3.14). The fcntl command is still not supported #define F_CHECK_LV 98 /* Check if Library Validation allows this Mach-O file to be mapped into the calling process */ Louis Brunner has added support for more fcntl commands: #if DARWIN_VERS >= DARWIN_10_14 # define VKI_F_CHECK_LV F_CHECK_LV #endif Coming soon, hopefully. Code for 10.14 has landed. I did see this kind of error whilst merging the code. Looks like it is fixed now. |