[LLVMbugs] [Bug 23721] New: "double indirection not handled" crash with -fsanitize=address
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jun 1 12:07:39 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23721
Bug ID: 23721
Summary: "double indirection not handled" crash with
-fsanitize=address
Product: clang
Version: 3.6
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: oleg00 at gmail.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
clang:
/usr/global/zeev/llvm-3.6.1.src/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp:781:
void llvm::DwarfCompileUnit::addComplexAddress(const llvm::DbgVariable&,
llvm::DIE&, llvm::dwarf::Attribute, const llvm::MachineLocation&): Assertion
`!DV.getVariable().isIndirect() && "double indirection not handled"' failed.
#0 0x7fcc900713b2 llvm::sys::PrintStackTrace(_IO_FILE*)
(/usr/global/zeev/install/jpm/ro/3rd/llvm/3.6.1/x86_64-linux-2.6-libc6/bin/../lib/libLLVM-3.6.so+0xcd23b2)
Compiles fines without the sanitizer. Also compiles fine when I remove the
always_inline attribute from one of the functions in the call chain.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150601/7e7a5f05/attachment.html>
More information about the llvm-bugs
mailing list