Changes between Initial Version and Version 1 of Ticket #64947, comment 13
- Timestamp:
- Apr 8, 2022, 5:34:54 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64947, comment 13
initial v1 1 1 yes, if you have switched to {{{cxx_stdlib libstdc++}}} that might well cause the atomic failure, indeed. 2 2 3 There is a significant differen tin atomic handling between the system libstdc++, libc++, libc++ with c++11 enabled, and (for clangs that support it) macports-libstdc++.3 There is a significant difference in atomic handling between the system libstdc++, libc++, libc++ with c++11 enabled, and (for clangs that support it) macports-libstdc++. 4 4 5 5 Those are all quite different animals and I did not try as yet the bootstrap version of curl with the cxx_stdlib set to libstdc++, or any of those other variations, so that could indeed show an issue.