"Ntfs.sys"mavi ekran hatası

Rich (BB code):
PAGE_FAULT_IN_NONPAGED_AREA (50)
Invalid system memory was referenced.  This cannot be protected by try-except.
Typically the address is just plain bad or it is pointing at freed memory.
Arguments:
Arg1: ffff8304bb80bffe, memory referenced.
Arg2: 0000000000000002, X64: bit 0 set if the fault was due to a not-present PTE.
bit 1 is set if the fault was due to a write, clear if a read.
bit 3 is set if the processor decided the fault was due to a corrupted PTE.
bit 4 is set if the fault was due to attempted execute of a no-execute PTE.
- ARM64: bit 1 is set if the fault was due to a write, clear if a read.
bit 3 is set if the fault was due to attempted execute of a no-execute PTE.
Arg3: fffff8066c561ae9, If non-zero, the instruction address which referenced the bad memory
address.
Arg4: 0000000000000000, (reserved)

Normalde ulaşılmaması gereken bir adrese ulaşılmış. Orada ne olduğuna bakalım.
Rich (BB code):
1: kd> !pte ffff8304bb80bffe
                                           VA ffff8304bb80bffe
PXE at FFFFB9DCEE773830    PPE at FFFFB9DCEE706090    PDE at FFFFB9DCE0C12EE0    PTE at FFFFB9C1825DC058
contains 0A0000042B220863  contains 0A0000006D6FF863  contains 1A000002A2F36863  contains 0015E41400000000
pfn 42b220    ---DA--KWEV  pfn 6d6ff     ---DA--KWEV  pfn 2a2f36    ---DA--KWEV  not valid
Page has been freed

Erişilen bellek adresi zaten "temizlenmiş". Normalde işlemler belleği kullanır ve işleri bittiği zaman bu bellek adresini işletim sistemine geri bırakmak için serbest bırakırlar. Ancak burada bir hata olduğu için işlemler bitmeden önce serbest bırakılmış bir adrese erişilmeye çalıştığı için hata almışız. Peki bunu hangi işlem yapmış?

Rich (BB code):
kd> ln fffff8066c561ae9

(fffff806`6c561a10)   Ntfs!NtfsInsertCachedLcnAtIndex+0xd9   |  (fffff806`6c561da4)   Ntfs!NtfsShrinkDelWindow

Ntfs.sys, Windows'un disk yönetiminden sorumlu sürücülerinden birisidir. Bu noktada yapılması gereken şey disk ile alakalı bileşenleri kontrol etmek.
  • Sistemde takılı bütün diskleri belirtin. Fiziksel bağlantılarını kontrol edin, mümkünse farklı bir SATA kablosu takın. HD Tune indirerek test yapın, SMART verilerini paylaşın.
  • BIOS güncellemesi yapın.
  • Chipset sürücülerini kurun.
 
Rich (BB code):
PAGE_FAULT_IN_NONPAGED_AREA (50)
Invalid system memory was referenced.  This cannot be protected by try-except.
Typically the address is just plain bad or it is pointing at freed memory.
Arguments:
Arg1: ffff8304bb80bffe, memory referenced.
Arg2: 0000000000000002, X64: bit 0 set if the fault was due to a not-present PTE.
bit 1 is set if the fault was due to a write, clear if a read.
bit 3 is set if the processor decided the fault was due to a corrupted PTE.
bit 4 is set if the fault was due to attempted execute of a no-execute PTE.
- ARM64: bit 1 is set if the fault was due to a write, clear if a read.
bit 3 is set if the fault was due to attempted execute of a no-execute PTE.
Arg3: fffff8066c561ae9, If non-zero, the instruction address which referenced the bad memory
address.
Arg4: 0000000000000000, (reserved)

Normalde ulaşılmaması gereken bir adrese ulaşılmış. Orada ne olduğuna bakalım.
Rich (BB code):
1: kd> !pte ffff8304bb80bffe
                                           VA ffff8304bb80bffe
PXE at FFFFB9DCEE773830    PPE at FFFFB9DCEE706090    PDE at FFFFB9DCE0C12EE0    PTE at FFFFB9C1825DC058
contains 0A0000042B220863  contains 0A0000006D6FF863  contains 1A000002A2F36863  contains 0015E41400000000
pfn 42b220    ---DA--KWEV  pfn 6d6ff     ---DA--KWEV  pfn 2a2f36    ---DA--KWEV  not valid
Page has been freed

Erişilen bellek adresi zaten "temizlenmiş". Normalde işlemler belleği kullanır ve işleri bittiği zaman bu bellek adresini işletim sistemine geri bırakmak için serbest bırakırlar. Ancak burada bir hata olduğu için işlemler bitmeden önce serbest bırakılmış bir adrese erişilmeye çalıştığı için hata almışız. Peki bunu hangi işlem yapmış?

Rich (BB code):
kd> ln fffff8066c561ae9

(fffff806`6c561a10)   Ntfs!NtfsInsertCachedLcnAtIndex+0xd9   |  (fffff806`6c561da4)   Ntfs!NtfsShrinkDelWindow

Ntfs.sys, Windows'un disk yönetiminden sorumlu sürücülerinden birisidir. Bu noktada yapılması gereken şey disk ile alakalı bileşenleri kontrol etmek.
  • Sistemde takılı bütün diskleri belirtin. Fiziksel bağlantılarını kontrol edin, mümkünse farklı bir SATA kablosu takın. HD Tune indirerek test yapın, SMART verilerini paylaşın.
  • BIOS güncellemesi yapın.
  • Chipset sürücülerini kurun.
Merhaba,

sfc /scannow uyguladım ve eksik dosyaları onardıktan sonra tekrar hata almadım.

Bilgisayarımda crackli yazılımlar var ve bunları temizlemek/güncellemek için Revo Uninstaller ile siliyorum. Dolayısıyla kayıt defterine de müdehale ediyorum, lisansları da silinsin diye. Sizce bundan kaynaklı oluşmuş olabilir mi?

Yani sorunum çözüldü ama kaynağını bulmaya çalışıyorum.
 

Technopat Haberler

Yeni konular

Geri
Yukarı