Python does some bad things to the signal masks in the current process and
then we spawn child processes (debugserver, etc) and those bad settings get inherited. We stop this from happening by correctly mucking with the posix spawn attributes. llvm-svn: 143176
Loading
Please register or sign in to comment