All of lore.kernel.org
 help / color / mirror / Atom feed
* some old xl  bugs
@ 2011-05-26  5:41 Zhang, Yang Z
  2011-05-26 14:53 ` Ian Jackson
  2011-05-26 15:21 ` Stefano Stabellini
  0 siblings, 2 replies; 7+ messages in thread
From: Zhang, Yang Z @ 2011-05-26  5:41 UTC (permalink / raw)
  To: Stefano Stabellini (stefano.stabellini@eu.citrix.com); +Cc: xen-devel

Hi Stefano

Here is some xl related bugs which opened for long time and I didn't see anyone working on them. I retest them with latest xen upstream and all of them are still exist.

1. [XL]Fail to create multi-guests with NIC assigned
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1761
xm don't have the issue.

2. [XL]Guest network broken after do SAVE/RESTOR with xl                      
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1703
I never pass this case after using xl. 

3. [XL]"xl vcpu-set" causes dom0 crash or panic                    
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1730
This is a regression which I found during Xen 4.1 release cycle testing.

4. [XL]device reset fail when create/destroy guest 
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1752
This is not a critical bug. But the warning is boring.

If you need more information about those bugs, please let me know.

best regards
yang

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: some old xl  bugs
  2011-05-26  5:41 some old xl bugs Zhang, Yang Z
@ 2011-05-26 14:53 ` Ian Jackson
  2011-05-26 15:21 ` Stefano Stabellini
  1 sibling, 0 replies; 7+ messages in thread
From: Ian Jackson @ 2011-05-26 14:53 UTC (permalink / raw)
  To: Zhang, Yang Z; +Cc: xen-devel, Stefano Stabellini

Zhang, Yang Z writes ("[Xen-devel] some old xl  bugs "):
> Here is some xl related bugs which opened for long time and I didn't see anyone working on them. I retest them with latest xen upstream and all of them are still exist.
> 2. [XL]Guest network broken after do SAVE/RESTOR with xl                      
> http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1703
> I never pass this case after using xl. 

My test system does this and it works.  That is, it does save/restore
tests of guests and checks that the guest is working afterwards by
talking to the guest over the vif.

Ian.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: some old xl  bugs
  2011-05-26  5:41 some old xl bugs Zhang, Yang Z
  2011-05-26 14:53 ` Ian Jackson
@ 2011-05-26 15:21 ` Stefano Stabellini
  2011-05-26 15:36   ` Konrad Rzeszutek Wilk
  1 sibling, 1 reply; 7+ messages in thread
From: Stefano Stabellini @ 2011-05-26 15:21 UTC (permalink / raw)
  To: Zhang, Yang Z; +Cc: Konrad, xen-devel, Rzeszutek Wilk, Stefano Stabellini

thanks for the remainder

On Thu, 26 May 2011, Zhang, Yang Z wrote:
> Hi Stefano
> 
> Here is some xl related bugs which opened for long time and I didn't see anyone working on them. I retest them with latest xen upstream and all of them are still exist.
> 
> 1. [XL]Fail to create multi-guests with NIC assigned
> http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1761
> xm don't have the issue.
> 

from the logs:

*** glibc detected *** xl: malloc(): memory corruption (fast):

it appears to be triggered by libxl_domain_create_new.
Could you please add some more debug messages to xl and libxl to find
out exactly what causes the memory corruption?


> 3. [XL]"xl vcpu-set" causes dom0 crash or panic                    
> http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1730
> This is a regression which I found during Xen 4.1 release cycle testing.

This one is pretty bad. Konrad, I have the feeling somebody else
reported a similar bug recently... 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Re: some old xl  bugs
  2011-05-26 15:21 ` Stefano Stabellini
@ 2011-05-26 15:36   ` Konrad Rzeszutek Wilk
  2011-05-26 15:41     ` Stefano Stabellini
  2011-05-26 18:24     ` Konrad Rzeszutek Wilk
  0 siblings, 2 replies; 7+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-05-26 15:36 UTC (permalink / raw)
  To: Stefano Stabellini; +Cc: Zhang, Yang Z, xen-devel, Konrad

On Thu, May 26, 2011 at 04:21:23PM +0100, Stefano Stabellini wrote:
> thanks for the remainder
> 
> On Thu, 26 May 2011, Zhang, Yang Z wrote:
> > Hi Stefano
> > 
> > Here is some xl related bugs which opened for long time and I didn't see anyone working on them. I retest them with latest xen upstream and all of them are still exist.
> > 
> > 1. [XL]Fail to create multi-guests with NIC assigned
> > http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1761
> > xm don't have the issue.
> > 
> 
> from the logs:
> 
> *** glibc detected *** xl: malloc(): memory corruption (fast):
> 
> it appears to be triggered by libxl_domain_create_new.
> Could you please add some more debug messages to xl and libxl to find
> out exactly what causes the memory corruption?
> 
> 
> > 3. [XL]"xl vcpu-set" causes dom0 crash or panic                    
> > http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1730
> > This is a regression which I found during Xen 4.1 release cycle testing.
> 
> This one is pretty bad. Konrad, I have the feeling somebody else
> reported a similar bug recently... 

I did. But I think you fixed it initially, and then later on tglrx
accepted the patch to fix this for good in generic.

I can't reproduce it anymore on 2.6.39.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Re: some old xl  bugs
  2011-05-26 15:36   ` Konrad Rzeszutek Wilk
@ 2011-05-26 15:41     ` Stefano Stabellini
  2011-05-26 18:24     ` Konrad Rzeszutek Wilk
  1 sibling, 0 replies; 7+ messages in thread
From: Stefano Stabellini @ 2011-05-26 15:41 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk
  Cc: Zhang, Yang Z, xen-devel, Konrad, Stefano Stabellini

