Search Issue Tracker
Won't Fix
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
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
- Errors and warnings are thrown after installing Visual Effect Graph Learning Samples
- Add Behaviour dropdown has a part in which the dropdown outline is cut out when the Add Behaviour dropdown is opened
Resolution Note:
This error is caused by a native plugin used in the Unity Project. It appears it may be a GoLang runtime.