-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
App crash when FilePicker selects large files #6503
Comments
Do you maybe have the stacktrace with more information? |
I can provide the Debug output, Visual Studio doesn't throw any exception when the app closes so I can't get the stacktrace from exception. If I can help with anything else, let me know (The filename is "video.mp4" in case you need to look it up in the log):
|
running this project on Android 11 gets stuck on loading screen with this output - endless list of
|
I just tried it on an emulator with Android 11 and the app starts correctly for me. Make sure you are on the branch: "test/FilePicker". |
Verified not repro on Android 12.0 with VS 17.3.0 Preview 1.0 [32414.199.main]. Repro project: |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
Hi @Nacompllo. We have added the "s/try-latest-version" label to this issue, which indicates that we'd like you to try and reproduce this issue on the latest available public version. This can happen because we think that this issue was fixed in a version that has just been released, or the information provided by you indicates that you might be working with an older version. You can install the latest version by installing the latest Visual Studio (Preview) with the .NET MAUI workload installed. If the issue still persists, please let us know with any additional details and ideally a reproduction project provided through a GitHub repository. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
This problem continues to occur in the latest version of MAUI (Visual Studio 17.5.0) I have tried to select a 3.26 GB video first and when I return to the application it crashes, I have also tried another 1.90 GB video and it crashes too, however with videos smaller than 1.90 GB it does allow you to select them and returns to the application without problems, I leave the log in case it helps you:
|
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Verified this issue with Visual Studio Enterprise 17.7.0 Preview 1.0. Can repro on android platform with sample project. MauiCollectionView/tree/test/FilePicker |
Description
When I select a "large" file of 1.90 GB (or larger) with FilePicker on Android, the app crashes, I've tried smaller files eg 1.01 GB and it works, from 1.90 GB, FilePicker crashes the app.
Repository:
https://github.com/nacompllo/MauiCollectionView/tree/test/FilePicker
Steps to Reproduce
Clone the attached repository, start the application on Android and press the "Select file" button and select a video with a size equal to or greater than 1.90 GB then the app will crash.
Version with bug
Release Candidate 1 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android, I was not able test on other platforms
Affected platform versions
Android 10
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: