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

RE: [Xen-devel] Look for some help about Windows pv driver

To: "fanliang" <fanliang@xxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-devel] Look for some help about Windows pv driver
From: "James Harper" <james.harper@xxxxxxxxxxxxxxxx>
Date: Tue, 22 Dec 2009 22:55:44 +1100
Cc:
Delivery-date: Tue, 22 Dec 2009 03:56:10 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <000101ca82a7$7cc3da80$e538a60a@xxxxxxxxxxxxxxxx>
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: <000101ca82a7$7cc3da80$e538a60a@xxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcqCp3x8GXMChtBsQsSEqpXUiZ3v1wAVOatw
Thread-topic: [Xen-devel] Look for some help about Windows pv driver
> 
> Hi:
> Is there any body have used GPL Windows pv driver ? Or WLK tools ?

I've run the NDIS test a while ago (a seriously good network test
suite!) to test some of the IP offload code I'd been working on. I
haven't run much of the other stuff though.

> After I
> installed GPL windows pv driver in my windows vm, I run WLK for a
while, and a
> few minutes later, I got a BSoD with error code STOP0X000000F4.

What version of GPLPV?

Parameter 4 of BSoD should be a pointer to a string with some more
information... can you tell me what the string contains? I assume it's
just the name of the task that crashed which won't tell us much.

> Used windbg
> to debug, I got some call stack about  the system proccess .It is
strange that
> the call stack include nothing about the pv driver. I'm wandering how
can I
> fix this problem ? Many thanks if some one gave me some suggestions.

Do you know what was being tested? If it was the disk then maybe there
is some corruption happening - the WLK is supposed to give things a
pretty extreme workout so it could be touching some corner case that
we've never seen in real use. One thing I can think of is how GPLPV
behaves when allocations to system resources fail (eg memory
allocation)... if I don't know how to handle a failure at a specific
point I should have at least put an ASSERT in there so that you get a
definite crash right at the point of failure, not a strange crash some
time later, but maybe I've missed some?

If you are not running a fairly recent version of GPLPV then there was a
bug that only ever showed up under Call Of Duty 4 in server mode on one
specific map that was caused by some buffer corruption on disk
read/write.

Depending on your version of Dom0 and the version of GPLPV, there should
be debug information written out to /var/log/xen/qemu-dm-<domu
name>.log. There might be something useful in there.

If you can reproduce the problem pretty quickly, I can make a very very
new version of GPLPV available to you for testing. I haven't tested it
enough for production use yet but it would be useful to run it through
the WLK. It uses the latest WinDDK (7600).

Also, if you want the GPLPV symbol files for debugging then I have them
for any given recent release, I just don't upload them unless someone
wants them as they are big and I don't have a particularly fast link, so
just ask if you want them.

James


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