Gaibou
80+
- Katılım
- 5 Kasım 2020
- Mesajlar
- 142
- Reaksiyon skoru
- 59
LOQ 15irh8 model laptopum bundan 1 ay önce falan hiç çökmezdi. O sıralar windows 11 kullanıyordum fakat çökmeler başladıktan sonra windows 10'a geçtim. Hiç bir faydası olmadı. Bazen BSOD yiyorum bazen ise oynadığım oyun (overwatch) 2 farklı şekilde çöküveriyor. Sanki alt+f4 basılmış gibi bi anda kapanıyor bazen de normal bir şekilde crash verip loglara kaydediyor. Linux'da böyle bir sorun oluyor mu diye CachyOS'i SSD'den küçük bir partition açıp kurdum ve orada hiç çökmedi. Farklı kodlarla BSOD yediğim de oldu. Kaç haftadır şu b*ktan sorunu çözmeye çalışıyorum artık oturup ağlayacağım galiba.
Kod:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
UNEXPECTED_KERNEL_MODE_TRAP (7f)
This means a trap occurred in kernel mode, and it's a trap of a kind
that the kernel isn't allowed to have/catch (bound trap) or that
is always instant death (double fault). The first number in the
BugCheck params is the number of the trap (8 = double fault, etc)
Consult an Intel x86 family manual to learn more about what these
traps are. Here is a *portion* of those codes:
If kv shows a taskGate
use .tss on the part before the colon, then kv.
Else if kv shows a trapframe
use .trap on that value
Else
.trap on the appropriate frame will show where the trap was taken
(on x86, this will be the ebp that goes with the procedure KiTrap)
Endif
kb will then show the corrected stack.
Arguments:
Arg1: 0000000000000008, EXCEPTION_DOUBLE_FAULT
Arg2: ffffa6800eb46e70
Arg3: 000000000eb2fa10
Arg4: fffff807660e6258
Debugging Details:
------------------
*** WARNING: Unable to verify timestamp for nvlddmkm.sys
KEY_VALUES_STRING: 1
Key : Analysis.CPU.mSec
Value: 1718
Key : Analysis.Elapsed.mSec
Value: 32002
Key : Analysis.IO.Other.Mb
Value: 0
Key : Analysis.IO.Read.Mb
Value: 1
Key : Analysis.IO.Write.Mb
Value: 1
Key : Analysis.Init.CPU.mSec
Value: 421
Key : Analysis.Init.Elapsed.mSec
Value: 10085
Key : Analysis.Memory.CommitPeak.Mb
Value: 82
Key : Analysis.Version.DbgEng
Value: 10.0.29507.1001
Key : Analysis.Version.Description
Value: 10.2511.5.1 amd64fre
Key : Analysis.Version.Ext
Value: 1.2511.5.1
Key : Bugcheck.Code.LegacyAPI
Value: 0x7f
Key : Bugcheck.Code.TargetModel
Value: 0x7f
Key : Failure.Bucket
Value: 0x7f_8_nvlddmkm!unknown_function
Key : Failure.Hash
Value: {1e2b201d-3868-7883-c455-91a3ec283c76}
Key : WER.OS.Branch
Value: vb_release
Key : WER.OS.Version
Value: 10.0.19041.1
Key : WER.System.BIOSRevision
Value: 1.44.0.0
BUGCHECK_CODE: 7f
BUGCHECK_P1: 8
BUGCHECK_P2: ffffa6800eb46e70
BUGCHECK_P3: eb2fa10
BUGCHECK_P4: fffff807660e6258
FILE_IN_CAB: 021626-10296-01.dmp
FAULTING_THREAD: ffffa6800eb21340
TRAP_FRAME: ffffa6800eb46e70 -- (.trap 0xffffa6800eb46e70)
NOTE: The trap frame does not contain all registers.
Some register values may be zeroed or incorrect.
rax=ffffbb8bf4af7a50 rbx=0000000000000000 rcx=0000000000000001
rdx=0000000000000001 rsi=0000000000000000 rdi=0000000000000000
rip=fffff807660e6258 rsp=000000000eb2fa10 rbp=ffffa6800eb2fb20
r8=0000000000000000 r9=ffffa6800eb2fbcc r10=fffff807674335f8
r11=0000000000000000 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
iopl=0 nv up ei pl nz na pe nc
nvlddmkm+0x106258:
fffff807`660e6258 5e pop rsi
Resetting default scope
BLACKBOXBSD: 1 (!blackboxbsd)
BLACKBOXNTFS: 1 (!blackboxntfs)
BLACKBOXPNP: 1 (!blackboxpnp)
BLACKBOXWINLOGON: 1 (!blackboxwinlogon)
CUSTOMER_CRASH_COUNT: 1
PROCESS_NAME: System
STACK_TEXT:
ffffa680`0eb46d28 fffff807`32811da9 : 00000000`0000007f 00000000`00000008 ffffa680`0eb46e70 00000000`0eb2fa10 : nt!KeBugCheckEx
ffffa680`0eb46d30 fffff807`3280c252 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiBugCheckDispatch+0x69
ffffa680`0eb46e70 fffff807`660e6258 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiDoubleFaultAbort+0x2d2
00000000`0eb2fa10 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nvlddmkm+0x106258
SYMBOL_NAME: nvlddmkm+106258
MODULE_NAME: nvlddmkm
IMAGE_NAME: nvlddmkm.sys
STACK_COMMAND: .process /r /p 0xfffff80733124a00; .thread 0xffffa6800eb21340 ; kb
BUCKET_ID_FUNC_OFFSET: 106258
FAILURE_BUCKET_ID: 0x7f_8_nvlddmkm!unknown_function
OS_VERSION: 10.0.19041.1
BUILDLAB_STR: vb_release
OSPLATFORM_TYPE: x64
OSNAME: Windows 10
FAILURE_ID_HASH: {1e2b201d-3868-7883-c455-91a3ec283c76}
Followup: MachineOwner
---------