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
- The tag adder functionality does not work if a space is entered instead of a name
- Errors thrown in the Console when configuring In-App Purchases package
- Longer Scaler Profile names go out of the"Scaler Profilers" section
- AI Navigation window UI elements overlap when the AI Navigation window is docked and resized
- Editor freezes after some time when using NavMeshQuery::Raycast
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.