[lldb-dev] [Bug 23994] New: lldb fails to call a function in the target, and prints a nonsensical error message

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jun 30 06:51:51 PDT 2015


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

            Bug ID: 23994
           Summary: lldb fails to call a function in the target, and
                    prints a nonsensical error message
           Product: lldb
           Version: unspecified
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: tlbowman1235 at gmail.com
    Classification: Unclassified

I am debugging an app on Yosemite with lldb-320.4.156, and any time I attempt
to call a function in the target, i.e. something like "expr hello()" or "print
var.func()", lldb spits out the following error message:

error: 0 errors parsing expression
error: error: 0 errors parsing expression
error: no matching function for call to 'strlen'
note: candidate function not viable: requires 2 arguments, but 1 was provided
error: 1 errors parsing expression
error: 1 errors parsing expression

Unfortunately, this bug only occurs when debugging one specific app, so I don't
think there is much hope of anybody else reproducing this. But maybe somebody
at least has a clue as to what might cause it?

-- 
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/20150630/50790ca5/attachment.html>


More information about the lldb-dev mailing list