[llvm-bugs] [Bug 32090] New: DynamicLoaderPOSIXDyld crashes if an app dies before hitting the entry breakpoint

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Feb 28 06:11:39 PST 2017


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

            Bug ID: 32090
           Summary: DynamicLoaderPOSIXDyld crashes if an app dies before
                    hitting the entry breakpoint
           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: labath at google.com
                CC: llvm-bugs at lists.llvm.org

This happens because it uses a one-shot breakpoint to do it's processing.
However, if the process dies before the breakpoint is hit, then it will be
triggered the next time the process is started. However, it will be still
referring to the old process (which is now gone). Hilarity ensues..

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170228/edb8774e/attachment.html>


More information about the llvm-bugs mailing list