Comment #8 on issue 29225 by [email protected]: PageCyclerTest.Intl2File getting killed http://code.google.com/p/chromium/issues/detail?id=29225
I was able to duplicate this error with following scenario: 1. Open a nonblocking socketpair with no readers. 2. Fill the output buffer entirely. 3. Use sendmsg() to send over a tiny message with an fd in it. sendmsg() then returns -1 with errno == EMSGSIZE So I think we may be hitting a state where another process has read some data from the socket but not enough to allow sendmsg() to send the buffer with the fd over atomically :( -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
