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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.