[lldb-dev] [Bug 18230] New: python error RuntimeError("Unknown child exit status!") from test_convenience_registers_16bit_with_process_attach
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Dec 12 12:21:54 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=18230
Bug ID: 18230
Summary: python error RuntimeError("Unknown child exit
status!") from
test_convenience_registers_16bit_with_process_attach
Product: lldb
Version: unspecified
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at cs.uiuc.edu
Reporter: emaste at freebsd.org
Classification: Unclassified
======================================================================
ERROR: test_convenience_registers_16bit_with_process_attach
(TestRegisters.RegisterCommandsTestCase)
Test convenience registers after a 'process attach'.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tank/emaste/src/llvm/tools/lldb/test/lldbtest.py", line 1760, in
tearDown
Base.tearDown(self)
File "/tank/emaste/src/llvm/tools/lldb/test/lldbtest.py", line 1181, in
tearDown
hook()
File "/tank/emaste/src/llvm/tools/lldb/test/lldbtest.py", line 1052, in
cleanupSubprocesses
if p.poll() == None:
File "/usr/local/lib/python2.7/subprocess.py", line 802, in poll
return self._internal_poll()
File "/usr/local/lib/python2.7/subprocess.py", line 1356, in _internal_poll
self._handle_exitstatus(sts)
File "/usr/local/lib/python2.7/subprocess.py", line 1340, in
_handle_exitstatus
raise RuntimeError("Unknown child exit status!")
RuntimeError: Unknown child exit status!
--
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/20131212/52f38d79/attachment.html>
More information about the lldb-dev
mailing list