[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/22540] Gold fails when output file is lying on ZFS
From: |
vladimir at kondratyev dot su |
Subject: |
[Bug gold/22540] Gold fails when output file is lying on ZFS |
Date: |
Sat, 02 Dec 2017 16:25:06 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=22540
--- Comment #3 from Vladimir Kondratyev <vladimir at kondratyev dot su> ---
(In reply to Cary Coutant from comment #2)
> Why the check for valid offset and length? Gold always passes 0 for offset
> and a positive value for length (if not, that's a bug, I think).
If so those checks might be removed or converted to asserts.
> Also, I'd think we should also fall through if either posix_fallocate or
> fallocate returns EINVAL, ENOSYS, or EOPNOTSUPP.
Sounds reasonable. lld from FreeBSD LLVM does that already:
https://lists.freebsd.org/pipermail/svn-src-head/2017-November/105832.html
--
You are receiving this mail because:
You are on the CC list for the bug.