| Issue | 184961 |
|---|---|
| Summary | Linux/pthread_join.cpp fails with glibc 2.43 |
| Labels | new issue |
| Assignees | |
| Reporter | xry111 |
In glibc 2.43, joining an already joined thread tends to return 0 instead of an error code (doing so invokes undefined behavior anyway). Thus the asserts checking the `pthread_*join*` return value now fails.
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
