[llvm-bugs] [Bug 31972] New: TestStepOverBreakpoint does not work on windows

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Feb 15 10:12:39 PST 2017


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

            Bug ID: 31972
           Summary: TestStepOverBreakpoint does not work on windows
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: All
            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

Build Command:
make clean OS="Android" PIE="1"

Build Command Output:
rm: cannot remove `a.out': Permission denied
make: *** [clean] Error 1


Preliminary analysis suggests something is creating a reference loop which
prevents us from closing the file after the debug session is over.

This manifests on windows because of filesystem semantics, but I believe the
root cause is platform-independent.

-- 
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/20170215/1456d8a7/attachment.html>


More information about the llvm-bugs mailing list