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
- Sprite Atlas remains loaded in memory after scene change or unloading assets
- Decompressing a DeflateStream under IL2CPP misses a few bytes
- Referred style sheet stays dirty after saving when using the UIBuilder
- The Height map Amplitude is not working when using HDRP/LayeredLit
- Infinite inertial tensor rotation values are not discarded (both AB and RB)
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.