On Thu, 26 May 2011, Konrad Rzeszutek Wilk wrote:
> On Thu, May 26, 2011 at 04:21:23PM +0100, Stefano Stabellini wrote:
> > thanks for the remainder
> > 
> > On Thu, 26 May 2011, Zhang, Yang Z wrote:
> > > Hi Stefano
> > > 
> > > Here is some xl related bugs which opened for long time and I didn't see anyone working on them. I retest them with latest xen upstream and all of them are still exist.
> > > 
> > > 1. [XL]Fail to create multi-guests with NIC assigned
> > > http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1761
> > > xm don't have the issue.
> > > 
> > 
> > from the logs:
> > 
> > *** glibc detected *** xl: malloc(): memory corruption (fast):
> > 
> > it appears to be triggered by libxl_domain_create_new.
> > Could you please add some more debug messages to xl and libxl to find
> > out exactly what causes the memory corruption?
> > 
> > 
> > > 3. [XL]"xl vcpu-set" causes dom0 crash or panic                    
> > > http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1730
> > > This is a regression which I found during Xen 4.1 release cycle testing.
> > 
> > This one is pretty bad. Konrad, I have the feeling somebody else
> > reported a similar bug recently... 
> 
> I did. But I think you fixed it initially, and then later on tglrx
> accepted the patch to fix this for good in generic.
> 
> I can't reproduce it anymore on 2.6.39.
> 

I thought it was that bug, I am glad is gone. We should probably submit
one of the two fixes to Jeremy's tree.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Re: some old xl  bugs
  2011-05-26 15:36   ` Konrad Rzeszutek Wilk
  2011-05-26 15:41     ` Stefano Stabellini
@ 2011-05-26 18:24     ` Konrad Rzeszutek Wilk
  2011-05-27 14:06       ` Konrad Rzeszutek Wilk
  1 sibling, 1 reply; 7+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-05-26 18:24 UTC (permalink / raw)
  To: Stefano Stabellini; +Cc: Zhang, Yang Z, xen-devel, Konrad

On Thu, May 26, 2011 at 11:36:54AM -0400, Konrad Rzeszutek Wilk wrote:
> On Thu, May 26, 2011 at 04:21:23PM +0100, Stefano Stabellini wrote:
> > thanks for the remainder
> > 
> > On Thu, 26 May 2011, Zhang, Yang Z wrote:
> > > Hi Stefano
> > > 
> > > Here is some xl related bugs which opened for long time and I didn't see anyone working on them. I retest them with latest xen upstream and all of them are still exist.
> > > 
> > > 1. [XL]Fail to create multi-guests with NIC assigned
> > > http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1761
> > > xm don't have the issue.
> > > 
> > 
> > from the logs:
> > 
> > *** glibc detected *** xl: malloc(): memory corruption (fast):
> > 
> > it appears to be triggered by libxl_domain_create_new.
> > Could you please add some more debug messages to xl and libxl to find
> > out exactly what causes the memory corruption?

Weird, I seem to have something similar happening now that I updated my
Ubuntu 11.04 box (apt-get update).
> > 
> > 
> > > 3. [XL]"xl vcpu-set" causes dom0 crash or panic                    
> > > http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1730
> > > This is a regression which I found during Xen 4.1 release cycle testing.
> > 
> > This one is pretty bad. Konrad, I have the feeling somebody else
> > reported a similar bug recently... 
> 
> I did. But I think you fixed it initially, and then later on tglrx
> accepted the patch to fix this for good in generic.
> 
> I can't reproduce it anymore on 2.6.39.
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Re: some old xl  bugs
  2011-05-26 18:24     ` Konrad Rzeszutek Wilk
@ 2011-05-27 14:06       ` Konrad Rzeszutek Wilk
  0 siblings, 0 replies; 7+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-05-27 14:06 UTC (permalink / raw)
  To: Stefano Stabellini; +Cc: Zhang, Yang Z, xen-devel, Konrad

On Thu, May 26, 2011 at 02:24:31PM -0400, Konrad Rzeszutek Wilk wrote:
> On Thu, May 26, 2011 at 11:36:54AM -0400, Konrad Rzeszutek Wilk wrote:
> > On Thu, May 26, 2011 at 04:21:23PM +0100, Stefano Stabellini wrote:
> > > thanks for the remainder
> > > 
> > > On Thu, 26 May 2011, Zhang, Yang Z wrote:
> > > > Hi Stefano
> > > > 
> > > > Here is some xl related bugs which opened for long time and I didn't see anyone working on them. I retest them with latest xen upstream and all of them are still exist.
> > > > 
> > > > 1. [XL]Fail to create multi-guests with NIC assigned
> > > > http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1761
> > > > xm don't have the issue.
> > > > 
> > > 
> > > from the logs:
> > > 
> > > *** glibc detected *** xl: malloc(): memory corruption (fast):
> > > 
> > > it appears to be triggered by libxl_domain_create_new.
> > > Could you please add some more debug messages to xl and libxl to find
> > > out exactly what causes the memory corruption?
> 
> Weird, I seem to have something similar happening now that I updated my
> Ubuntu 11.04 box (apt-get update).

False alarm. Had the libxen* in /usr/lib and /usr/lib64 and they were both different
versions.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-05-27 14:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-26  5:41 some old xl bugs Zhang, Yang Z
2011-05-26 14:53 ` Ian Jackson
2011-05-26 15:21 ` Stefano Stabellini
2011-05-26 15:36   ` Konrad Rzeszutek Wilk
2011-05-26 15:41     ` Stefano Stabellini
2011-05-26 18:24     ` Konrad Rzeszutek Wilk
2011-05-27 14:06       ` Konrad Rzeszutek Wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.