Sinds gisteren heb ik het vreemde probleem dat mijn servertje steeds spontaan reboot. Ik heb geen instellingen veranderd of extra software geïnstalleerd waardoor dit zou komen. Wat er precies gebeurd weet ik niet maar dit is wat windows mij verteld:
De computer is opnieuw gestart na een foutencontrole. Foutencontrole: 0x1000008e (0xc0000005, 0x8051b9b2, 0xb30649c0, 0x00000000). Er is een dump opgeslagen in: C:\WINDOWS\Minidump\Mini032209-01.dmp.
Zie Help en ondersteuning op http://go.microsoft.com/fwlink/events.asp voor meer informatie.
Extra help is uiteraard niet beschikbaar. Dus ik heb uitgezocht doe je die .dmp opent en dan krijg ik dit:
Ik kan hier niet echt wijs uit worden. Het enige wat ik begrijp is dat er ergens een bewerking op het geheugen mislukt. Zou dit erop kunnen wijzen dat 1 van mijn geheugenreepjes niet meer helemaal lekker is?
Ik heb geprobeerd het geheugen te testen, maar omdat ik op kamers woon heb ik mijn bak met extra hardware thuis laten staan dus ik heb geen floppy drive, geen floppy's, geen cd brander en geen cd's. Memtest had ook wel een usb key versie maar die krijg ik niet aan de praat...
systeem: amd x4450, 780g mobo (weet zo gauw het model even niet meer) fx5200 als graka (tv-out), 3 hdd's, 2gb ram (ik dacht kingston). WinXP pro.
Iemand enig idee?
De computer is opnieuw gestart na een foutencontrole. Foutencontrole: 0x1000008e (0xc0000005, 0x8051b9b2, 0xb30649c0, 0x00000000). Er is een dump opgeslagen in: C:\WINDOWS\Minidump\Mini032209-01.dmp.
Zie Help en ondersteuning op http://go.microsoft.com/fwlink/events.asp voor meer informatie.
Extra help is uiteraard niet beschikbaar. Dus ik heb uitgezocht doe je die .dmp opent en dan krijg ik dit:
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
| Microsoft (R) Windows Debugger Version 6.11.0001.404 X86 Copyright (c) Microsoft Corporation. All rights reserved. Loading Dump File [C:\WINDOWS\Minidump\Mini032209-01.dmp] Mini Kernel Dump File: Only registers and stack trace are available Symbol search path is: *** Invalid *** **************************************************************************** * Symbol loading may be unreliable without a symbol search path. * * Use .symfix to have the debugger choose a symbol path. * * After setting your symbol path, use .reload to refresh symbol locations. * **************************************************************************** Executable search path is: ********************************************************************* * Symbols can not be loaded because symbol path is not initialized. * * * * The Symbol Path can be set by: * * using the _NT_SYMBOL_PATH environment variable. * * using the -y <symbol_path> argument when starting the debugger. * * using .sympath and .sympath+ * ********************************************************************* Unable to load image ntoskrnl.exe, Win32 error 0n2 *** WARNING: Unable to verify timestamp for ntoskrnl.exe *** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe Windows XP Kernel Version 2600 (Service Pack 2) MP (2 procs) Free x86 compatible Product: WinNt, suite: TerminalServer SingleUserTS Machine Name: Kernel base = 0x804d7000 PsLoadedModuleList = 0x8055c700 Debug session time: Sun Mar 22 04:30:07.984 2009 (GMT+1) System Uptime: 0 days 4:56:37.765 ********************************************************************* * Symbols can not be loaded because symbol path is not initialized. * * * * The Symbol Path can be set by: * * using the _NT_SYMBOL_PATH environment variable. * * using the -y <symbol_path> argument when starting the debugger. * * using .sympath and .sympath+ * ********************************************************************* Unable to load image ntoskrnl.exe, Win32 error 0n2 *** WARNING: Unable to verify timestamp for ntoskrnl.exe *** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe Loading Kernel Symbols ............................................................... ............................................................ Loading User Symbols Loading unloaded module list ............ ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* Use !analyze -v to get detailed debugging information. BugCheck 1000008E, {c0000005, 8051b9b2, b30649c0, 0} ***** Kernel symbols are WRONG. Please fix symbols to do analysis. *** WARNING: Unable to verify timestamp for Ntfs.sys *** ERROR: Module load completed but symbols could not be loaded for Ntfs.sys *** WARNING: Unable to verify timestamp for sr.sys *** ERROR: Module load completed but symbols could not be loaded for sr.sys *** WARNING: Unable to verify timestamp for fltmgr.sys *** ERROR: Module load completed but symbols could not be loaded for fltmgr.sys ************************************************************************* *** *** *** *** *** Your debugger is not using the correct symbols *** *** *** *** In order for this command to work properly, your symbol path *** *** must point to .pdb files that have full type information. *** *** *** *** Certain .pdb files (such as the public OS symbols) do not *** *** contain the required information. Contact the group that *** *** provided you with these symbols if you need this command to *** *** work. *** *** *** *** Type referenced: nt!_KPRCB *** *** *** ************************************************************************* ************************************************************************* *** *** *** *** *** Your debugger is not using the correct symbols *** *** *** *** In order for this command to work properly, your symbol path *** *** must point to .pdb files that have full type information. *** *** *** *** Certain .pdb files (such as the public OS symbols) do not *** *** contain the required information. Contact the group that *** *** provided you with these symbols if you need this command to *** *** work. *** *** *** *** Type referenced: nt!_KPRCB *** *** *** ************************************************************************* ********************************************************************* * Symbols can not be loaded because symbol path is not initialized. * * * * The Symbol Path can be set by: * * using the _NT_SYMBOL_PATH environment variable. * * using the -y <symbol_path> argument when starting the debugger. * * using .sympath and .sympath+ * ********************************************************************* ********************************************************************* * Symbols can not be loaded because symbol path is not initialized. * * * * The Symbol Path can be set by: * * using the _NT_SYMBOL_PATH environment variable. * * using the -y <symbol_path> argument when starting the debugger. * * using .sympath and .sympath+ * ********************************************************************* Probably caused by : sr.sys ( sr+79a2 ) Followup: MachineOwner --------- 1: kd> !analyze -v ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e) 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: c0000005, The exception code that was not handled Arg2: 8051b9b2, The address that the exception occurred at Arg3: b30649c0, Trap Frame Arg4: 00000000 Debugging Details: ------------------ ***** Kernel symbols are WRONG. Please fix symbols to do analysis. ************************************************************************* *** *** *** *** *** Your debugger is not using the correct symbols *** *** *** *** In order for this command to work properly, your symbol path *** *** must point to .pdb files that have full type information. *** *** *** *** Certain .pdb files (such as the public OS symbols) do not *** *** contain the required information. Contact the group that *** *** provided you with these symbols if you need this command to *** *** work. *** *** *** *** Type referenced: nt!_KPRCB *** *** *** ************************************************************************* ************************************************************************* *** *** *** *** *** Your debugger is not using the correct symbols *** *** *** *** In order for this command to work properly, your symbol path *** *** must point to .pdb files that have full type information. *** *** *** *** Certain .pdb files (such as the public OS symbols) do not *** *** contain the required information. Contact the group that *** *** provided you with these symbols if you need this command to *** *** work. *** *** *** *** Type referenced: nt!_KPRCB *** *** *** ************************************************************************* ********************************************************************* * Symbols can not be loaded because symbol path is not initialized. * * * * The Symbol Path can be set by: * * using the _NT_SYMBOL_PATH environment variable. * * using the -y <symbol_path> argument when starting the debugger. * * using .sympath and .sympath+ * ********************************************************************* ********************************************************************* * Symbols can not be loaded because symbol path is not initialized. * * * * The Symbol Path can be set by: * * using the _NT_SYMBOL_PATH environment variable. * * using the -y <symbol_path> argument when starting the debugger. * * using .sympath and .sympath+ * ********************************************************************* ADDITIONAL_DEBUG_TEXT: Use '!findthebuild' command to search for the target build information. If the build information is available, run '!findthebuild -s ; .reload' to set symbol path and load symbols. MODULE_NAME: sr FAULTING_MODULE: 804d7000 nt DEBUG_FLR_IMAGE_TIMESTAMP: 41107cde EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - De instructie op 0x%08lx verwijst naar geheugen op 0x%08lx. De lees- of schrijfbewerking ("%s") op het geheugen is mislukt. FAULTING_IP: nt+449b2 8051b9b2 8b38 mov edi,dword ptr [eax] TRAP_FRAME: b30649c0 -- (.trap 0xffffffffb30649c0) ErrCode = 00000000 eax=330a884e ebx=b3064b03 ecx=00000000 edx=00000000 esi=8a470e38 edi=89454008 eip=8051b9b2 esp=b3064a34 ebp=b3064a54 iopl=0 nv up ei pl zr na pe nc cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246 nt+0x449b2: 8051b9b2 8b38 mov edi,dword ptr [eax] ds:0023:330a884e=???????? Resetting default scope CUSTOMER_CRASH_COUNT: 1 DEFAULT_BUCKET_ID: DRIVER_FAULT BUGCHECK_STR: 0x8E LAST_CONTROL_TRANSFER: from 804e85d9 to 8051b9b2 STACK_TEXT: WARNING: Stack unwind information not available. Following frames may be wrong. b3064a54 804e85d9 892c16e0 8a470e38 b3064a80 nt+0x449b2 b3064ad0 804e8837 89454008 03210800 00000000 nt+0x115d9 b3064af8 80568809 00454008 03210800 00000000 nt+0x11837 b3064b94 b9d3cc9a 8960b240 03210800 00004000 nt+0x91809 b3064bec b9dc79a2 8960b240 b3064c84 00004000 Ntfs+0x20c9a b3064c14 b9dd5018 8960b240 b3064c84 00004000 sr+0x79a2 b3064c48 b9de071d 00000003 00000000 b3064c7c fltmgr+0x3018 b3064c9c 8057b552 8960b240 b3064cd8 00004000 fltmgr+0xe71d b3064d38 8054086c 000009ec 00000000 00000000 nt+0xa4552 b3064d64 7c90eb94 badb0d00 00c7fe18 00000000 nt+0x6986c b3064d68 badb0d00 00c7fe18 00000000 00000000 0x7c90eb94 b3064d6c 00c7fe18 00000000 00000000 00000000 0xbadb0d00 b3064d70 00000000 00000000 00000000 00000000 0xc7fe18 STACK_COMMAND: kb FOLLOWUP_IP: sr+79a2 b9dc79a2 ?? ??? SYMBOL_STACK_INDEX: 5 SYMBOL_NAME: sr+79a2 FOLLOWUP_NAME: MachineOwner IMAGE_NAME: sr.sys BUCKET_ID: WRONG_SYMBOLS Followup: MachineOwner --------- |
Ik kan hier niet echt wijs uit worden. Het enige wat ik begrijp is dat er ergens een bewerking op het geheugen mislukt. Zou dit erop kunnen wijzen dat 1 van mijn geheugenreepjes niet meer helemaal lekker is?
Ik heb geprobeerd het geheugen te testen, maar omdat ik op kamers woon heb ik mijn bak met extra hardware thuis laten staan dus ik heb geen floppy drive, geen floppy's, geen cd brander en geen cd's. Memtest had ook wel een usb key versie maar die krijg ik niet aan de praat...
systeem: amd x4450, 780g mobo (weet zo gauw het model even niet meer) fx5200 als graka (tv-out), 3 hdd's, 2gb ram (ik dacht kingston). WinXP pro.
Iemand enig idee?
Artiest voorheen bekend als b3n666