https://bugs.kde.org/show_bug.cgi?id=454276
Bug ID: 454276 Summary: Some IPC syscalls is missing for x86 linux Product: valgrind Version: 3.19.0 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: jsew...@acm.org Reporter: mussitantesmor...@gmail.com Target Milestone: --- Created attachment 149138 --> https://bugs.kde.org/attachment.cgi?id=149138&action=edit Possible fix SUMMARY New separate IPC syscalls is missing in syscall_table for x86 linux: * semget * semctl * shmget * shmctl * shmat * shmdt * msgget * msgsnd * msgrcv * msgctl STEPS TO REPRODUCE 1. Try to call some of syscalls above on kernel i386 >5.1 with actual uapi headers OBSERVED RESULT Gets ENOSYS EXPECTED RESULT Syscalls should work =) SOFTWARE/OS VERSIONS i386 Linux with uclibc-ng libc ADDITIONAL INFORMATION This issue can be fixed by followed patch: -- You are receiving this mail because: You are watching all bug changes.