Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
IIUC this test adds more calls to REAL(fflush)() than there were before. How comes it prevents any of the tests from hanging?
Comment Actions
Alexander, this patch does fflush() for stderr and stdout whereas fflush(0) tries to flush all streams and thus causes deadlock under some circumstances mentioned in rL200922.