Search Issue Tracker
Fixed
Fixed in 2020.3.46f1, 2021.3.21f1, 2022.2.10f1, 2023.1.0b9, 2023.2.0a2
Votes
0
Found in
2020.3.44f1
2021.3.17f1
2022.2.4f1
2023.1.0b1
Issue ID
UUM-24705
Regression
No
[Linux] Editor ignores SIGTERM signal when using command 'kill <PID>'
Reproduction steps:
1. Create a new 3D project
2. Open the Terminal
3. Enter this command: ps aux | grep 2021.3.14f1 | grep -v grep | awk '{print $2}'
4. Enter this command: kill <first PID from the results of the previous command>
Expected result: Unity Editor is killed
Actual result: Unity Editor is still open
Reproducible with: 2020.3.44f1, 2021.3.17f1, 2022.2.4f1, 2023.1.0b1
Reproducible on: Ubuntu 20.04
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on [NSApplication endModalSession:] when saving while Play Mode is loading
- Incorrect Preferred Height calculation when a single text line uses different Font Assets
- [ShaderGraph] Redo Collapse Nodes action does not fully collapse the Nodes
- [Ubuntu] Mouse cursor is set box select mode after exiting VFX Graph's Rename Context function
- Unrecognized identifier DECLARE_STACK_CB error is thrown when VirtualTexture Property is used with Custom RenderTexture target
Add comment