Re: socket_send & socket_recv fail when sending non-socket ports

2010-09-19 Thread Thomas Bushnell, BSG
Good catch. As Roland notes the old code here has the restart race bug. Also it was probably a leak because I think nothing here wa counting he new make send instance the way we normally wrap all uses of make send. On Sunday, September 19, 2010, Manuel Menal wrote: > On 27/07/2010 17:39, Emilio P

Re: socket_send & socket_recv fail when sending non-socket ports

2010-09-19 Thread Samuel Thibault
Manuel Menal, le Sun 19 Sep 2010 13:54:23 +0200, a écrit : > Here is a very simple fix for this bug: Applied. Samuel

Re: socket_send & socket_recv fail when sending non-socket ports

2010-09-19 Thread Manuel Menal
On 27/07/2010 17:39, Emilio Pozuelo Monfort wrote: > Hi, Hello, > While adding support for SCM_RIGHTS to glibc, I've created a testcase that > sends > and receives some ports on the result of a socketpair() call. The ports sent > were initially the two ports result of another socketpair() call,