Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.4.X
Votes
3
Found in
2019.3.0a5
2019.3.0b8
2020.1
Issue ID
1194440
Regression
No
AsyncGPUReadback.RequestIntoNativeArray() crashes Unity when trying to request a copy to the same NativeArray multiple times
How to reproduce:
1. Open the attached project(Test ref AsyncGPUReadback) using the EnvIronman VM(optional, more information in Edit)
2. Open the SampleScene
3. Enter Play Mode
4. Wait until a few copies are finished
Expected result: the Editor does not crash
Actual result: the Editor crashes
Reproducible with: 2019.3.0a5, 2019.3.0b9, 2020.1.0a11
Could not test with: 2017.4.33f1, 2018.4.11f1, 2019.2.11f1, 2019.3.0a4('AsyncGPUReadback' does not contain a definition for 'RequestIntoNativeArray')
Notes:
Reproduced on both Windows and macOS
May take a few requests before the crash occurs
Comments (2)
-
MartinTilo
Jul 24, 2020 13:52
Yep, there is this variance of this bug that could be possibly related to / confused with this issue
https://issuetracker.unity3d.com/product/unity/issues/guid/1260624/ -
Menion-Leah
Jun 17, 2020 23:04
I strongly suspect this fix in 2019.4.0f1 LTS introduced some regression with NativeArray memory management.
Plugins like NatCorder work correctly until 2019.3.15f1, while in LTS they start allocating GB and GB of RAM that doesn't get released even after stopping playmode.
They are visible in the profiler as well, but they don't fall in any category listed (textures, sprites, gameobjects...)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Package signature validation unexpectedly return an invalid signature status if the validation check is done after the code signing certificate validaty range has passed
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
Resolution Note (fix version 2020.1):
Fixed in 2020.1.0a19
Resolution Note (fix version 2019.4):
Fixed in 2019.4.0f1