Goed na lang wikken en wegen toch maar een topic geopend om te kijken of jullie nog ideeën hebben.
Ik begon met een nieuw systeem wat bestond uit :
Gigabyte ud5, i7 860, 4Gb OCZ 18Mhz geheugen, Intel 80 Gb SSD, Windows 7 x64, ASus HD5870 v1 en mijn 750 GB seagate hd.
Problemen met oa de grafische kaart , geheugen (errors in memtest), en uiteindelijk het moederbord heb ik nu de volgende configuratie:
MSI P55-GD65, intel i7 860, 4 Gb Kingston Hyper X 1600 Mhz, Intel 80Gb SSD, Win 7 x64 SP1, Asus HD5870 v2 en 750 Gb seagate HD.
Om mijn verhaal wat in te korten heb ik dezelfde problemen als in http://nl.hardware.info/f...-of-MSI-P55-GD65-deftect/ Daar heb ik ook in gereageerd.
Even kort: na een BSOD (of spontane reboot) blijft het opstart scherm hangen op de Sata1 poort en na uiteindelijk verder te gaan, komen daar rare tekens te staan.
Momenteel heb ik dus bijna dagelijks last van BSOD in Windows 7. (memory management)
Gisteren een die ik met windbg heb uitgespit.
Zoals jullie kunnen zien is dxgmms1.sys de boosdoener. Via Google kwam ik erachter dat dit mogelijk te maken had met de cpu / moederbord of geheugen.
Wat ik heb allemaal gedaan.
- Windows tot 2 keer toe opnieuw geïnstalleerd (zeker na wisseling moederbord)
- memtest(Kingston) diverse keren gedraaid (beide keren minstens 6 uur / 6/7 passes = > 0 errors)
- Na wat voltage tweaks in bovengenoemd topic, heb ik alles gereset naar de default waarden.
- Intel processor diagnosed test (64bit) gedraaid - > groen resultaat dus goed.
- Bios telkens geupdate tot dus nu de laatste versie.
- Catalyst bijgewerkt.
- intel ssd getest (ook goed)
- elke dump file uitgepluisd.
Tot nu toe heb ik gezien dat alles verwijst naar een geheugeninstructie (memory corruption / memorymanagement) maar memtest vind gewoon na tig uur 0 errors.
Wat denken jullie , is het het moederbord of moet ik die harde schijf (750Gb Seagate) testen op fouten of gewoon vervangen voor een nieuwe exemplaar?
Alle tips zijn welkom.
Ik begon met een nieuw systeem wat bestond uit :
Gigabyte ud5, i7 860, 4Gb OCZ 18Mhz geheugen, Intel 80 Gb SSD, Windows 7 x64, ASus HD5870 v1 en mijn 750 GB seagate hd.
Problemen met oa de grafische kaart , geheugen (errors in memtest), en uiteindelijk het moederbord heb ik nu de volgende configuratie:
MSI P55-GD65, intel i7 860, 4 Gb Kingston Hyper X 1600 Mhz, Intel 80Gb SSD, Win 7 x64 SP1, Asus HD5870 v2 en 750 Gb seagate HD.
Om mijn verhaal wat in te korten heb ik dezelfde problemen als in http://nl.hardware.info/f...-of-MSI-P55-GD65-deftect/ Daar heb ik ook in gereageerd.
Even kort: na een BSOD (of spontane reboot) blijft het opstart scherm hangen op de Sata1 poort en na uiteindelijk verder te gaan, komen daar rare tekens te staan.
Momenteel heb ik dus bijna dagelijks last van BSOD in Windows 7. (memory management)
Gisteren een die ik met windbg heb uitgespit.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
| Microsoft (R) Windows Debugger Version 6.12.0002.633 X86 Copyright (c) Microsoft Corporation. All rights reserved. Loading Dump File [C:\Dropbox\Personal\042611-9687-01.dmp] Mini Kernel Dump File: Only registers and stack trace are available Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols Executable search path is: Windows 7 Kernel Version 7601 (Service Pack 1) MP (8 procs) Free x64 Product: WinNt, suite: TerminalServer SingleUserTS Built by: 7601.17514.amd64fre.win7sp1_rtm.101119-1850 Machine Name: Kernel base = 0xfffff800`02e0a000 PsLoadedModuleList = 0xfffff800`0304fe90 Debug session time: Sat Apr 23 14:17:41.344 2011 (UTC + 2:00) System Uptime: 0 days 0:46:55.328 Loading Kernel Symbols ............................................................... ................................................................ ........................................................... Loading User Symbols Loading unloaded module list ..... ERROR: FindPlugIns 8007007b ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* Use !analyze -v to get detailed debugging information. BugCheck 1000007E, {ffffffffc0000005, fffff88004960e92, fffff88006bd75d8, fffff88006bd6e30} Probably caused by : dxgmms1.sys ( dxgmms1!VIDMM_SEGMENT::MarkResourcesForEviction+21a ) Followup: MachineOwner --------- 6: kd> !analyze -v ERROR: FindPlugIns 8007007b ******************************************************************************* * * * 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: ffffffffc0000005, The exception code that was not handled Arg2: fffff88004960e92, The address that the exception occurred at Arg3: fffff88006bd75d8, Exception Record Address Arg4: fffff88006bd6e30, Context Record Address Debugging Details: ------------------ EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s". FAULTING_IP: dxgmms1!VIDMM_SEGMENT::MarkResourcesForEviction+21a fffff880`04960e92 488910 mov qword ptr [rax],rdx EXCEPTION_RECORD: fffff88006bd75d8 -- (.exr 0xfffff88006bd75d8) ExceptionAddress: fffff88004960e92 (dxgmms1!VIDMM_SEGMENT::MarkResourcesForEviction+0x000000000000021a) ExceptionCode: c0000005 (Access violation) ExceptionFlags: 00000000 NumberParameters: 2 Parameter[0]: 0000000000000001 Parameter[1]: 00000000244d1000 Attempt to write to address 00000000244d1000 CONTEXT: fffff88006bd6e30 -- (.cxr 0xfffff88006bd6e30) rax=00000000244d1000 rbx=0000000000000001 rcx=fffffa8003a00380 rdx=fffff8a00b56c8b8 rsi=fffff8a00b56c720 rdi=fffffa8003a002e0 rip=fffff88004960e92 rsp=fffff88006bd7810 rbp=fffff8a002af81a8 r8=fffff88006bd7878 r9=fffff88006bd7880 r10=fffff8a00260cb00 r11=fffff8a002af81e8 r12=0000000000000000 r13=fffff8a00f8650d0 r14=0000000000000000 r15=0000000000000001 iopl=0 nv up ei pl zr na po nc cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010246 dxgmms1!VIDMM_SEGMENT::MarkResourcesForEviction+0x21a: fffff880`04960e92 488910 mov qword ptr [rax],rdx ds:002b:00000000`244d1000=???????????????? Resetting default scope CUSTOMER_CRASH_COUNT: 1 DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT PROCESS_NAME: System CURRENT_IRQL: 0 ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s". EXCEPTION_PARAMETER1: 0000000000000001 EXCEPTION_PARAMETER2: 00000000244d1000 WRITE_ADDRESS: GetPointerFromAddress: unable to read from fffff800030bb0e8 00000000244d1000 FOLLOWUP_IP: dxgmms1!VIDMM_SEGMENT::MarkResourcesForEviction+21a fffff880`04960e92 488910 mov qword ptr [rax],rdx BUGCHECK_STR: 0x7E LAST_CONTROL_TRANSFER: from fffff880049505e1 to fffff88004960e92 STACK_TEXT: fffff880`06bd7810 fffff880`049505e1 : fffffa80`087f9000 fffff8a0`0280a3b0 fffff8a0`0b869670 fffff800`02e8eeaa : dxgmms1!VIDMM_SEGMENT::MarkResourcesForEviction+0x21a fffff880`06bd7870 fffff880`04952ff3 : fffff8a0`0172bbd8 fffff8a0`0b56c828 fffff8a0`0172bbd8 fffff8a0`0b56c828 : dxgmms1!VIDMM_GLOBAL::NotifyAllocationEviction+0x59 fffff880`06bd78a0 fffff880`0494fee4 : fffff8a0`0b56c720 fffffa80`043dbfd8 fffffa80`087f9000 fffffa80`087f40d0 : dxgmms1!VIDMM_GLOBAL::EvictAllocation+0x67 fffff880`06bd78e0 fffff880`0494ced3 : 00000000`00000000 fffffa80`0a1edff0 00000000`00000001 00000000`00000000 : dxgmms1!VIDMM_GLOBAL::ReferenceAllocationForPreparation+0x218 fffff880`06bd7910 fffff880`0496765d : 00000000`00000000 fffff8a0`0a9939c0 fffffa80`00000000 fffffa80`0a070d10 : dxgmms1!VIDMM_GLOBAL::PrepareDmaBuffer+0x43f fffff880`06bd7ae0 fffff880`04967398 : fffff800`047cb080 fffff880`04966d00 fffffa80`00000000 fffffa80`00000000 : dxgmms1!VidSchiSubmitRenderCommand+0x241 fffff880`06bd7cd0 fffff880`04966e96 : 00000000`00000000 fffffa80`070c5590 00000000`00000080 fffffa80`087e3010 : dxgmms1!VidSchiSubmitQueueCommand+0x50 fffff880`06bd7d00 fffff800`03127cce : 00000000`015b93d4 fffffa80`087e2340 fffffa80`039709e0 fffffa80`087e2340 : dxgmms1!VidSchiWorkerThread+0xd6 fffff880`06bd7d40 fffff800`02e7bfe6 : fffff800`02ffce80 fffffa80`087e2340 fffff800`0300acc0 fffff880`01660a20 : nt!PspSystemThreadStartup+0x5a fffff880`06bd7d80 00000000`00000000 : fffff880`06bd8000 fffff880`06bd2000 fffff880`06bd7680 00000000`00000000 : nt!KxStartSystemThread+0x16 SYMBOL_STACK_INDEX: 0 SYMBOL_NAME: dxgmms1!VIDMM_SEGMENT::MarkResourcesForEviction+21a FOLLOWUP_NAME: MachineOwner MODULE_NAME: dxgmms1 IMAGE_NAME: dxgmms1.sys DEBUG_FLR_IMAGE_TIMESTAMP: 4ce799c1 STACK_COMMAND: .cxr 0xfffff88006bd6e30 ; kb FAILURE_BUCKET_ID: X64_0x7E_dxgmms1!VIDMM_SEGMENT::MarkResourcesForEviction+21a BUCKET_ID: X64_0x7E_dxgmms1!VIDMM_SEGMENT::MarkResourcesForEviction+21a Followup: MachineOwner --------- |
Zoals jullie kunnen zien is dxgmms1.sys de boosdoener. Via Google kwam ik erachter dat dit mogelijk te maken had met de cpu / moederbord of geheugen.
Wat ik heb allemaal gedaan.
- Windows tot 2 keer toe opnieuw geïnstalleerd (zeker na wisseling moederbord)
- memtest(Kingston) diverse keren gedraaid (beide keren minstens 6 uur / 6/7 passes = > 0 errors)
- Na wat voltage tweaks in bovengenoemd topic, heb ik alles gereset naar de default waarden.
- Intel processor diagnosed test (64bit) gedraaid - > groen resultaat dus goed.
- Bios telkens geupdate tot dus nu de laatste versie.
- Catalyst bijgewerkt.
- intel ssd getest (ook goed)
- elke dump file uitgepluisd.
Tot nu toe heb ik gezien dat alles verwijst naar een geheugeninstructie (memory corruption / memorymanagement) maar memtest vind gewoon na tig uur 0 errors.
Wat denken jullie , is het het moederbord of moet ik die harde schijf (750Gb Seagate) testen op fouten of gewoon vervangen voor een nieuwe exemplaar?
Alle tips zijn welkom.
🎮 Steam
💻 i5 6600k | 16Gb DDR4 | 500Gb + 120Gb SSD | 2Tb HD | Zotac AMP GTX1080 | Dell S2716DG | W10Pro
📱 Samsung Galaxy S22+