[all-commits] [llvm/llvm-project] 56ac85: Revert "Defer source path remap tilde expansion un...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Thu May 26 00:49:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56ac85a20fb98393d033582ee4dc86993843726d
https://github.com/llvm/llvm-project/commit/56ac85a20fb98393d033582ee4dc86993843726d
Author: Jason Molenda <jason at molenda.com>
Date: 2022-05-26 (Thu, 26 May 2022)
Changed paths:
M lldb/source/Core/SourceManager.cpp
M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
Log Message:
-----------
Revert "Defer source path remap tilde expansion until source file use"
This reverts commit c274b6e5830ea88d3f55d6dc1d2b99e38cf6595e.
The x86_64 debian bot got a failure with this patch,
https://lab.llvm.org/buildbot#builders/68/builds/33078
where
SymbolFile/DWARF/x86/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s
is crashing here -
#2 0x0000000000425a9f SignalHandler(int) Signals.cpp:0:0
#3 0x00007f57160e9140 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x14140)
#4 0x00007f570d911e43 lldb_private::SourceManager::GetFile(lldb_private::FileSpec const&) crtstuff.c:0:0
#5 0x00007f570d914270 lldb_private::SourceManager::DisplaySourceLinesWithLineNumbers(lldb_private::FileSpec const&, unsigned int, unsigned int, unsigned int, unsigned int, char const*, lldb_private::Stream*, lldb_private::SymbolContextList const*) crtstuff.c:0:0
#6 0x00007f570da662c8 lldb_private::StackFrame::GetStatus(lldb_private::Stream&, bool, bool, bool, char const*) crtstuff.c:0:0
I don't get a failure here my mac, I'll review this method more
closely tomorrow.
More information about the All-commits
mailing list