[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #58656] Cannot handle over 2GB file on Windows
From: |
Makoto Kato |
Subject: |
[bug #58656] Cannot handle over 2GB file on Windows |
Date: |
Fri, 26 Jun 2020 05:05:11 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0 |
URL:
<https://savannah.gnu.org/bugs/?58656>
Summary: Cannot handle over 2GB file on Windows
Project: make
Submitted by: mkato
Submitted on: Fri 26 Jun 2020 06:05:07 PM JST
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Component Version: SCM
Operating System: MS Windows
Fixed Release: None
Triage Status: None
_______________________________________________________
Details:
Actually, windows version uses stat when checking mtime. But stat
returns -1 when file size is over 2GB. So we should use _stati64 instead.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Fri 26 Jun 2020 06:05:07 PM JST Name:
0001-make-cannot-handle-over-2GB-file-on-Windows.patch Size: 1KiB By: mkato
fix
<http://savannah.gnu.org/bugs/download.php?file_id=49375>
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58656>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [bug #58656] Cannot handle over 2GB file on Windows,
Makoto Kato <=