This is an archive of the discontinued LLVM Phabricator instance.

Darwin - fix intermitent crashes in import crashinfo
ClosedPublic

Authored by vharron on May 12 2015, 10:01 PM.

Details

Summary

"import crashinfo" was probably failing because multiple dotest invocations
are all trying to compile crashinfo.so at the same time.

I've put a mutex around the compile step to prevent this.

Diff Detail

Repository
rL LLVM

Event Timeline

vharron updated this revision to Diff 25657.May 12 2015, 10:01 PM
vharron retitled this revision from to Darwin - fix intermitent crashes in import crashinfo.
vharron updated this object.
vharron edited the test plan for this revision. (Show Details)
vharron added reviewers: clayborg, chying.
vharron added a subscriber: Unknown Object (MLST).
This revision was automatically updated to reflect the committed changes.
clayborg edited edge metadata.May 13 2015, 9:53 AM

Looks good.

amccarth added inline comments.
lldb/trunk/test/lock.py
5

fcntl doesn't seem to be available on Windows. Is there a more platform-neutral way to accomplish this?