Search Issue Tracker
Fixed in 5.6.0f3
Won't Fix in 5.5.X
Votes
0
Found in
5.5.0f3
Issue ID
860948
Regression
Yes
[ScriptUpdater] Too many heap sections error while upgrading a project with huge amount of scripts
Reproduction Steps:
1- Open the reproduction project using Unity 5.5. (860948_reproduction.zip)
2- Wait for import, Unity will ask to update scripts, accept it.
3- Wait for Script Updater to finish.
Expected Result: Unity updates all scripts and compiles them.
Actual Result: Too Many Heap Sections error pops up and compiling starts and fails again.
Fixed in: 5.6.5f1
Reproducible: 5.5.0p3 5.5.0a4
Not reproducible: 5.6.0b1, 5.5.0a3 5.4.3f1, 5.3.6f1
Regression introduced with: 5.5.0a4
When a project with a huge amount of scripts is opened in a newer version, script updater fails with an error message: "Too many heap sections".
The reproduction project has ~5000 scripts with ~200.000 errors.
Same project is successfully converted when the amount of scripts is reduced to 1500 and the amount of errors is reduced proportionally.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Add comment