[all-commits] [llvm/llvm-project] 5a4b2e: The AssertRecognizer used the module from a frames...

jimingham via All-commits all-commits at lists.llvm.org
Fri Nov 13 11:42:46 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5a4b2e1541f399c146a4ef5cf8f6aaf8b258a77b
      https://github.com/llvm/llvm-project/commit/5a4b2e1541f399c146a4ef5cf8f6aaf8b258a77b
  Author: Jim Ingham <jingham at apple.com>
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
    M lldb/source/Target/AssertFrameRecognizer.cpp

  Log Message:
  -----------
  The AssertRecognizer used the module from a frames SC without checking it was non-null.

I only have a crash report for this.  I could reproduce it with a slightly older
lldb by running an expression that called pthread_kill, but we started making modules
for our expression JIT code, so that no longer triggers the bug.  I can't think of another
good way to test it but the fix is obvious.




More information about the All-commits mailing list