-
Notifications
You must be signed in to change notification settings - Fork 531
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
Android application crashing when bitmap is changed multiple times. #9510
Comments
Could you please provide more of the Additionally, I would expect to see a native
|
|
|
|
@schaudhary-extron: please try upgrading to the recently released .NET 9 SDK. Looking at the
("SGen" is the name of the GC we use in MonoVM.) |
Hi @schaudhary-extron. We have added the "need-info" label to this issue, which indicates that we have an open question for you before we can take further action. 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. |
Android framework version
net8.0-android
Affected platform version
VS2022 ver 17.11.5 .Net 8
Description
On Android application we have two views A and B. both have bitmaps. We interchange these bitmaps between view A and B multiple times. Application get crash with error:
Here is the full stack:
Steps to Reproduce
Did you find any workaround?
I could not find any work around so far.
Relevant log output
The text was updated successfully, but these errors were encountered: