Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.27f1
Issue ID
UUM-39833
Regression
No
[Linux][IL2CPP] Player is not killed when using xkill command
Reproduction steps:
1. Create a new 3D project
2. Click Edit > Project Settings > Player > Other Settings
3. Set Scripting Backend to IL2CPP
4. Click File > Build
5. Run the built Player
6. Open the Terminal and System Monitor
7. In the System Monitor, find the process of the Player
8. In the Terminal, enter ‘xkill’ command and click on the Player
9. Observe that the Player display is killed
10. The system Monitor still shows the Player process is alive
Expected result: The player process is killed
Actual result: The player process is still alive
Reproducible with: 2021.3.27f1, 2022.1.0a16
Fixed in: 2022.1.0b1
Reproducible on: Ubuntu 23.04, Ubuntu 22.10
Note: Does not reproduce with Mono builds
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- 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
Resolution Note:
Using xkill to end the runtime process is not supported. We're unable to modify the runtime at this time to terminate the process when xkill is received. Please kill the process directly to terminate.