|
|
|
|
|
|
|
|
|
|
xen-devel
答复: [Xen-devel] Look for some help about Windows pv driver
Thanks a lot.
I can understand what you said , But what puzzled me is that I saw nothing
about my windows pv driver from the output of !analyze -v inside windbg .I
am not sure that the BSoD had nothing with the windows pv driver. WLK goes
very well in other windows system without pv driver ,so I guess the pv
driver cases the BSod.
-----邮件原件-----
发件人: Paul Durrant [mailto:paul.durrant@xxxxxxxxxx]
发送时间: 2009年12月22日 17:38
收件人: fanliang
抄送: xen-devel@xxxxxxxxxxxxxxxxxxx
主题: Re: [Xen-devel] Look for some help about Windows pv driver
fanliang wrote:
> Is there any body have used GPL Windows pv driver ? Or WLK tools ?
> 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 . 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.
First, have a look at
http://msdn.microsoft.com/en-us/library/ms789516.aspx and look up the
bugcheck code. In your case it's CRITICAL_OBJECT_TERMINATION. If you look at
http://msdn.microsoft.com/en-us/library/ms797140.aspx you'll see that
parameter 1 of the bugcheck tells you the object type (process or thread),
parameter 2 points to the object, parameter 3 points to the process image
file name and parameter 4 points to an ASCII string telling you what
happened.
If you didn't already, then run !analyze -v inside windbg as it will also
tell you most of this and decode some of the info for you.
Paul
--
===============================
Paul Durrant, Software Engineer
Citrix Systems (R&D) Ltd.
First Floor, Building 101
Cambridge Science Park
Milton Road
Cambridge CB4 0FY
United Kingdom
===============================
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|