[Bug 37194] New: TestGoUserExpression test hanging on FreeBSD

Bug ID 37194
Summary TestGoUserExpression test hanging on FreeBSD
Product lldb
Version unspecified
Hardware PC
OS Windows NT
Status NEW
Severity enhancement
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter emaste@freebsd.org
CC llvm-bugs@lists.llvm.org

Test suite is hanging on FreeBSD in TestGoUserExpression with python spinning
at 100% CPU.

Cursory investigation shows it's looping over many ptrace(PT_IO, ...) and
occasional ptrace(PT_GETREGS, ...) calls.