On 06/26/2012 05:27 PM, levin li wrote: > client_info.conn.blocking_siblings is initialized with INIT_LIST_HEAD, but > we check whether it's empty as a list head in client_handler, with > an uninitialized list_head, it may not empty, so list_del gives a > segment fault. Applied, thanks. Yuan