-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[mono] android crash in mono_object_handle_isinst
#109410
Comments
Tagging subscribers to this area: @cston |
mono_object_handle_isinst
mono_object_handle_isinst
@lambdageek can you help figure out this issuse? |
why the MonoClass* is nullptr, access the offset 0x20, when call runtime/src/mono/mono/mini/method-to-ir.c Lines 9606 to 9624 in 797306f
the |
the crash code of main branch : runtime/src/mono/mono/metadata/object.c Line 6809 in 797306f
|
the reason maybe the same with this issuse #109443 hope it can give you more clues to help analyze. |
Tagging subscribers to 'arch-android': @vitek-karas, @simonrozsival, @steveisok, @akoeplinger |
hi, @steveisok this issue only rise on production game, not found in development. it is happened many times, have a great bad impact on our project. |
This appears to occur on CI sometimes, see https://helixr18s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-113095-merge-69d6ba870ecc462abc/Microsoft.Extensions.Configuration.Binder.SourceGeneration.Tests/1/console.4f47176f.log?helixlogtype=result (recurred at least twice for me) |
Hope the official can try to fix this bug. |
Should be fixed by #113140. |
Description
hit crash on android with execute at
runtime/src/libraries/System.Linq.Expressions/src/System/Dynamic/Utils/ExpressionUtils.cs
Line 90 in d2a2a79
build linq expression in thread and the main thread call gc collect.
Reproduction Steps
we can't reproduct it, but it occur in our production app
Expected behavior
not crash
Actual behavior
crash
Regression?
I don't know, we use 8.0.3 version
Known Workarounds
no
Configuration
No response
Other information
the c backtrace:
we also dump the c# stacktrace when crash:
mabye the main thread is calling gc.collect
The text was updated successfully, but these errors were encountered: