-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
ObjectDisposedException (thrown when app is reloaded/resumed from background during debugging): Cannot access a closed Stream #22855
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Open similar issues:
Closed similar issues:
|
Can you attach a logcat file with your crash? |
Logcat file: see attachment. The logging was stopped immediately at the exception. |
@PureWeen @jsuarezruiz |
@PureWeen @jsuarezruiz |
Same issue. I can reproduce without the debugger attached. |
@Aniobodo: Did you find any solution/workaround? |
No Workaround found |
Description
System.ObjectDisposedException is thrown when app is reloaded from background. The exception message reads: Cannot access a closed Stream.
It appears that the problem only occurs during debugging (with Visual Studio 2022 17.10.1, Windows 11).
The app in question is a Xamarin (Android) app migrated to MAUI. The Xamarin app never had this problem.
Steps to Reproduce
Run MAUI app in debug mode using Android device.
Click the home button on device to move the app to the background.
Now reload the app again by clicking on the app's icon.
2024.06.05 16-39 Build Logs.zip
Link to public reproduction project repository
No response
Version with bug
8.0.3 GA
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
android:targetSdkVersion="34", Windows 11 23H2, .NET SDK 8.0.300 (x64)
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: