Bug #87423 | os0file.cc assertion failed 'offset > 0' in os_file_io_complete | ||
---|---|---|---|
Submitted: | 15 Aug 2017 15:14 | Modified: | 26 Nov 2018 13:59 |
Reporter: | Vasily Nemkov | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | 5.7.18 | OS: | Linux |
Assigned to: | CPU Architecture: | Any |
[15 Aug 2017 15:14]
Vasily Nemkov
[16 Aug 2017 14:12]
MySQL Verification Team
Hi! I have analysed the code and especially the types used and I agree with you. I am verifying this bug, so that developers can provide their reasoning and eventually make a type change. Verified.
[24 Dec 2017 13:33]
MySQL Verification Team
Private testcase on https://bugs.mysql.com/bug.php?id=88956
[26 Nov 2018 13:59]
Daniel Price
Posted by developer: Fixed as of the upcoming 5.7.25, 8.0.14 release, and here's the changelog entry: An assertion was raised when attempting to write to a tablespace file greater than 4GB in size on a 64-bit Windows system. The failure was due to a narrowing cast.