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. Regards, Anthony Liguori _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
> 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? Thanks, Ian _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
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 > > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Reasonably Related Threads
- xenconsoled
- Bug#851654: Prerm maintainer script unconditionally stops xend/xenconsoled
- [PATCH 1 of 4] xenconsoled: do not write the pty under serial
- is the xenconsoled crash solved?
- Bug#517863: Make logging of guest console output in dom0 via xenconsoled configurable