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-users

[Xen-users] call to xs_unwatch() does not return

To: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] call to xs_unwatch() does not return
From: JG <javagrande2@xxxxxxxxx>
Date: Wed, 7 Jul 2010 18:38:58 -0700
Delivery-date: Wed, 07 Jul 2010 18:40:13 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=tYDWFpFjJ3pySi70crDSuJ4PnD6inOCxq+iNV7Ikku4=; b=xW1AX2nZj9iCRNWcKKsOa8oZj2VLQyrmaj5wBA0fTLXEEalObY4VaQwXlCWFu1nsDK 0V/bPrWSl58HYzPP88mZ5S8UIheuyt1p6l7Q8Pe7Z1FwmlXBVJmrDusI4cGq2W9ncr8H yFOTLy9ZqiRbDC6B3/bYe3aJL+QaNqxXktRMM=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=bP8un1odskP2QaoMs9bNN7Z3+fC0SnryNSJMEVPTXegKTMP7nYAU9/w+uUGQNjeJy+ oZfCFqMraMypXMmMQ+H7Q26nWw05G8EjDi0VWvZVmxfEBcQ7pHvwxoF87x7zh+NAY1R8 08p79SH6AOH01Enpcp2JK2gkYi0fZTkAf9GJ0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-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.1.2-164.11.1.el5 
Dom0: Centos 05 , 64 bit 2.6.18-164.11.1.el5xen kernel.

--
-
JG

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