[lldb-dev] [Bug 18706] New: No notification on assertion failure. (python api)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Feb 3 05:04:12 PST 2014


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

            Bug ID: 18706
           Summary: No notification on assertion failure. (python api)
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: sheeftz at gmail.com
    Classification: Unclassified

#include <assert.h>

int main()
{
   assert(false);
   return 0;
}

There seems to be no notification passed from LLDB on assertion failure.
Stack backtrace is not possible.

-- 
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/20140203/54483be5/attachment.html>


More information about the lldb-dev mailing list