Search Issue Tracker
Fixed
Fixed in 6000.1.12f1, 6000.2.0b10, 6000.3.0a2
Votes
0
Found in
2022.3.63f1
6000.0.51f1
6000.1.8f1
6000.2.0b6
Issue ID
UUM-109706
Regression
No
Crash on mono_class_inflate_generic_method_full_checked when accessing static properties or methods of a Generic Interface in a Generic Class
How to reproduce:
1. Open the attached “IN-104068.zip” project
2. Open the “SampleScene”
3. Enable Debug Mode
4. Enter Play Mode
5. Observe the crash
Reproducible in: 2022.2.0a1, 2022.3.63f1, 6000.0.51f1, 6000.1.8f1, 6000.2.0b6
Reproducible on: Windows 10, Windows 11
Not reproducible on: macOS 15.5 Sequoia (Intel)
First few lines of stacktrace:
{noformat}
0x00007ff8004878be (mono-2.0-bdwgc) [class.c:1188] mono_class_inflate_generic_method_full_checked
0x00007ff800740fca (mono-2.0-bdwgc) [mini-trampolines.c:617] common_call_trampoline
0x00007ff800741c08 (mono-2.0-bdwgc) [mini-trampolines.c:781] mono_magic_trampoline
0x0000021eb68b03a6 ((<unknown>))
0x0000021ec05df413 (Mono JIT Code) [CrashTest.cs:54] GenericEntry`1<V_REF>:Run () {noformat}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment