[lldb-dev] [Bug 44053] New: lldb can't run static initializers on AArch64 Ubuntu
via lldb-dev
lldb-dev at lists.llvm.org
Tue Nov 19 02:01:11 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=44053
Bug ID: 44053
Summary: lldb can't run static initializers on AArch64 Ubuntu
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: diana.picus at linaro.org
CC: jdevlieghere at apple.com, llvm-bugs at lists.llvm.org
TestStaticInitializers.py fails on AArch64 Linux for dwarf and dwo with:
runCmd: expr -p -- struct Foo { Foo() { inc_counter(); } }; Foo f;
runCmd failed!
error: couldn't run static initializers: couldn't run static initializer:
FAILURE
FAIL: LLDB (/home/diana.picus/llvm-envs/lldb/build/bin/clang-10-aarch64) ::
test_dwo (TestStaticInitializers.StaticInitializers)
<bound method SBProcess.Kill of <lldb.SBProcess; proxy of <Swig Object of type
'lldb::SBProcess *' at 0xffff9f513d20> >>: success
--
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/20191119/36660256/attachment.html>
More information about the lldb-dev
mailing list