Search Issue Tracker
Fixed in 2017.3.X
Votes
0
Found in
2017.1.0b9
Issue ID
919929
Regression
No
Editor crash after "Fatal error in GC" message when Rebuilding in Voxeland asset
To reproduce:
1. Open the attached project
2. Open "DemoScene" in Assets\Voxeland\Demo\Scenes
3. Select Voxeland Game Object
4. In the Inspector, in the Voxeland script component, expand the "Mode and Ranges"
5. Set "Editor mode" property to "Static"
6. Set "Playmode Mode" property to "Dynamic Limited"
7. Set "Terrain Size" to 2000 (it will be automatically downsized a bit)
8. In the same Voxeland script component click the "Rebuild" button
Desired outcome: Progress completes successfully.
Actual result: Message box "Fatal error in GC: Too many root sets" appears before the end of the progress. Editor crashes few seconds after pressing "OK" on that message box.
Stack trace:
GC_add_roots_inner
GC_add_roots
mono_gc_register_root
thread_startup
mono_profiler_thread_start
start_wrapper_internal
start_wrapper
inner_start_thread
Reproduced with 2017.1.0b6, 2017.1.0b9, 2017.1.0b10, 2017.2.0b4
Not reproduced with 5.5.4f1, 5.6.1p4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment