this works around an apparently atexit() handler in nvidia drivers that if you fork() a parent and do NOT exec() then the child process will end up messing with the parent processes access to the nvidia devices/display/whatever i believe via an atexit() handler because moving from exit() to _exit() solves the issue. fixes T6197 @fixdevs/bu5hm4n/sandbox_fix
parent
df55db07df
commit
4f8e3acfcf
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue