[all-commits] [llvm/llvm-project] 3c91d5: Revert "[NFC][lldb] Add a null check, actually use...
Augusto Noronha via All-commits
all-commits at lists.llvm.org
Mon Aug 25 17:22:09 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c91d580401cb824c165531a04af994bfe854420
https://github.com/llvm/llvm-project/commit/3c91d580401cb824c165531a04af994bfe854420
Author: Augusto Noronha <anoronha at apple.com>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
M lldb/source/Core/ModuleList.cpp
Log Message:
-----------
Revert "[NFC][lldb] Add a null check, actually use new SharedModuleLi… (#155327)
…st class"
This reverts commit 234e075c1dbdaacd2e1b4199ae983f5c4439223c.
I'm reverting this because the ASAN build fails running the
TestMiniDumpUUID.py test. This happens because the pointer is already
freed before the call to `RemoveIfOrpahaned`. The ModuleList
implementation never actually dereferences the pointer, so it worked
correctly, but the new map implementation does dereference it, hence the
crash.
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