From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH] Fix SEGVs in xenconsoled Date: Mon, 15 Aug 2005 15:27:30 -0500 Message-ID: <4300FAB2.5080109@us.ibm.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt Cc: xen-devel List-Id: xen-devel@lists.xenproject.org Ian Pratt wrote: >>Under the right circumstances, xenconsoled will corrupt its >>internal list of domains causing a SEGV. This is usually >>characterized by a rapid number of creations/destructions. >>The attached patch fixes this. >> >> > >I'm seeing frequent short pauses and even ocassional hangs from console >clients. Any chance this will fix that? > > I think this should fix the hangs from clients. The code base is small so once I can reproduce a problem I can solve it pretty quickly. The short pauses are part of the throttling to combat corruption. We could get rid of the throttling and just deal with the corruption for now until we get the new console drivers. Regards, Anthony Liguori >Thanks, >Ian > > >