Comment 14 for bug 978678

Revision history for this message
Eric-pouech (eric-pouech) wrote :

from looking a bit more at the traces, when a new process is started, it get's the pid of the server (which will call ptrace on this process later on) through SCM_CREDENTIALS information of first recvmsg call
however, only the first process gets the correct pid, the next processes receive 0 as pid, hence breaking the stuff
this used to work in 11.10...