ブルースクリーンが発生し、PC が再起動する原因は何ですか?

ブルースクリーンが発生し、PC が再起動する原因は何ですか?

専門家の助けが必要です。最近、友人がスペアパーツを持ってきて、PC を組み立ててくれました。PC の仕様は次のとおりです。

Casing: Aerocool vs92 gaming
Processor: core i7 3.4-3.9GHz 8mb cache LGA1155
Mainboard: msi b75 MA-G43 professional
Memory: Kingston 4GB DDR3 1333
HARDDISK: TOSHIBA 500GB SATA 7200 RPM
GRAPHICS CARD: msi HD 6450 2GB FULL HD HDMI
WINDOWS 7 ULTIMATE 64 bit

ミニダンプ ファイルを Dropbox にアップロードし、以下のリンクを投稿しました。https://www.dropbox.com/s/d1i40f618m1kglc/ミニダンプ.rar

実際、PC は bccode エラー コード 2b および a で再起動していました。グラフィックスのドライバーを再インストールした後、コンピューターはエラー bccode 117、1a、4e、d1、および a で再起動しています。

何が起こっているのか、この問題をどう解決すればよいのか、誰か教えてください。グラフィック カードを変更する必要がありますか? この問題を解決するために変更する必要がある部品はありますか? 専門家の助けが必要です。助けてください。

答え1

ダンプには RAM の問題 (nt!NtFreeVirtualMemory および nt!MiResolveDemandZeroFault でのクラッシュ) が表示されます。

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

Use !analyze -v to get detailed debugging information.

BugCheck A, {fffffa86017ecff0, 2, 1, fffff80002ce835f}

Probably caused by : memory_corruption ( nt!MiReplenishPageSlist+100 )

Followup: MachineOwner
---------

2: kd> !analyze -v
*******************************************************************************
*                                                                             *
*                        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: fffffa86017ecff0, memory referenced
Arg2: 0000000000000002, IRQL
Arg3: 0000000000000001, 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: fffff80002ce835f, address which referenced memory

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

CURRENT_IRQL:  2

FAULTING_IP: 
nt!MiReplenishPageSlist+100
fffff800`02ce835f f00fba6b1000    lock bts dword ptr [rbx+10h],0

DEFAULT_BUCKET_ID:  WIN7_DRIVER_FAULT

BUGCHECK_STR:  0xA

PROCESS_NAME:  firefox.exe

STACK_TEXT:  
nt!KeBugCheckEx
nt!KiBugCheckDispatch
nt!KiPageFault
nt!MiReplenishPageSlist
nt!MiRemoveAnyPage
nt!MiResolveDemandZeroFault
nt!MmAccessFault
nt!KiPageFault
0x0


IMAGE_NAME:  memory_corruption

FAILURE_BUCKET_ID:  X64_0xA_nt!MiReplenishPageSlist+100

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

MEMORY_MANAGEMENT (1a)
    # Any other values for parameter 1 must be individually examined.
Arguments:
Arg1: 0000000000041790, A page table page has been corrupted. On a 64 bit OS, parameter 2
    contains the address of the PFN for the corrupted page table page.
    On a 32 bit OS, parameter 2 contains a pointer to the number of used
    PTEs, and parameter 3 contains the number of used PTEs.
Arg2: fffffa80047ebe10
Arg3: 000000000000ffff
Arg4: 0000000000000000

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


BUGCHECK_STR:  0x1a_41790

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  WIN7_DRIVER_FAULT

PROCESS_NAME:  dllhost.exe

STACK_TEXT:  
nt!KeBugCheckEx
nt! ?? ::FNODOBFM::`string'
nt!NtFreeVirtualMemory
nt!KiSystemServiceCopyEnd
nt!KiServiceLinkage
nt!PspExitThread
nt!PspTerminateThreadByPointer
nt!NtTerminateThread
nt!KiSystemServiceCopyEnd
0x0


FAILURE_BUCKET_ID:  X64_0x1a_41790_nt!_??_::FNODOBFM::_string_+339d6

ダウンロードしてくださいメモリテスト86+、ISOから新しい起動可能なCD(可能であればCD-RWを使用)を焼きます(ダウンロードして使用してください)画像バーンこれを行うには、Windows 7 で ISO をダブルクリックします)、PC を再起動し、RAM を 4 ~ 5 時間スキャンしてエラーを探します。memtest86 でエラーが検出された場合は、各モジュールを個別にテストし、障害のある RAM を交換します。

メモリテストでエラーがない場合は、ダウンロードしてください。CPU-Zメモリと SPD タブを見て、現在の RAM 速度とタイミングが SPD タブに表示されている値と一致していることを確認します。RAM が CR (コマンド レート) 1T で動作している場合は、BIOS で値を 2T に変更します。

関連情報