Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.12.8, 6.4.1
-
None
-
Android 10
Description
I'm trying to QFile::seek to position greater than 2GB. It retuns false with the error set to QFileDevice::PositionError.
It seems that Qt for Android is compiled without _FILE_OFFSET_BITS=64 defined (https://android.googlesource.com/platform/bionic/+/master/docs/32-bit-abi.md).