Ağ sürücülerinizi indirip kurun. Ek olarak ekran sorununuza gelecek olursak paneliniz arızalı olabilir.
[CODE title="Dökümler"]*******************************************************************************
* *
* 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: ffffc4002f8a7e50
Arg3: 0000000000000002
Arg4: fffff8023cee6c89
Debugging Details:
------------------
KEY_VALUES_STRING: 1
Key : Analysis.CPU.mSec
Value: 10671
Key : Analysis.DebugAnalysisManager
Value: Create
Key : Analysis.Elapsed.mSec
Value: 44316
Key : Analysis.Init.CPU.mSec
Value: 921
Key : Analysis.Init.Elapsed.mSec
Value: 3044
Key : Analysis.Memory.CommitPeak.Mb
Value: 77
Key : WER.OS.Branch
Value: vb_release
Key : WER.OS.Timestamp
Value: 2019-12-06T14:06:00Z
Key : WER.OS.Version
Value: 10.0.19041.1
FILE_IN_CAB: 031322-8328-01.dmp
BUGCHECK_CODE: 7f
BUGCHECK_P1: 8
BUGCHECK_P2: ffffc4002f8a7e50
BUGCHECK_P3: 2
BUGCHECK_P4: fffff8023cee6c89
TRAP_FRAME: ffffc4002f8a7e50 -- (.trap 0xffffc4002f8a7e50)
NOTE: The trap frame does not contain all registers.
Some register values may be zeroed or incorrect.
rax=000000004a7aa1c0 rbx=0000000000000000 rcx=0000000000000000
rdx=0000000000004f79 rsi=0000000000000000 rdi=0000000000000000
rip=fffff8023cee6c89 rsp=0000000000000002 rbp=ffff848fabf8b4e0
r8=0000000000000000 r9=000000000000fffc r10=fffff8023a228530
r11=0000000000000002 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
iopl=0 nv up ei ng nz na po nc
NETIO!FsbAllocate+0x49:
fffff802`3cee6c89 483b5320 cmp rdx,qword ptr [rbx+20h] ds:00000000`00000020=????????????????
Resetting default scope
BLACKBOXBSD: 1 (!blackboxbsd)
BLACKBOXNTFS: 1 (!blackboxntfs)
BLACKBOXPNP: 1 (!blackboxpnp)
BLACKBOXWINLOGON: 1
CUSTOMER_CRASH_COUNT: 1
PROCESS_NAME: utorrentie.exe
STACK_TEXT:
ffffc400`2f8a7d08 fffff802`3a409569 : 00000000`0000007f 00000000`00000008 ffffc400`2f8a7e50 00000000`00000002 : nt!KeBugCheckEx
ffffc400`2f8a7d10 fffff802`3a404383 : 83485824`6c8b4850 ccc35e5f`5e4130c4 cccccccc`cccccccc 6c894808`245c8948 : nt!KiBugCheckDispatch+0x69
ffffc400`2f8a7e50 fffff802`3cee6c89 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiDoubleFaultAbort+0x2c3
00000000`00000002 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : NETIO!FsbAllocate+0x49
SYMBOL_NAME: NETIO!FsbAllocate+49
MODULE_NAME: NETIO
IMAGE_NAME: NETIO.SYS
IMAGE_VERSION: 10.0.19041.1554
STACK_COMMAND: .cxr; .ecxr ; kb
BUCKET_ID_FUNC_OFFSET: 49
FAILURE_BUCKET_ID: 0x7f_8_NETIO!FsbAllocate
OS_VERSION: 10.0.19041.1
BUILDLAB_STR: vb_release
OSPLATFORM_TYPE: x64
OSNAME: Windows 10
FAILURE_ID_HASH: {ab150e8a-389a-055f-ba7f-46f0972ee3b1}
Followup: MachineOwner
---------[/CODE]