Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden.
Du solltest ein Upgrade durchführen oder einen alternativen Browser verwenden.
Du solltest ein Upgrade durchführen oder einen alternativen Browser verwenden.
PC startet sich selber neu
- Ersteller idkwdym
- Erstellt am
- Registriert
- Okt. 2021
- Beiträge
- 798
ach vielen dank- jetzt habe ich es verstaden. Vielen lieben DankPCTüftler schrieb:Rechtsklick auf das Startsymbol in der Taskleiste > Einstellungen > System > Info > Erweiterte Systemeinstellungen (auf der rechten Seite) > Reiter "Erweitert" > Starten und Wiederherstellen (auf "Einstellungen klicken") > Hacken bei "Automatischen Neustart durchführen" wegnehmen > OK
Ergänzung ()
ja c;. habe es voher nicht so richtig verstanden.Mounti64 schrieb:Siehst du, jetzt hast du es sogar doppelt.
Hallo,xbettyxaureliax schrieb:XMP ist aber auch deaktiviert, aber davon kommt es wahrscheinlich nicht oder?
kann man pauschal schlecht sagen, ein (zu) langsamer RAM kann schon die Systemleistung beeinträchtigen. Und da die CPU für die minimale Framerate "zuständig" ist (die GraKa in der Regel für die maximale), die CPU aber permanent mit dem RAM Daten austauscht, sind Ruckler (= einbrechen der FPS) durch "lahmen" RAM nicht gänzlich auszuschließen. Hängt aber sehr stark von der Anwendung/Spiel ab.
Müsstest halt mal mit XMP probieren
LG N.
Gorasuhl
Commander
- Registriert
- Mai 2021
- Beiträge
- 2.087
öffne das Dump-File mal mit dem debugging tool (windbg) von Windows und packe das am besten in einen Spoiler oder packe das als Code rein. Sonst wird der Beitrag sehr lang/groß.
Hier mal eine Anleitung zum Debugger: Link
Und hier noch der Link zum Debugger: Link
Bei mir ist der schon installiert, kann aber auch an der Version (Win10 Education) liegen.
Hier mal eine Anleitung zum Debugger: Link
Und hier noch der Link zum Debugger: Link
Bei mir ist der schon installiert, kann aber auch an der Version (Win10 Education) liegen.
- Registriert
- Okt. 2021
- Beiträge
- 798
Vielen lieben Dank! Ich mach mich an die Arbeit. Danke danke danke@Gorasuhl schrieb:öffne das Dump-File mal mit dem debugging tool (windbg) von Windows und packe das am besten in einen Spoiler oder packe das als Code rein. Sonst wird der Beitrag sehr lang/groß.
Hier mal eine Anleitung zum Debugger: Link
Und hier noch der Link zum Debugger: Link
Bei mir ist der schon installiert, kann aber auch an der Version (Win10 Education) liegen.
- Registriert
- Okt. 2021
- Beiträge
- 798
https://www.transfernow.net/de/dltransfer?utm_source=sadsad
war es so gemeint? :c
war es so gemeint? :c
Zuletzt bearbeitet:
deYoda
Lt. Commander
- Registriert
- Okt. 2016
- Beiträge
- 1.298
Merci!PCTüftler schrieb:Rechtsklick auf das Startsymbol in der Taskleiste
Ähnliches Problem: unmotivierte an nichts festmachbare Neustarts ohne irgendwelche Fehlermeldungen.
Mitlesen lohnt sich! ----> jetzt dank des Tips abgestellt...
War mir zwar schon irgendwann mal begegnet der Haken, aber in den Einstellungen kommst halt selten vorbei und denkst da auch nicht mehr dran.
- Registriert
- Okt. 2021
- Beiträge
- 798
freut mich, dass es bei dir geklappt hat-deYoda schrieb:Merci!
Ähnliches Problem: unmotivierte an nichts festmachbare Neustarts ohne irgendwelche Fehlermeldungen.
Mitlesen lohnt sich! ----> jetzt dank des Tips abgestellt...
War mir zwar schon irgendwann mal begegnet der Haken, aber in den Einstellungen kommst halt selten vorbei und denkst da auch nicht mehr dran.
Gorasuhl
Commander
- Registriert
- Mai 2021
- Beiträge
- 2.087
Hattest du schon mal Memtest86 (Link) laufen lassen?
Ich hatte bei deinem Link Probleme mit dem Herunterladen, heute hat es geklappt. Habe die 3 Dateien mal gepackt und an meinen Beitrag angehangen.
Ich bin nicht der Experte für Debugging. Ich sehe hier einen Stackoverflow und zwei mal Probleme mit dem Stack Pointer.
Wodurch die verursacht werden kann ich nicht sagen. Kann durchaus sein, dass das von einem Defekten Arbeitsspeicher her rührt, daher meine Frage ob Memtest86 schon mal ausgeführt wurde und wenn ja, ob es fehlerfrei durchlief.
Dumpfile 6. März:
Dumpfile 9. März:
Dumpfile 11. März:
Ich hatte bei deinem Link Probleme mit dem Herunterladen, heute hat es geklappt. Habe die 3 Dateien mal gepackt und an meinen Beitrag angehangen.
Ich bin nicht der Experte für Debugging. Ich sehe hier einen Stackoverflow und zwei mal Probleme mit dem Stack Pointer.
Wodurch die verursacht werden kann ich nicht sagen. Kann durchaus sein, dass das von einem Defekten Arbeitsspeicher her rührt, daher meine Frage ob Memtest86 schon mal ausgeführt wurde und wenn ja, ob es fehlerfrei durchlief.
Dumpfile 6. März:
Code:
Windows 10 Kernel Version 19041 MP (20 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS Personal
Built by: 19041.1.amd64fre.vb_release.191206-1406
Machine Name:
Kernel base = 0xfffff802`18600000 PsLoadedModuleList = 0xfffff802`1922a2d0
Debug session time: Sun Mar 6 19:09:35.054 2022 (UTC + 1:00)
System Uptime: 5 days 22:04:12.814
*******************************************************************************
* *
* 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: ffffbf004f7e0e70
Arg3: ffffcf06e5271008
Arg4: fffff80218a05201
Debugging Details:
------------------
KEY_VALUES_STRING: 1
STACKHASH_ANALYSIS: 1
TIMELINE_ANALYSIS: 1
DUMP_CLASS: 1
DUMP_QUALIFIER: 400
BUILD_VERSION_STRING: 19041.1.amd64fre.vb_release.191206-1406
SYSTEM_MANUFACTURER: Micro-Star International Co., Ltd.
SYSTEM_PRODUCT_NAME: MS-7C88
SYSTEM_SKU: Default string
SYSTEM_VERSION: 1.0
BIOS_VENDOR: American Megatrends Inc.
BIOS_VERSION: 1.71
BIOS_DATE: 12/11/2020
BASEBOARD_MANUFACTURER: Micro-Star International Co., Ltd.
BASEBOARD_PRODUCT: B460M-A PRO (MS-7C88)
BASEBOARD_VERSION: 1.0
DUMP_TYPE: 2
BUGCHECK_P1: 8
BUGCHECK_P2: ffffbf004f7e0e70
BUGCHECK_P3: ffffcf06e5271008
BUGCHECK_P4: fffff80218a05201
BUGCHECK_STR: 0x7f_8
TRAP_FRAME: ffffbf004f7e0e70 -- (.trap 0xffffbf004f7e0e70)
NOTE: The trap frame does not contain all registers.
Some register values may be zeroed or incorrect.
rax=000000000000000f rbx=0000000000000000 rcx=ffff838b4a9cd00e
rdx=0000000000000020 rsi=0000000000000000 rdi=0000000000000000
rip=fffff80218a05201 rsp=ffffcf06e5271008 rbp=ffffcf06e5277b70
r8=0000000000000002 r9=0000000000001000 r10=0000000000000000
r11=b873581595eed214 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
iopl=0 nv up di pl nz na po nc
nt!KiPageFault+0x1:
fffff802`18a05201 4881ec58010000 sub rsp,158h
Resetting default scope
CPU_COUNT: 14
CPU_MHZ: e70
CPU_VENDOR: GenuineIntel
CPU_FAMILY: 6
CPU_MODEL: a5
CPU_STEPPING: 5
CPU_MICROCODE: 6,a5,5,0 (F,M,S,R) SIG: E2'00000000 (cache) E2'00000000 (init)
BLACKBOXBSD: 1 (!blackboxbsd)
BLACKBOXPNP: 1 (!blackboxpnp)
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT
PROCESS_NAME: steam.exe
CURRENT_IRQL: 2
DPC_STACK_BASE: FFFFCF06E5277FB0
STACK_OVERFLOW: Stack Limit: ffffcf06e5271fb0. Use (kF) and (!stackusage) to investigate stack usage.
STACKUSAGE_FUNCTION: The function at address 0xfffff80218a05201 was blamed for the stack overflow. It is using 4096 bytes of stack total in 65 instances (likely recursion).
FOLLOWUP_IP:
nt!KiPageFault+1
fffff802`18a05201 4881ec58010000 sub rsp,158h
STACK_TEXT:
ffffcf06`e5271008 fffff802`18a05201 : ffffcf06`e5271050 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271048 fffff802`18a05201 : ffffcf06`e5271090 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271088 fffff802`18a05201 : ffffcf06`e52710d0 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e52710c8 fffff802`18a05201 : ffffcf06`e5271110 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271108 fffff802`18a05201 : ffffcf06`e5271150 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271148 fffff802`18a05201 : ffffcf06`e5271190 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271188 fffff802`18a05201 : ffffcf06`e52711d0 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e52711c8 fffff802`18a05201 : ffffcf06`e5271210 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271208 fffff802`18a05201 : ffffcf06`e5271250 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271248 fffff802`18a05201 : ffffcf06`e5271290 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271288 fffff802`18a05201 : ffffcf06`e52712d0 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e52712c8 fffff802`18a05201 : ffffcf06`e5271310 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271308 fffff802`18a05201 : ffffcf06`e5271350 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271348 fffff802`18a05201 : ffffcf06`e5271390 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271388 fffff802`18a05201 : ffffcf06`e52713d0 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e52713c8 fffff802`18a05201 : ffffcf06`e5271410 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271408 fffff802`18a05201 : ffffcf06`e5271450 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271448 fffff802`18a05201 : ffffcf06`e5271490 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271488 fffff802`18a05201 : ffffcf06`e52714d0 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e52714c8 fffff802`18a05201 : ffffcf06`e5271510 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271508 fffff802`18a05201 : ffffcf06`e5271550 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271548 fffff802`18a05201 : ffffcf06`e5271590 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271588 fffff802`18a05201 : ffffcf06`e52715d0 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e52715c8 fffff802`18a05201 : ffffcf06`e5271610 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271608 fffff802`18a05201 : ffffcf06`e5271650 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271648 fffff802`18a05201 : ffffcf06`e5271690 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271688 fffff802`18a05201 : ffffcf06`e52716d0 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e52716c8 fffff802`18a05201 : ffffcf06`e5271710 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271708 fffff802`18a05201 : ffffcf06`e5271750 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271748 fffff802`18a05201 : ffffcf06`e5271790 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271788 fffff802`18a05201 : ffffcf06`e52717d0 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e52717c8 fffff802`18a05201 : ffffcf06`e5271810 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271808 fffff802`18a05201 : ffffcf06`e5271850 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271848 fffff802`18a05201 : ffffcf06`e5271890 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271888 fffff802`18a05201 : ffffcf06`e52718d0 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e52718c8 fffff802`18a05201 : ffffcf06`e5271910 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271908 fffff802`18a05201 : ffffcf06`e5271950 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271948 fffff802`18a05201 : ffffcf06`e5271990 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271988 fffff802`18a05201 : ffffcf06`e52719d0 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e52719c8 fffff802`18a05201 : ffffcf06`e5271a10 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271a08 fffff802`18a05201 : ffffcf06`e5271a50 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271a48 fffff802`18a05201 : ffffcf06`e5271a90 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271a88 fffff802`18a05201 : ffffcf06`e5271ad0 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271ac8 fffff802`18a05201 : ffffcf06`e5271b10 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271b08 fffff802`18a05201 : ffffcf06`e5271b50 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271b48 fffff802`18a05201 : ffffcf06`e5271b90 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271b88 fffff802`18a05201 : ffffcf06`e5271bd0 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271bc8 fffff802`18a05201 : ffffcf06`e5271c10 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271c08 fffff802`18a05201 : ffffcf06`e5271c50 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271c48 fffff802`18a05201 : ffffcf06`e5271c90 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271c88 fffff802`18a05201 : ffffcf06`e5271cd0 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271cc8 fffff802`18a05201 : ffffcf06`e5271d10 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271d08 fffff802`18a05201 : ffffcf06`e5271d50 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271d48 fffff802`18a05201 : ffffcf06`e5271d90 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271d88 fffff802`18a05201 : ffffcf06`e5271dd0 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271dc8 fffff802`18a05201 : ffffcf06`e5271e10 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271e08 fffff802`18a05201 : ffffcf06`e5271e50 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271e48 fffff802`18a05201 : ffffcf06`e5271e90 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271e88 fffff802`18a05201 : ffffcf06`e5271ed0 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271ec8 fffff802`18a05201 : ffffcf06`e5271f10 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271f08 fffff802`18a05201 : ffffcf06`e5271f50 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271f48 fffff802`18a05201 : ffffcf06`e5271f90 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271f88 fffff802`18a05201 : ffffcf06`e5271fd0 00000000`00000002 fffff802`18a05201 00000000`00000010 : nt!KiPageFault+0x1
ffffcf06`e5271fc8 fffff802`18a05201 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiPageFault+0x1
ffffcf06`e5272008 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiPageFault+0x1
STACK_COMMAND: .trap 0xffffbf004f7e0e70 ; kb
THREAD_SHA1_HASH_MOD_FUNC: d688877c4e6c3ca61abe18bdd483275379750e57
THREAD_SHA1_HASH_MOD_FUNC_OFFSET: d9de5a7c0aa785a863a241163bb925f796a7a7e2
THREAD_SHA1_HASH_MOD: 1bb43d4c3347bd9616dd72f64ecbd16a3e47129a
FAULT_INSTR_CODE: 58ec8148
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: nt!KiPageFault+1
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
IMAGE_NAME: ntkrnlmp.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 6a58a618
IMAGE_VERSION: 10.0.19041.1526
BUCKET_ID_FUNC_OFFSET: 1
FAILURE_BUCKET_ID: 0x7f_8_STACK_USAGE_RECURSION_nt!KiPageFault
BUCKET_ID: 0x7f_8_STACK_USAGE_RECURSION_nt!KiPageFault
PRIMARY_PROBLEM_CLASS: 0x7f_8_STACK_USAGE_RECURSION_nt!KiPageFault
TARGET_TIME: 2022-03-06T18:09:35.000Z
OSBUILD: 19041
OSSERVICEPACK: 1526
SERVICEPACK_NUMBER: 0
OS_REVISION: 0
SUITE_MASK: 784
PRODUCT_TYPE: 1
OSPLATFORM_TYPE: x64
OSNAME: Windows 10
OSEDITION: Windows 10 WinNt TerminalServer SingleUserTS Personal
OS_LOCALE:
USER_LCID: 0
OSBUILD_TIMESTAMP: 2026-07-16 11:36:24
BUILDDATESTAMP_STR: 191206-1406
BUILDLAB_STR: vb_release
BUILDOSVER_STR: 10.0.19041.1.amd64fre.vb_release.191206-1406
ANALYSIS_SESSION_ELAPSED_TIME: 1ee9
ANALYSIS_SOURCE: KM
FAILURE_ID_HASH_STRING: km:0x7f_8_stack_usage_recursion_nt!kipagefault
FAILURE_ID_HASH: {9e7c8117-4c45-6932-21d1-7a96748c16df}
Followup: MachineOwner
---------
Dumpfile 9. März:
Code:
Windows 10 Kernel Version 19041 MP (20 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS Personal
Built by: 19041.1.amd64fre.vb_release.191206-1406
Machine Name:
Kernel base = 0xfffff801`11000000 PsLoadedModuleList = 0xfffff801`11c2a2d0
Debug session time: Wed Mar 9 22:40:38.312 2022 (UTC + 1:00)
System Uptime: 0 days 21:41:46.724
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
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: ffffffffc000001d, The exception code that was not handled
Arg2: fffff801114054be, The address that the exception occurred at
Arg3: ffff8705501ed108, Exception Record Address
Arg4: ffffb3802cae6920, Context Record Address
Debugging Details:
------------------
KEY_VALUES_STRING: 1
STACKHASH_ANALYSIS: 1
TIMELINE_ANALYSIS: 1
DUMP_CLASS: 1
DUMP_QUALIFIER: 400
BUILD_VERSION_STRING: 19041.1.amd64fre.vb_release.191206-1406
SYSTEM_MANUFACTURER: Micro-Star International Co., Ltd.
SYSTEM_PRODUCT_NAME: MS-7C88
SYSTEM_SKU: Default string
SYSTEM_VERSION: 1.0
BIOS_VENDOR: American Megatrends Inc.
BIOS_VERSION: 1.71
BIOS_DATE: 12/11/2020
BASEBOARD_MANUFACTURER: Micro-Star International Co., Ltd.
BASEBOARD_PRODUCT: B460M-A PRO (MS-7C88)
BASEBOARD_VERSION: 1.0
DUMP_TYPE: 2
BUGCHECK_P1: ffffffffc000001d
BUGCHECK_P2: fffff801114054be
BUGCHECK_P3: ffff8705501ed108
BUGCHECK_P4: ffffb3802cae6920
EXCEPTION_CODE: (NTSTATUS) 0xc000001d - {AUSNAHME} Ung ltige Anweisung Es wurde versucht, eine ung ltige Anweisung auszuf hren.
FAULTING_IP:
nt!KiPageFault+2be
fffff801`114054be 5d pop rbp
EXCEPTION_RECORD: ffff8705501ed108 -- (.exr 0xffff8705501ed108)
ExceptionAddress: fffff801114054be (nt!KiPageFault+0x00000000000002be)
ExceptionCode: c000001d (Illegal instruction)
ExceptionFlags: 00000000
NumberParameters: 0
CONTEXT: ffffb3802cae6920 -- (.cxr 0xffffb3802cae6920)
rax=0000000000000061 rbx=0000000000000000 rcx=000000000000000a
rdx=ff1d1e23ff1d1f24 rsi=ffffd70d90f82bc0 rdi=ffffd70da1886460
rip=fffff801114054be rsp=ffff8705501ed340 rbp=ffff8705501ed3c0
r8=0000000000000061 r9=000000000000001d r10=fffff80111407380
r11=0000000000000000 r12=ffffffffffffffff r13=ffffd70d90f82b00
r14=0000000000000000 r15=ffffd70d90f82b80
iopl=0 nv up di pl nz na pe nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00050002
nt!KiPageFault+0x2be:
fffff801`114054be 5d pop rbp
Resetting default scope
CPU_COUNT: 14
CPU_MHZ: e70
CPU_VENDOR: GenuineIntel
CPU_FAMILY: 6
CPU_MODEL: a5
CPU_STEPPING: 5
CPU_MICROCODE: 6,a5,5,0 (F,M,S,R) SIG: E2'00000000 (cache) E2'00000000 (init)
BLACKBOXBSD: 1 (!blackboxbsd)
BLACKBOXPNP: 1 (!blackboxpnp)
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT
BUGCHECK_STR: AV
PROCESS_NAME: System
CURRENT_IRQL: 0
ERROR_CODE: (NTSTATUS) 0xc000001d - {AUSNAHME} Ung ltige Anweisung Es wurde versucht, eine ung ltige Anweisung auszuf hren.
EXCEPTION_CODE_STR: c000001d
MISALIGNED_IP:
nt!KiPageFault+2be
fffff801`114054be 5d pop rbp
TRAP_FRAME: ffff8705501ed340 -- (.trap 0xffff8705501ed340)
NOTE: The trap frame does not contain all registers.
Some register values may be zeroed or incorrect.
rax=0000000000000061 rbx=0000000000000000 rcx=000000000000000a
rdx=ff1d1e23ff1d1f24 rsi=0000000000000000 rdi=0000000000000000
rip=fffff80111407380 rsp=ffff8705501ed4d0 rbp=ffff8705501ed580
r8=0000000000000061 r9=000000000000001d r10=fffff80111407380
r11=0000000000000000 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
iopl=0 nv up di pl nz na pe nc
nt!KiControlProtectionFault+0x80:
fffff801`11407380 8b0c2588010000 mov ecx,dword ptr [188h] ds:00000000`00000188=????????
Resetting default scope
LAST_CONTROL_TRANSFER: from fffff80111407380 to fffff801114054be
FAILED_INSTRUCTION_ADDRESS:
nt!KiPageFault+2be
fffff801`114054be 5d pop rbp
BAD_STACK_POINTER: ffffb3802cae60e8
STACK_TEXT:
ffff8705`501ed340 fffff801`11407380 : fffff801`114036e9 fffff801`114054be 00000000`00000010 00000000`00050002 : nt!KiPageFault+0x2be
ffff8705`501ed4d0 fffff801`11407380 : fffff801`114036e9 fffff801`114054be 00000000`00000010 00000000`00050002 : nt!KiControlProtectionFault+0x80
ffff8705`501ed690 fffff801`11407380 : fffff801`114036e9 fffff801`114054be 00000000`00000010 00000000`00050002 : nt!KiControlProtectionFault+0x80
ffff8705`501ed850 fffff801`11407380 : fffff801`114036e9 fffff801`114054be 00000000`00000010 00000000`00050002 : nt!KiControlProtectionFault+0x80
ffff8705`501eda10 fffff801`11407380 : fffff801`114036e9 fffff801`114054be 00000000`00000010 00000000`00050002 : nt!KiControlProtectionFault+0x80
ffff8705`501edbd0 fffff801`11407380 : fffff801`114036e9 fffff801`114054be 00000000`00000010 00000000`00050002 : nt!KiControlProtectionFault+0x80
ffff8705`501edd90 fffff801`11407380 : fffff801`114036e9 fffff801`114054be 00000000`00000010 00000000`00050002 : nt!KiControlProtectionFault+0x80
ffff8705`501edf50 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiControlProtectionFault+0x80
THREAD_SHA1_HASH_MOD_FUNC: 9d3bdb3b1fe10cb9dd575fe4553376fc2c677e4a
THREAD_SHA1_HASH_MOD_FUNC_OFFSET: 217421c952490a20da385457b373756785be12d8
THREAD_SHA1_HASH_MOD: cb5f414824c2521bcc505eaa03e92fa10922dad8
FOLLOWUP_IP:
nt!KiPageFault+2be
fffff801`114054be 5d pop rbp
FAULT_INSTR_CODE: f65ac5d
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: nt!KiPageFault+2be
FOLLOWUP_NAME: MachineOwner
IMAGE_NAME: hardware
DEBUG_FLR_IMAGE_TIMESTAMP: 0
IMAGE_VERSION: 10.0.19041.1526
STACK_COMMAND: .cxr 0xffffb3802cae6920 ; kb
MODULE_NAME: hardware
FAILURE_BUCKET_ID: IP_MISALIGNED
BUCKET_ID: IP_MISALIGNED
PRIMARY_PROBLEM_CLASS: IP_MISALIGNED
TARGET_TIME: 2022-03-09T21:40:38.000Z
OSBUILD: 19041
OSSERVICEPACK: 1526
SERVICEPACK_NUMBER: 0
OS_REVISION: 0
SUITE_MASK: 784
PRODUCT_TYPE: 1
OSPLATFORM_TYPE: x64
OSNAME: Windows 10
OSEDITION: Windows 10 WinNt TerminalServer SingleUserTS Personal
OS_LOCALE:
USER_LCID: 0
OSBUILD_TIMESTAMP: 2026-07-16 11:36:24
BUILDDATESTAMP_STR: 191206-1406
BUILDLAB_STR: vb_release
BUILDOSVER_STR: 10.0.19041.1.amd64fre.vb_release.191206-1406
ANALYSIS_SESSION_ELAPSED_TIME: 14c1
ANALYSIS_SOURCE: KM
FAILURE_ID_HASH_STRING: km:ip_misaligned
FAILURE_ID_HASH: {201b0e5d-db2a-63d2-77be-8ce8ff234750}
Followup: MachineOwner
---------
Dumpfile 11. März:
Code:
Windows 10 Kernel Version 19041 MP (20 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS Personal
Built by: 19041.1.amd64fre.vb_release.191206-1406
Machine Name:
Kernel base = 0xfffff807`2c200000 PsLoadedModuleList = 0xfffff807`2ce2a2d0
Debug session time: Fri Mar 11 20:39:14.581 2022 (UTC + 1:00)
System Uptime: 0 days 1:09:27.267
*******************************************************************************
* *
* 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: ffffbd81546a7e70
Arg3: ffffbd81546a1f80
Arg4: fffff8072c605410
Debugging Details:
------------------
KEY_VALUES_STRING: 1
STACKHASH_ANALYSIS: 1
TIMELINE_ANALYSIS: 1
DUMP_CLASS: 1
DUMP_QUALIFIER: 400
BUILD_VERSION_STRING: 19041.1.amd64fre.vb_release.191206-1406
SYSTEM_MANUFACTURER: Micro-Star International Co., Ltd.
SYSTEM_PRODUCT_NAME: MS-7C88
SYSTEM_SKU: Default string
SYSTEM_VERSION: 1.0
BIOS_VENDOR: American Megatrends Inc.
BIOS_VERSION: 1.71
BIOS_DATE: 12/11/2020
BASEBOARD_MANUFACTURER: Micro-Star International Co., Ltd.
BASEBOARD_PRODUCT: B460M-A PRO (MS-7C88)
BASEBOARD_VERSION: 1.0
DUMP_TYPE: 2
BUGCHECK_P1: 8
BUGCHECK_P2: ffffbd81546a7e70
BUGCHECK_P3: ffffbd81546a1f80
BUGCHECK_P4: fffff8072c605410
BUGCHECK_STR: 0x7f_8
TRAP_FRAME: ffffbd81546a1f80 -- (.trap 0xffffbd81546a1f80)
Unable to read trap frame at ffffbd81`546a1f80
CPU_COUNT: 14
CPU_MHZ: e70
CPU_VENDOR: GenuineIntel
CPU_FAMILY: 6
CPU_MODEL: a5
CPU_STEPPING: 5
CPU_MICROCODE: 6,a5,5,0 (F,M,S,R) SIG: E2'00000000 (cache) E2'00000000 (init)
BLACKBOXBSD: 1 (!blackboxbsd)
BLACKBOXPNP: 1 (!blackboxpnp)
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT
PROCESS_NAME: steam.exe
CURRENT_IRQL: 0
LAST_CONTROL_TRANSFER: from fffff8072c609569 to fffff8072c5f7620
BAD_STACK_POINTER: ffffbd81546a1f80
STACK_TEXT:
ffffbd81`546a7d28 fffff807`2c609569 : 00000000`0000007f 00000000`00000008 ffffbd81`546a7e70 ffffbd81`546a1f80 : nt!KeBugCheckEx
ffffbd81`546a7d30 fffff807`2c604383 : 648348f0`4d8d4c00 5024448d`4c004824 83480040`24648348 48282444`89484cc0 : nt!KiBugCheckDispatch+0x69
ffffbd81`546a7e70 fffff807`2c605410 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiDoubleFaultAbort+0x2c3
ffffbd81`546a1f80 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiPageFault+0x10
THREAD_SHA1_HASH_MOD_FUNC: 6109c38a4ebf4817fe9dd816c5033a788d283436
THREAD_SHA1_HASH_MOD_FUNC_OFFSET: 4fffb4f66102048ecad2390eccae2fc9d9e97892
THREAD_SHA1_HASH_MOD: d084f7dfa548ce4e51810e4fd5914176ebc66791
FOLLOWUP_IP:
nt!KiDoubleFaultAbort+2c3
fffff807`2c604383 90 nop
FAULT_INSTR_CODE: 6666c390
SYMBOL_STACK_INDEX: 2
SYMBOL_NAME: nt!KiDoubleFaultAbort+2c3
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
IMAGE_NAME: ntkrnlmp.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 7cc04cfb
IMAGE_VERSION: 10.0.19041.1586
STACK_COMMAND: .thread ; .cxr ; kb
BUCKET_ID_FUNC_OFFSET: 2c3
FAILURE_BUCKET_ID: 0x7f_8_STACKPTR_ERROR_nt!KiDoubleFaultAbort
BUCKET_ID: 0x7f_8_STACKPTR_ERROR_nt!KiDoubleFaultAbort
PRIMARY_PROBLEM_CLASS: 0x7f_8_STACKPTR_ERROR_nt!KiDoubleFaultAbort
TARGET_TIME: 2022-03-11T19:39:14.000Z
OSBUILD: 19041
OSSERVICEPACK: 1586
SERVICEPACK_NUMBER: 0
OS_REVISION: 0
SUITE_MASK: 784
PRODUCT_TYPE: 1
OSPLATFORM_TYPE: x64
OSNAME: Windows 10
OSEDITION: Windows 10 WinNt TerminalServer SingleUserTS Personal
OS_LOCALE:
USER_LCID: 0
OSBUILD_TIMESTAMP: 2036-04-28 08:36:43
BUILDDATESTAMP_STR: 191206-1406
BUILDLAB_STR: vb_release
BUILDOSVER_STR: 10.0.19041.1.amd64fre.vb_release.191206-1406
ANALYSIS_SESSION_ELAPSED_TIME: 17ca
ANALYSIS_SOURCE: KM
FAILURE_ID_HASH_STRING: km:0x7f_8_stackptr_error_nt!kidoublefaultabort
FAILURE_ID_HASH: {c5b9990d-856b-1bb5-7662-4621e5941c84}
Followup: MachineOwner
---------
Anhänge
Ähnliche Themen
- Antworten
- 4
- Aufrufe
- 621
- Antworten
- 8
- Aufrufe
- 816
- Antworten
- 19
- Aufrufe
- 1.198
N
- Antworten
- 22
- Aufrufe
- 1.005
- Antworten
- 5
- Aufrufe
- 603