-
Notifications
You must be signed in to change notification settings - Fork 2
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
Many tests fail on macOS (10.6 and 10.8 confirmed): 'shm_unlink' failed with 'Invalid argument' [ FAIL 90 | WARN 0 | SKIP 4 | PASS 171 ] #3
Comments
Hi @barracuda156, Thanks for your report! Unfortunately, I do not have access to a PPC for debugging. Hence, it would be interesting for me to know what
and
return on your system. Thanks! |
@akersting Thank you for responding. Here is the output:
|
@barracuda156 Thanks! This looks correct. Admittedly, I am a bit clueless. Your output shows that POSIX shared memory is generally supported on your system. However,
(cf. also https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man2/shm_unlink.2.html, which is actually for iOS, or the man pages on Linux) So, Could you once check On another, but somewhat related issue: The last test failure you shared is
Again, behavior on your system does not match documented behavior. According to |
Apparently no:
|
@akersting Okay, the issue has nothing to do with PowerPC in fact, here are 10.6.8/x86_64 results:
Ironically, they are worse, but in any case |
@akersting Moreover, tests fail on 10.8.5/x86_64 too:
|
UPD. Initial report is on PowerPC, but results on x86_64 are similar and in fact a bit worse, see below.
The text was updated successfully, but these errors were encountered: