3060 Ti sistem mavi ekran hatası

İşletim sistemi
Windows 10
Rich (BB code):
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e)
This is a very common BugCheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
Some common problems are exception code 0x80000003. This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG. This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG. This will let us see why this breakpoint is
happening.
Arguments:
Arg1: ffffffffc0000005, The exception code that was not handled < İstisnaya sebep olan hata kodu
Arg2: fffff8049de05cca, The address that the exception occurred at < Çökmenin yürütülmeye başlandığı adres
Arg3: ffff8b0d0f1be1d8, Exception Record Address < istisna kaydı
Arg4: ffff8b0d0f1bda10, Context Record Address < bağlam kaydı

Hata kodu belli ve gayet kolay işlenebilen bir hata kodu.

Rich (BB code):
3: kd> !error c0000005
Error code: (NTSTATUS) 0xc0000005 (3221225477) - The instruction at 0x%p referenced memory at 0x%p. The memory could not be %s.

Bir bellek erişim ihlali oluyor.

Rich (BB code):
.cxr 0xffff8b0d0f1bda10
rax=0000000000000005 rbx=ffff8b0d0f1be5f0 rcx=ffff930fe2075000
rdx=00000000000008e8 rsi=ffff930fe2075000 rdi=ffff9300136c70e8
rip=fffff8049de05cca rsp=ffff8b0d0f1be410 rbp=ffff8b0d0f1be510
 r8=0000000000000006 r9=0000000000000000 r10=0000000000000000
r11=ffff8b0d0f1be408 r12=0000000000000001 r13=0000000000000001
r14=0000000000000000 r15=0000000000000000
iopl=0 nv up ei pl zr na po nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00050246
nvlddmkm+0xb55cca:
fffff809de05cca 418b4708 mov eax,dword ptr ds:002b:0000000000000008=????????
Resetting default scope

İlk başta yazdığımız gibi. Bağlam kaydı tüm olayı söylüyor açıkça. fffff804'9de05cca adresinnde yürütülen komut "nvlddmkm" yani NVIDIA ekran kartına ait sürücüyü içeren komut. Bu komutun açıkça eriştiği adres 0000000000000008 adresi.

Rich (BB code):
2: kd> !pte 0000000000000008
 VA 0000000000000008
PXE at FFFF8EC763B1D000 PPE at FFFF8EC763A00000 PDE at FFFF8EC740000000 PTE at FFFF8E8000000000
contains 8A00000402CBF867 contains 0000000000000000
pfn 402cbf ---DA--UW-V contains 0000000000000000
not valid

Kernel sürücüler "not valid" geçersiz adreslere referans verirlerse sistem çöker. Bu da mavi ekranla sonuçlanır.

Rich (BB code):
.exr 0xffff8b0d0f1be1d8
ExceptionAddress: fffff8049de05cca (nvlddmkm+0x0000000000b55cca)
 ExceptionCode: c0000005 (Access violation)
 ExceptionFlags: 00000000
NumberParameters: 2
 Parameter[0]: 0000000000000000
 Parameter[1]: 0000000000000008
Attempt to read from address 0000000000000008

İstisna kaydı da bu durumu doğruluyor. Ekran kartının geçersiz bellek erişimi sonrası Access violation hatasına düşmüş sistem.

Rich (BB code):
2: kd> lmvm nvlddmkm
Browse full module list
start end module name
fffff804`9d2b0000 fffff804`a0d18000 nvlddmkm T (no symbols)
 Loaded symbol image file: nvlddmkm.sys
 Image path: nvlddmkm.sys
 Image name: nvlddmkm.sys
 Browse all global symbols functions data
 Timestamp: Tue Apr 2 23:30:52 2024 (660C6AFC)
 CheckSum: 03946599
 ImageSize: 03A68000
 Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
 Information from resource tables:

Ekran kartı sürücün 1 ay önceden kalma olarak görünüyor. Güncelle. Sorun devam ederse öyle yeni dosyalarını at ki farklı bir şey çıkarsa işimize yarasın.
 
Rich (BB code):
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e)
This is a very common BugCheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
Some common problems are exception code 0x80000003. This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG. This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG. This will let us see why this breakpoint is
happening.
Arguments:
Arg1: ffffffffc0000005, The exception code that was not handled < İstisnaya sebep olan hata kodu
Arg2: fffff8049de05cca, The address that the exception occurred at < Çökmenin yürütülmeye başlandığı adres
Arg3: ffff8b0d0f1be1d8, Exception Record Address < istisna kaydı
Arg4: ffff8b0d0f1bda10, Context Record Address < bağlam kaydı

Hata kodu belli ve gayet kolay işlenebilen bir hata kodu.

Rich (BB code):
3: kd> !error c0000005
Error code: (NTSTATUS) 0xc0000005 (3221225477) - The instruction at 0x%p referenced memory at 0x%p. The memory could not be %s.

Bir bellek erişim ihlali oluyor.

Rich (BB code):
.cxr 0xffff8b0d0f1bda10
rax=0000000000000005 rbx=ffff8b0d0f1be5f0 rcx=ffff930fe2075000
rdx=00000000000008e8 rsi=ffff930fe2075000 rdi=ffff9300136c70e8
rip=fffff8049de05cca rsp=ffff8b0d0f1be410 rbp=ffff8b0d0f1be510
 r8=0000000000000006 r9=0000000000000000 r10=0000000000000000
r11=ffff8b0d0f1be408 r12=0000000000000001 r13=0000000000000001
r14=0000000000000000 r15=0000000000000000
iopl=0 nv up ei pl zr na po nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00050246
nvlddmkm+0xb55cca:
fffff809de05cca 418b4708 mov eax,dword ptr ds:002b:0000000000000008=????????
Resetting default scope

İlk başta yazdığımız gibi. Bağlam kaydı tüm olayı söylüyor açıkça. fffff804'9de05cca adresinnde yürütülen komut "nvlddmkm" yani NVIDIA ekran kartına ait sürücüyü içeren komut. Bu komutun açıkça eriştiği adres 0000000000000008 adresi.

Rich (BB code):
2: kd> !pte 0000000000000008
 VA 0000000000000008
PXE at FFFF8EC763B1D000 PPE at FFFF8EC763A00000 PDE at FFFF8EC740000000 PTE at FFFF8E8000000000
contains 8A00000402CBF867 contains 0000000000000000
pfn 402cbf ---DA--UW-V contains 0000000000000000
not valid

Kernel sürücüler "not valid" geçersiz adreslere referans verirlerse sistem çöker. Bu da mavi ekranla sonuçlanır.

Rich (BB code):
.exr 0xffff8b0d0f1be1d8
ExceptionAddress: fffff8049de05cca (nvlddmkm+0x0000000000b55cca)
 ExceptionCode: c0000005 (Access violation)
 ExceptionFlags: 00000000
NumberParameters: 2
 Parameter[0]: 0000000000000000
 Parameter[1]: 0000000000000008
Attempt to read from address 0000000000000008

İstisna kaydı da bu durumu doğruluyor. Ekran kartının geçersiz bellek erişimi sonrası Access violation hatasına düşmüş sistem.

Rich (BB code):
2: kd> lmvm nvlddmkm
Browse full module list
start end module name
fffff804`9d2b0000 fffff804`a0d18000 nvlddmkm T (no symbols)
 Loaded symbol image file: nvlddmkm.sys
 Image path: nvlddmkm.sys
 Image name: nvlddmkm.sys
 Browse all global symbols functions data
 Timestamp: Tue Apr 2 23:30:52 2024 (660C6AFC)
 CheckSum: 03946599
 ImageSize: 03A68000
 Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
 Information from resource tables:

Ekran kartı sürücün 1 ay önceden kalma olarak görünüyor. Güncelle. Sorun devam ederse öyle yeni dosyalarını at ki farklı bir şey çıkarsa işimize yarasın.
Hocam bunları nasıl okuyorsun?
 
Rich (BB code):
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e)
This is a very common BugCheck. Usually the exception address pinpoints.
the driver/function that caused the problem. Always note this address.
as well as the link date of the driver/image that contains this address.
Some common problems are exception code 0x80000003. This means a hard.
coded breakpoint or assertion was hit, but this system was booted.
/NODEBUG. This is not supposed to happen as developers should never have.
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the.
system is booted /DEBUG. This will let us see why this breakpoint is.
happening.
Arguments:
Arg1: ffffffffc0000005, The exception code that was not handled < İstisnaya sebep olan hata kodu.
Arg2: fffff8049de05cca, The address that the exception occurred at < Çökmenin yürütülmeye başlandığı adres.
Arg3: ffff8b0d0f1be1d8, Exception Record Address < istisna kaydı.
Arg4: ffff8b0d0f1bda10, Context Record Address < bağlam kaydı.

Hata kodu belli ve gayet kolay işlenebilen bir hata kodu.

Rich (BB code):
3: kd> !error c0000005
Error code: (NTSTATUS) 0xc0000005 (3221225477) - The instruction at 0x%p referenced memory at 0x%p. The memory could not be %s.

Bir bellek erişim ihlali oluyor.

Rich (BB code):
.cxr 0xffff8b0d0f1bda10
rax=0000000000000005 rbx=ffff8b0d0f1be5f0 rcx=ffff930fe2075000
rdx=00000000000008e8 rsi=ffff930fe2075000 rdi=ffff9300136c70e8
rip=fffff8049de05cca rsp=ffff8b0d0f1be410 rbp=ffff8b0d0f1be510
 r8=0000000000000006 r9=0000000000000000 r10=0000000000000000
r11=ffff8b0d0f1be408 r12=0000000000000001 r13=0000000000000001
r14=0000000000000000 r15=0000000000000000
iopl=0 nv up ei pl zr na po nc.
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00050246
nvlddmkm+0xb55cca:
fffff809de05cca 418b4708 mov eax,dword ptr ds:002b:0000000000000008=????????
Resetting default scope

İlk başta yazdığımız gibi. Bağlam kaydı tüm olayı söylüyor açıkça. Fffff804'9de05cca adresinnde yürütülen komut "nvlddmkm" yani NVIDIA ekran kartına ait sürücüyü içeren komut. Bu komutun açıkça eriştiği adres 0000000000000008 adresi.

Rich (BB code):
2: kd> !pte 0000000000000008
 VA 0000000000000008.
PXE at FFFF8EC763B1D000 PPE at FFFF8EC763A00000 PDE at FFFF8EC740000000 PTE at FFFF8E8000000000.
contains 8A00000402CBF867 contains 0000000000000000.
pfn 402cbf ---DA--UW-V contains 0000000000000000.
not valid

Kernel sürücüler "not valid" geçersiz adreslere referans verirlerse sistem çöker. Bu da mavi ekranla sonuçlanır.

Rich (BB code):
.exr 0xffff8b0d0f1be1d8
ExceptionAddress: fffff8049de05cca (nvlddmkm+0x0000000000b55cca)
 ExceptionCode: c0000005 (Access violation)
 ExceptionFlags: 00000000.
NumberParameters: 2
 Parameter[0]: 0000000000000000.
 Parameter[1]: 0000000000000008.
Attempt to read from address 0000000000000008

İstisna kaydı da bu durumu doğruluyor. Ekran kartının geçersiz bellek erişimi sonrası Access violation hatasına düşmüş sistem.

Rich (BB code):
2: kd> lmvm nvlddmkm
Browse full module list.
start end module name.
fffff804`9d2b0000 fffff804`a0d18000 nvlddmkm T (no symbols)
 Loaded symbol image file: nvlddmkm.sys
 Image path: nvlddmkm.sys
 Image name: nvlddmkm.sys
 Browse all global symbols functions data.
 Timestamp: Tue Apr 2 23:30:52 2024 (660C6AFC)
 CheckSum: 03946599.
 ImageSize: 03A68000.
 Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
 Information from resource tables:

Ekran kartı sürücün 1 ay önceden kalma olarak görünüyor. Güncelle. Sorun devam ederse öyle yeni dosyalarını at ki farklı bir şey çıkarsa işimize yarasın.

Güncelledim şu an sıkıntı yok gibi.
 

Yeni konular

Geri
Yukarı