Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4
2018.4
2019.2
2019.3
2019.3.0b9
2020.1
Issue ID
1195844
Regression
No
Crash on C++ native plugin allocation
Steps to reproduce:
1. Open the attached project ("1195844.zip")
2. Open "SampleScene" Scene
3. Enter Play mode
4. Press "Enter" and once the Map has appeared, keep pressing Alpha1 until it crashes
Reproducible with: 2017.4.36f1, 2018.4.15f1, 2019.2.18f1, 2019.3.0f5, 2020.1.0a18
Notes:
- The plugin crashes on the function in the plugin that in C# does the same thing, but doesn't crash Unity
- The 4th step might require to click on any other part of Unity if it doesn't crash
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
- [WebGL][Android] Corrupt header when connecting via IP
- Editor and Android Player hangs/freezes when repeatedly Loading/Unloading AssetBundle in Vulkan
- Selecting a Material for HDRP Decal Projector in the Inspector window spams errors in the Console
- Expanded Asset Preview Box moves/hides when creating new Asset in Project window
- Player crashes on Meta Quest with "/apex/com.android/runtime/lib64/bionic/libc.so" when using OpenXR Plugin in a specific project
Resolution Note:
This is a crash in a native C++ plugin and not something we can fix in Unity.
We suggest attaching a C++ debugger to Unity and setting a symbolic breakpoint in the C++ plugin function that is crashing and try diagnose the issue this way.