Search Issue Tracker
Fixed
Fixed in 6000.0.42f1, 6000.1.0b9, 6000.2.0a6
Votes
7
Found in
6000.0.34f1
6000.1.0b1
6000.2.0a1
Issue ID
UUM-96080
Regression
Yes
Freeze when calling Rigidbody.SweepTestAll in a specific project
How to reproduce:
1. Open the “CrashRepro“ project
2. Open the “Assets/SampleScene.unity“ Scene
3. Enter Play Mode
Reproducible with: 2023.3.0b1, 6000.0.34f1, 6000.1.0b1, 6000.2.0a1
Not reproducible with: 2022.3.56f1, 2023.3.0a19
Reproducible on: macOS 15.2 Sequoai (Intel), Windows 10 (reported by user)
Not reproducible on: No other environment tested
Note: Issue reproducible in Player
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
- IndexOutOfRangeException occurs when entering "<a></a>" tags in a TextMeshPro UI field
- Numeric property drag cursor gets enabled in the Inspector Preview window when the window is above numeric properties
- UI elements become unusable due to Object and Text Fields being set to empty/"0" when clicking "Reset" on their Components
- Scene Asset is not attached to a Lighting Data Asset for a URP Package Sample Scene
- Gizmos are not rendered for the Base Camera when using Camera Stacking
Resolution Note (fix version 6000.2.0a6):
Fixes a stack corruption on SweepTestAll when doing a sweep test on a higher number than 32 colliders in a scene. Also replaced any allocators which use alloca to avoid any potential null expection crashes on IOS. We now allocate the returned hit results in one instance, instead of in a block based manner, which caused us to jump back and forth between the abstraction layer and unity several times, which caused the stack corruption to occur.
Resolution Note (fix version 6000.1.0b9):
Fixes a stack corruption on SweepTestAll when doing a sweep test on a higher number than 32 colliders in a scene. Also replaced any allocators which use alloca to avoid any potential null expection crashes on IOS. We now allocate the returned hit results in one instance, instead of in a block based manner, which caused us to jump back and forth between the abstraction layer and unity several times, which caused the stack corruption to occur.
Resolution Note (fix version 6000.0.42f1):
Fixes a stack corruption on SweepTestAll when doing a sweep test on a higher number than 32 colliders in a scene. Also replaced any allocators which use alloca to avoid any potential null expection crashes on IOS. We now allocate the returned hit results in one instance, instead of in a block based manner, which caused us to jump back and forth between the abstraction layer and unity several times, which caused the stack corruption to occur.