This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/83279] std::experimental::filesystem::copy_file can't copy larger files than 2.0GiB


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83279

--- Comment #9 from Jonathan Wakely <redi at gcc dot gnu.org> ---
"sendfile() will transfer at most 0x7ffff000 (2,147,479,552) bytes, returning
the number of bytes actually transferred.  (This is true on both 32-bit and
64-bit systems.)"

Oops.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]