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

            Bug ID: 24558
           Summary: Inferior not getting reaped in certain situations
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev@lists.llvm.org
          Reporter: ztur...@google.com
                CC: llvm-b...@lists.llvm.org
    Classification: Unclassified

Various tests on Windows fail because during cleanup, python tries to delete
the executable and this fails because LLDB is still holding onto a handle to
the process.  This affects, at a minimum, the following tests, which are all
XFAILED as a result of this.

TestLLDBIterator.LLDBIteratorTestCase.test_lldb_iter_module
TestTargetAPI.TargetAPITestCase.test_get_code_byte_size_with_dwarf
TestTargetAPI.TargetAPITestCase.test_get_data_byte_size_with_dwarf
TestTargetAPI.TargetAPITestCase.test_find_functions_with_dwarf
TestThreadStepOut.ThreadStepOutTestCase.test_step_all_threads_with_dwarf
TestThreadStepOut.ThreadStepOutTestCase.test_step_single_thread_with_dwarf

-- 
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