WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Race condition leading to VMError : Device 0 not connected

To: xendevel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Race condition leading to VMError : Device 0 not connected
From: jd <jdsw2002@xxxxxxxxx>
Date: Thu, 6 Sep 2007 11:46:48 -0700 (PDT)
Delivery-date: Thu, 06 Sep 2007 11:47:24 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=drLeESMUujfeBEZ7N8YC/bF4HCUUccRgAIaltvtne3WFLpWQnrkcj9wycJtFI3vdxtyq/bKT5KuMcb+R2Ycv0OizPb9058Vf9+26sTPf8mYo7cjd/p8nE5ILn2dlfr89dw1q7qPuyFAelanjUTrKJHOdIJuJTISbMiW6/d70cs8=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi
   We have a client that shows and updates the current
dom status periodically. When I issue a kill to a dom,
the next call to xend.domains(1) fails with the
VMError.

It seems that Xen is still in the process of killing
and the xend.domains call is trying to get information
and seeing some partial stuff, leading to this
problem.

This particularly happens when vif is set with mac
address and bridge specification.

See attached stack trace and xm info to get idea about
the environment.

Is this a known problem ? Any patches available ?

Any workaround that can be coded in the client ? 
(I have tried some lame waits.. but there is another
thread that runs into this.)

Thanks
/Jd


      
____________________________________________________________________________________
Shape Yahoo! in your own image.  Join our Network Research Panel today!   
http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Race condition leading to VMError : Device 0 not connected, jd <=