Search Issue Tracker
Active
Under Consideration for 6000.6.X
Votes
0
Found in
2022.3.74f1
6000.0.71f1
6000.3.11f1
6000.4.1f1
6000.5.0b1
6000.6.0a1
Issue ID
UUM-137724
Regression
No
Crash on mono_jit_runtime_invoke when disabling the Debug Mode with the Code Coverage enabled
How to reproduce:
1. Create a new Unity project
2. Install the "Code Coverage" package
3. Go to Window -> Analysis -> Code Coverage
4. Enable the Code Coverage with the Debug Mode off
5. Enable the Debug Mode
6. Disable the Debug Mode and observe the results
Expected results: Editor doesn't crash
Actual results: Editor crashes
Reproducible with: 1.3.0, 2.0.0-pre.1 (2022.3.74f1, 6000.4.1f1, 6000.5.0b1, 6000.6.0a1)
Reproducible on: macOS Tahoe 26 (M1)
Not reproducible on: No other environment tested
Notes:
- Sometimes also reproduced by switching Code Coverage support on and off while Debug Mode is off
- Repeat steps 4-6 if it doesn't crash
First lines of stacktrace:
#0 0x0000017234ea1c in mono_jit_runtime_invoke
#1 0x000001724d4b64 in do_runtime_invoke
#2 0x000001724d4aa4 in mono_runtime_invoke
#3 0x00000105e12b58 in scripting_method_invoke(ScriptingMethodPtr, ScriptingObjectPtr, ScriptingArguments&, ScriptingExceptionPtr*, bool)
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