[lldb-dev] [Bug 44160] New: TestSteppingOutWithArtificialFrames.py fails on AArch64 Ubuntu

via lldb-dev lldb-dev at lists.llvm.org
Wed Nov 27 03:45:27 PST 2019


https://bugs.llvm.org/show_bug.cgi?id=44160

            Bug ID: 44160
           Summary: TestSteppingOutWithArtificialFrames.py fails 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

Traceback:
  File
"/home/buildslave/buildslave/lldb-cmake-aarch64/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py",
line 111, in wrapper
    func(*args, **kwargs)
  File
"/home/buildslave/buildslave/lldb-cmake-aarch64/llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/thread_step_out_or_return/TestSteppingOutWithArtificialFrames.py",
line 84, in test_return_past_artificial_frame
    self.assertEqual(frame2.GetDisplayFunctionName(), "func2()")
AssertionError: None != 'func2()'

It seems that after stepping out we have this backtrace:
runCmd: thread backtrace
output: * thread #1, name = 'a.out', stop reason = breakpoint 1.1
  frame #0: 0xffffffffffffffff

-- 
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/20191127/2d3c5218/attachment.html>


More information about the lldb-dev mailing list