[lldb-dev] [Bug 41709] New: Assertion failed: (!m_cancel_scopes), function ExtractDIEsScoped, file [...]/DWARFUnit.cpp, line 114
via lldb-dev
lldb-dev at lists.llvm.org
Thu May 2 05:08:33 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=41709
Bug ID: 41709
Summary: Assertion failed: (!m_cancel_scopes), function
ExtractDIEsScoped, file [...]/DWARFUnit.cpp, line 114
Product: lldb
Version: unspecified
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: lewurm at gmail.com
CC: jdevlieghere at apple.com, llvm-bugs at lists.llvm.org
This git repository contains "armv7k-binary":
https://gist.github.com/lewurm/cbf689c43f49260eb8512683ace54966
> $ lldb --version
> lldb-1001.0.12.1
> Swift-5.0
>
> $ lldb -x armv7k-binary
> (lldb) target create "armv7k-binary"
> Current executable set to 'armv7k-binary' (armv7k).
> (lldb) b mini-runtime.c:3198
> Assertion failed: (!m_cancel_scopes), function ExtractDIEsScoped, file /Library/Caches/com.apple.xbs/Sources/lldb/lldb-1001.0.12.1/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp, line 114
> backtrace leading to the failure:
> 0 LLDB 0x0000000107a6a325 llvm::sys::PrintStackTrace(llvm::raw_ostream&) + 37
> 1 LLDB 0x0000000109a1548d lldb_private::lldb_assert(bool, char const*, char const*, char const*, unsigned int) + 131
> 2 LLDB 0x0000000109b0881b DWARFUnit::ExtractDIEsScoped() + 171
> 3 LLDB 0x0000000109b0912b DWARFUnit::BuildAddressRangeTable(SymbolFileDWARF*, DWARFDebugAranges*) + 243
> 4 LLDB 0x0000000109b1baeb DWARFDebugInfo::GetCompileUnitAranges() + 643
> [...] // see gist for longer back trace
Please let me know if you need additional information
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20190502/395eae87/attachment.html>
More information about the lldb-dev
mailing list