[all-commits] [llvm/llvm-project] b60aed: [rtsan] Add test for pthread_cond_wait segfault (#...

Chris Apple via All-commits all-commits at lists.llvm.org
Sat Jul 26 13:34:09 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b60aed6fbabc291a7afbcb460453f9dcdce76f34
      https://github.com/llvm/llvm-project/commit/b60aed6fbabc291a7afbcb460453f9dcdce76f34
  Author: Chris Apple <cja-private at pm.me>
  Date:   2025-07-26 (Sat, 26 Jul 2025)

  Changed paths:
    A compiler-rt/test/rtsan/pthread_cond_wait.cpp

  Log Message:
  -----------
  [rtsan] Add test for pthread_cond_wait segfault (#150776)

Introduce the test from
https://github.com/llvm/llvm-project/issues/146120

For future readers of this PR, if this test causes a segfault please
comment out the line indicated by the comment (or revert this entire
commit).

My plan is to commit this, see if any test runners fail, then submit the
fix in a follow on.

I cannot repro this bug on my machine so I need some confirmation of the
bug being fixed as it is submitted.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list