[lldb-dev] [Bug 17276] New: TestInferiorAssert tests fail on FreeBSD after r190812 (Fixes symbol resolution for a function with a tail call)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Sep 18 11:52:56 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=17276

            Bug ID: 17276
           Summary: TestInferiorAssert tests fail on FreeBSD after r190812
                    (Fixes symbol resolution for a function with a tail
                    call)
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: emaste at freebsd.org
    Classification: Unclassified

After SVN r190812 three TestInferiorAssert tests fail locally for me on
FreeBSD.  I haven't yet done any investigation beyond bisecting.

test_inferior_asserting_step (TestInferiorAssert.AssertingInferiorTestCase)
Failing case after r190812:

runCmd: thread backtrace all
output: * thread #1: tid = 43106, 0x000000080091f6fc libc.so.7`kill + 12 at
kill.S:3, stop reason = signal SIGABRT
    frame #0: 0x000000080091f6fc libc.so.7`kill + 12 at kill.S:3
    frame #1: 0x000000080091e39c libc.so.7`abort + 76 at abort.c:65


Expecting sub string: stop reason = signal SIGABRT
Matched

Expecting sub string: main
Not matched

FAILURE


backtrace prior to r190812:
output: * thread #1: tid = 40006, 0x000000080091f6fc libc.so.7`kill + 12 at
kill.S:3, stop reason = signal SIGABRT
    frame #0: 0x000000080091f6fc libc.so.7`kill + 12 at kill.S:3
    frame #1: 0x000000080091e3e9 libc.so.7`abort + 153 at abort.c:77
    frame #2: 0x0000000800901991 libc.so.7`__assert(func=<unavailable>,
file=<unavailable>, line=<unavailable>, failedexpr=<unavailable>) + 81 at
assert.c:54
    frame #3: 0x00000000004006a0 a.out`main(argc=1, argv=0x00007fffffffd2d0) +
112 at main.c:18
    frame #4: 0x00000000004005b1 a.out`_start(ap=<unavailable>,
cleanup=<unavailable>) + 145 at crt1.c:97

-- 
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/20130918/b34f49d6/attachment.html>


More information about the lldb-dev mailing list