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] call to xs_unwatch() does not return

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] call to xs_unwatch() does not return
From: JG <javagrande2@xxxxxxxxx>
Date: Fri, 9 Jul 2010 14:13:40 -0700
Delivery-date: Fri, 09 Jul 2010 14:14:37 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=d1W8jTA9ZNofaE4dIva0iIW4/qRRrJn+BJKo4JTEnz0=; b=Cj0R2QNIba9TzwSPsjUkwm9QJ5h+qbp6F0VnFu4oCVxeUf4mqyE0xPe4EgXVR6aBQf lUiMA5VO1oNyh/OeHwPVP+iFGaGeN9MzG3iUW5vT4DogzvxT4GmFrlAeboVR+rTLMmtG duXAr0bZTzgTHiIPAa2ZNLH7Tp8/FwN7BB8rE=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=utWID7OWrY0SEgypLtBundP+plsqB/WRgJy84p9vLtNA0adHamX+w/iedF8U1EgRY3 7785wf9mVZijQDj++qwz07Ya0iX5QdHROhP7jGwPqAn/Fuy1p0FMUGLU74Jd9Es2djhK GETwTsrsN29NN+vSw8hdi07uC7v6wmvJWZ/xs=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTin5KsMm8EO_RJhf9pNnI3n78lZoWaq7kuv-YZ2y@xxxxxxxxxxxxxx>
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <AANLkTin5KsMm8EO_RJhf9pNnI3n78lZoWaq7kuv-YZ2y@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I have a question about the xenstore xs_unwatch() call - are there any conditions under which this call would never return ? 

I am using GuestVM [http://labs.oracle.com/projects/guestvm/] -  a JVM implementation that runs as a DomU on Xen. The GuestVM debugger runs in Dom0 and talks to the GuestVM DomU using xenstore. After establishing initial connection with GuestVM, the debugger makes a call to xs_unwatch(), from which it never returns.  

My very limited knowledge of xenbus/xenstore prevent me from debugging further and from asking a more informed/precise question.

Any help would be greatly appreciated.

My system config is as follows:

Xen version: 3.4.2
Dom0: Centos 5.4 , 64 bit 2.6.18-194.8.1.el5xen kernel.

--
-
JG


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] call to xs_unwatch() does not return, JG <=