Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4.0f1
2018.4.13f1
2019.2.0a1
2019.3.0a1
2020.1.0a1
Issue ID
1200966
Regression
No
Crash on physx::shdfnd::internal::HashBase when a big amount of GameObjects with Kinematic Rigidbodies are instantiated
Steps to reproduce:
1. Open the attached project ("1200966.zip")
2. Open "SinglePlayer" scene
3. Enter Play mode
4. Wait for a few seconds so all of the GameObjects are instantiated
5. Exit Play mode
Reproduced with: 2018.4.13f1, 2019.2.14f1, 2019.3.0f1, 2020.1.0a15
Couldn't test with 2017.4 due to console errors
First 4 lines of the stacktrace:
0x00007FF7ADBF0647 (Unity) physx::shdfnd::internal::HashBase
0x00007FF7ADBEC5A2 (Unity) physx::Sc::ElementInteractionMarker::~ElementInteractionMarker
0x00007FF7ADBEC884 (Unity) physx::Sc::ElementInteractionMarker::`vector deleting destructor'
0x00007FF7ADBF011A (Unity) physx::shdfnd::PoolBase
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
- "InvalidOperationException: Trying to SetRenderAttachment on a texture..." exception is thrown when using the depth back buffer as an input attachment in Renderer Feature on Vulkan Graphics API
- [HDRP Wizard] Reload Window fails to reload the HDRP Wizard window
- [HDRP Wizard] Fix All button is not presented using the macOS system
- "InvalidCastException: Specified cast is not valid" is thrown when Generating Lighting with "Virtual Offset" enabled in APV, and a static Skinned Mesh Rendered with a Mesh Filter Component is in the Scene
- TMP material doesn't update when using Localized Property to change the font assets
Resolution Note:
Too many objects in a tight spot, each overlapping each pairwise. The physics engine creates an interaction object per each overlapping pair, and while there is no clear limit on those, this project has a potential to result with more than 81 million interactions. This is perhaps unintentional and goes a little beyond what can be simulated by the physics engine reliably well.