[lldb-dev] [Bug 24558] New: Inferior not getting reaped in certain situations
via lldb-dev
lldb-dev at lists.llvm.org
Mon Aug 24 13:25:32 PDT 2015
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 at lists.llvm.org
Reporter: zturner at google.com
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150824/f6cd1ae2/attachment.html>
More information about the lldb-dev
mailing list