"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.
Differential D9732
Darwin - fix intermitent crashes in import crashinfo vharron on May 12 2015, 10:01 PM. Authored by
Details "import crashinfo" was probably failing because multiple dotest invocations I've put a mutex around the compile step to prevent this.
Diff Detail
Event Timeline
|
fcntl doesn't seem to be available on Windows. Is there a more platform-neutral way to accomplish this?