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] EVTCHNOP_send crash Windows

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] EVTCHNOP_send crash Windows
From: wayne gong <wayne.gong@xxxxxxxxxx>
Date: Tue, 13 Apr 2010 17:20:22 +0800
Delivery-date: Tue, 13 Apr 2010 02:21:34 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Organization: Oracle Corporation
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.24 (Windows/20100228)
Hello there,

When I run migration test for my PV drivers, I find that EVTCHNOP_send hypercall crash windows with error code 0x7F (0x8...) http://msdn.microsoft.com/en-us/library/ff559244(v=VS.85).aspx <http://msdn.microsoft.com/en-us/library/ff559244%28v=VS.85%29.aspx> when system was migrated for more than 500 times. PV drivers can call it successfully for several times before crash when system is suspending or resuming. It always happens in some xenstore watch event callback routine. Such as read/write device state key or state key changing watcher callback routine. The hypercall didn't return from hypervisor but windows crashes. I've checked the xenstore base address from share info and parameter of that hyper call, looks like are fine. So which situation of that hypercall will crash windows? Which part I should double check in my PV drivers?

I am using WDK 7600.16385.1, Windows 7 X86, Xen 3.4.0.

BTW, seems that Windows 7 X64 works fine in migration test.

Thanks
Wayne

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] EVTCHNOP_send crash Windows, wayne gong <=