Search Issue Tracker
Fixed in 1.5/2.0
Votes
1
Found in [Package]
2019.3
2020.2
2020.2.0a7
Issue ID
1237679
Regression
No
Crash on mono_object_get_class when entering Play mode after removing Burst without rebuilding Asset Bundle
How to reproduce:
1. Open the project "1237679"
2. Remove the Burst package from the project
3. Enter Play mode in the SampleScene
4. Observe the crash
Reproducible with: 2019.3.10f1, 2020.1.0b5, 2020.2.0a7
Could not test with: 2017.4.39f1 (no Burst package), 2018.4.31f1 (Console errors regarding AnimationStream)
Note:
1. To reproduce it multiple times, install and uninstall the Burst package, then enter Play mode
2. The crash does not occur if the Asset Bundle is rebuilt (Tools > Build AssetBundle)
First 5 lines of the stack trace:
#0 0x0000014591877a in mono_object_get_class
#1 0x0000010835153e in scripting_object_get_class(ScriptingObjectPtr)
#2 0x000001073afa57 in BurstCompilerService::CompileAsync(ScriptingClassPtr, ScriptingObjectPtr, void*, int, void (*)(void*, int, void*), void (*)(void*, BurstLogType, char const*, char const*, int))
#3 0x00000107a51934 in CreateJobReflectionData(ScriptingSystemTypeObjectPtr, ScriptingSystemTypeObjectPtr, JobType, ScriptingObjectPtr*, core::basic_string<char, core::StringStorageDefault<char> >&)
#4 0x00000107a53b6d in CreateJobReflectionData(ScriptingSystemTypeObjectPtr, ScriptingSystemTypeObjectPtr, JobType, ScriptingObjectPtr, ScriptingObjectPtr, ScriptingObjectPtr)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [UI Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
- Editing and saving Curve changes in UI Builder window throws multiple errors in the Console
- [UI Builder] Value is not selected when left clicking on Spacing/Border Widget values
Add comment