This is an archive of the discontinued LLVM Phabricator instance.

Add workaround for iohandler races on FreeBSD
AbandonedPublic

Authored by emaste on May 13 2015, 4:23 PM.

Details

Reviewers
clayborg
Summary

We encounter issues from iohandler races very commonly on FreeBSD. This workaround is already in the version of LLDB in the FreeBSD tree. It's not pretty but is a significant usability improvement in the short term.

Related PR https://llvm.org/bugs/show_bug.cgi?id=14637

Diff Detail

Event Timeline

emaste updated this revision to Diff 25744.May 13 2015, 4:23 PM
emaste retitled this revision from to Add workaround for iohandler races on FreeBSD.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added a reviewer: clayborg.
emaste added a subscriber: Unknown Object (MLST).

Proper fix in D9823. This can be abandoned once it is in.

emaste abandoned this revision.May 27 2015, 11:42 AM

Proper change committed in rL238313