[llvm-bugs] [Bug 33231] poor handling of io errors?

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Oct 8 13:45:22 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=33231

Rui Ueyama <ruiu at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
                 CC|                            |ruiu at google.com
             Status|NEW                         |RESOLVED

--- Comment #2 from Rui Ueyama <ruiu at google.com> ---
If you are using lld on a half-broken disk, it is likely to slowdown or hang
because lld uses mmap IO. Since mmap IO doesn't report an error to a process,
there's no way to detect it and abort a process. I don't think this is
something we can fix -- this is more like a limitation of the POSIX API.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20181008/47a57571/attachment.html>


More information about the llvm-bugs mailing list