Changes between Initial Version and Version 1 of Ticket #64947, comment 13


Ignore:
Timestamp:
Apr 8, 2022, 5:34:54 AM (2 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64947, comment 13

    initial v1  
    11yes, if you have switched to {{{cxx_stdlib libstdc++}}} that might well cause the atomic failure, indeed.
    22
    3 There is a significant different in atomic handling between the system libstdc++, libc++, libc++ with c++11 enabled, and (for clangs that support it) macports-libstdc++.
     3There 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++.
    44
    55Those 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.