As the title suggests the build succeeds but the process never exits. I am using following command to build a project:
/home/user/Unity/Hub/Editor/2022.2.13f1/Editor/Unity -batchmode -projectPath /home/user/Unity/Projects/MyProject -buildLinux64Player Builds/MyProject -logFile build.log
The generated build works fine but after a few minutes of waiting I run out of patience and have to forcefully kill the process which then causes a segfault. Is this a bug on Linux or is something super important still doing something?