Search Issue Tracker
Won't Fix
Won't Fix in 2023.2.X
Votes
0
Found in
2021.3.28f1
2022.3.4f1
2023.1.3f1
2023.2.0a23
Issue ID
UUM-41823
Regression
No
[Linux] Crash on runtime.raise.abi0 when exiting the Play Mode
Reproduction steps:
1. Open the attached “Test Project” project
2. Open the “Scenes/DamageTest” Scene
3. Enter and exit the Play Mode
Expected result: Unity exits the Play Mode
Actual result: Unity Crashes
Reproducible with: 2021.3.28f1, 2022.3.4f1, 2023.1.3f1, 2023.2.0a23
Reproducible on: Ubuntu 22.04
Not reproducible on: Windows 10
First lines of the stack trace:
#0 0x007f93ffd8cab0 in __sigaction
#1 0x007f923c4a4aa1 in runtime.raise.abi0
#2 0x007f923c4724ad in runtime.fatalpanic
#3 0x007f923c471b9b in runtime.gopanic
#4 0x007f923c4883fd in runtime.sigpanic
#5 0x007f923c57c204 in _cgoexp_9ada0be7d2df_SendLeaveMessage
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
This error is caused by a native plugin used in the Unity Project. It appears it may be a GoLang runtime.
Resolution Note (2023.2.X):
This error is caused by a native plugin used in the Unity Project. It appears it may be a GoLang runtime.