[LLVMbugs] [Bug 7043] Clang error handling crashes following LLVM stream error (in teardown)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Aug 17 17:33:17 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7043
Benjamin Kramer <benny.kra at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |benny.kra at gmail.com
Resolution| |FIXED
--- Comment #2 from Benjamin Kramer <benny.kra at gmail.com> 2010-08-17 19:33:17 CDT ---
This is fixed now.
- The original issue was that boost build made clang's stderr non-blocking,
which confused raw_ostream. It was worked around in raw_ostream and boost build
was fixed to provide blocking stderr.
- The crash with closed stderr (2>&-) was fixed by Chris in r111321.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list