Search Issue Tracker
Won't Fix
Won't Fix in 2021.3.X
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.
Resolution Note (2021.3.X):
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.