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@lists.llvm.org
          Reporter: lab...@google.com
                CC: llvm-b...@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 the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to