[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-devel] RE: blue screen in windows balloon driver
> Hi James: > > I am still working on the blue screen issue. > > This time I found 6 more machines to test. Two machines confronts a new > blue screen in > 2 days long test. > > KERNEL_STACK_INPAGE_ERROR > stop:0x00000077(0xc0000185,0xc0000185,0x00000000,0x009d9000) > > > Attached is the log, cp1, 9, 15, 16, 17, 20, are broken, and has the log > like: > ----------------------------- > 12944494073046: XenVbd --> XenVbd_HwScsiResetBus > 12944494073046: XenVbd IRQL = 31 > 12944494073046: XenVbd Completing in-flight srb 892C7058 with status > SRB_STATUS_BUS_RESET > 12944494073046: XenVbd <-- XenVbd_HwScsiResetBus > 12944494073046: XenPCI Grant Entry 16382 for ISCS still in use by ISCS > 12944494073046: > *** Assertion failed: !xpdd->gnttbl_table[ref].flags > *** Source File: e:\download\win-pvdrivers.hg\xenpci\gnttbl.c, line 120 > --------------------------- > That Assertion only happens in dump mode though right? Due to the delays in requests getting completed, dump mode is still seeing request completions from non-dump mode. I should have a fix for that in a minute. Bug check 0x77 means that windows couldn't read the page into memory from the page file. This could still be caused by timeouts. The first and second parameter 0xc0000185 means 'STATUS_IO_DEVICE_ERROR' which I guess would be consistent with windows repeatedly trying to read the pagefile and then giving up after multiple timeout/reset cycles. James _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |