-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't read content > 4GB with Content Receiver on 32bit platform #2084
Comments
seems like the size_t issue, modified some of variable types to uint64_t works fine
|
Some other read functions already use Edit: Looking more closely, I'm unsure how to square storing the body in |
@GEEKiDoS @falbrechtskirchinger thanks for the report and investigation! @GEEKiDoS Since I don't have a 32bit machine, I am not able to reproduce and confirm this issue at this point. Could you make a Unit test case in |
That's as easy as adding I did start work on a PR but quickly gave up after realizing what other problems this issue reveals:
It's more realistic to document the limitations of 32-bit systems first and then address some of the low-hanging fruit. Triggering all issues in unit tests may not be possible due to RAM limits. If I find the time later, I'll work on documentation and some |
I'm using the client
The text was updated successfully, but these errors were encountered: