From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:45863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grlFV-0000fL-Gx for qemu-devel@nongnu.org; Thu, 07 Feb 2019 10:05:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grlFU-0004eE-Bp for qemu-devel@nongnu.org; Thu, 07 Feb 2019 10:05:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58970) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grlFU-0004JZ-3H for qemu-devel@nongnu.org; Thu, 07 Feb 2019 10:05:56 -0500 References: From: Paolo Bonzini Message-ID: <38cce726-69b6-d7cc-6392-0bbabfc067ca@redhat.com> Date: Thu, 7 Feb 2019 16:05:38 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 3/3] char-socket: Lock tcp_chr_disconnect() and socket_reconnect_timeout() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , Alberto Garcia Cc: QEMU On 07/02/19 15:46, Marc-Andr=C3=A9 Lureau wrote: > That looks like a subset of "[Qemu-devel] Segfaults in chardev due to > races". The problem is likely to occur with other chardevs I am > afraid. Yes, it could possibly happen with pty at least. However, Alberto's patch is a start. Paolo