[CRIU] Re: [PATCH 08/14] files: Restore epolls lately
    Cyrill Gorcunov 
    gorcunov at openvz.org
       
    Thu May  3 09:46:28 EDT 2012
    
    
  
On Thu, May 03, 2012 at 05:45:19PM +0400, Cyrill Gorcunov wrote:
> 
> and restore stuck. Which comes from pipes.c:recv_pipe_fd so I believe
> ordering of pipe ends creation does matter (or there is a bug in pipes.c,
> Andrew?).
> 
Btw, if one change list_add_tail(&le->ps_list, fds); to plain
list_add(&le->ps_list, fds);, the pipe tests are stuck as well.
	Cyrill
    
    
More information about the CRIU
mailing list