蓝屏和自动重启

蓝屏和自动重启

大家好,我在 Windows 2008 R2 Standard 64 位上遇到了蓝屏问题,我正在分享包含一些内存转储的 Zip 文件。 http://www.fileconvoy.com/dfl.php?id=g74a24d3e9d210a3d99918718672871cbd48bdf1d3

我已经检查了以下项目

通过“CoreTemp”工具检查温度:结果:良好 通过“MeMTest”工具检查 RAM:结果:良好 通过“Western digital data life guard”工具检查硬盘:结果:良好

您能帮我找出蓝屏的根本原因(哪个驱动程序/硬件/软件造成了此问题)吗?

先感谢您。

谨致问候,Gaurav

答案1

所有转储都表明您存在存储问题:

*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

IRQL_NOT_LESS_OR_EQUAL (a)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high.  This is usually
caused by drivers using improper addresses.
If a kernel debugger is available get the stack backtrace.
Arguments:
Arg1: fffff88004c40000, memory referenced
Arg2: 0000000000000002, IRQL
Arg3: 0000000000000000, bitfield :
    bit 0 : value 0 = read operation, 1 = write operation
    bit 3 : value 0 = not an execute operation, 1 = execute operation (only on chips which support this level of status)
Arg4: fffff80001683040, address which referenced memory

Debugging Details:
------------------

CURRENT_IRQL:  2

FAULTING_IP: 
nt!RtlCopyMemoryNonTemporal+40
fffff800`01683040 4c8b0c11        mov     r9,qword ptr [rcx+rdx]

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  WIN7_DRIVER_FAULT_SERVER

BUGCHECK_STR:  0xA

PROCESS_NAME:  sqlservr.exe

STACK_TEXT:     
nt!KeBugCheckEx
nt!KiBugCheckDispatch
nt!KiPageFault
nt!RtlCopyMemoryNonTemporal
hal!HalpDmaSyncMapBuffers
hal!HalpDmaMapScatterTransfer
hal!HalpMapTransfer
hal!IoMapTransfer
hal!HalpAllocateAdapterCallback
hal!HalAllocateAdapterChannel
hal!HalBuildScatterGatherList
PCIIDEX!BmSetup
ataport!IdeDispatchChannelRequest
ataport!IdeStartChannelRequest
ataport!IdeStartDeviceRequest
ataport!IdePortPdoDispatch
ataport!IdePortDispatch
CLASSPNP!ServiceTransferRequest
CLASSPNP!ClassReadWrite
partmgr!PmGlobalDispatch
volmgrx!VMX_IO_DISK_EXTENT::Transfer
volmgrx!VmxpMirrorWritePhase1
volmgrx!VMX_OVERLAPPED_IO_MANAGER::AcquireIoRegion
volmgrx!VMX_IO_MIRROR::LaunchWrite
volmgrx!VMX_IO_MIRROR::Transfer
volmgrx!VmxReadWrite
volmgr!VmReadWrite
volsnap!VolsnapWriteFilter
Ntfs!NtfsStorageDriverCallout
nt!KxSwitchKernelStackCallout
nt!KiSwitchKernelStackContinue

运行 chkdsk /r /f 并尝试不同的电缆。还将 BIOS 从 2.1a 更新到 2.1c。

相关内容