[MCE 2005] Wat kan ik opmaken uit deze minidump?*

Pagina: 1
Acties:
  • 321 views sinds 30-01-2008
  • Reageer

  • ZeroVince
  • Registratie: September 2000
  • Niet online
De afgelopen maand heb ik de volgende STOP messages langs zien komen in XP MCE:
* 0x00000077 (0xc0000056, 0xc0000056, 0x00000000 0x013e2000)
* 0x0000000A (0x00000000, 0x0000001C, 0x00000001, 0x804FAE14)
* 0x0000007A (0xE1C2C900, OxC000000E, 0xBF917F57, 0x55B94860)
win32k.sys - Address BF917F57 base at BF800000, Datestamp 43446a58
* 0x000000F4 (0x00000003, 0x891D94B8, 0x891D962C, 0x805D1180)
* 0x00000008E (0xc0000006, 0xBF9FC2B4, 0xB0C8157C, 0x00000000)
nv4_disp.dll - Address BF9FC2B4 base at BF9D4000, Datestamp 451b1d52
* 0x0000007A (0xC075FAD8, 0xC0000056, 0xEBF5B80C, 0x3646A860)
afd.sys - Address EBF5B80C base at EBF55000, Datestamp 41107eb5

Gisteren voegde 0x0000009c (0x00000000, 0xf7723050, 0xb2000040, 0x00000800) zich bij dat rijtje, maar in tegenstelling tot alle eerdere vastlopers, maakte het systeem dit keer succesvol een minidump. De analysis ervan vind je hieronder:

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
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
Opened log file 'c:\debugmini.txt'
1: kd> .sympath srv*c:\symbols*http://msdl.microsoft.com/download/symbols
Symbol search path is: srv*c:\symbols*http://msdl.microsoft.com/download/symbols
1: kd> .reload;!analyze -v;r;kv;lmnt;.logclose;q
Loading Kernel Symbols
................................................................................................................................................
Loading User Symbols
Loading unloaded module list
.......................
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

MACHINE_CHECK_EXCEPTION (9c)
A fatal Machine Check Exception has occurred.
KeBugCheckEx parameters;
    x86 Processors
        If the processor has ONLY MCE feature available (For example Intel
        Pentium), the parameters are:
        1 - Low  32 bits of P5_MC_TYPE MSR
        2 - Address of MCA_EXCEPTION structure
        3 - High 32 bits of P5_MC_ADDR MSR
        4 - Low  32 bits of P5_MC_ADDR MSR
        If the processor also has MCA feature available (For example Intel
        Pentium Pro), the parameters are:
        1 - Bank number
        2 - Address of MCA_EXCEPTION structure
        3 - High 32 bits of MCi_STATUS MSR for the MCA bank that had the error
        4 - Low  32 bits of MCi_STATUS MSR for the MCA bank that had the error
    IA64 Processors
        1 - Bugcheck Type
            1 - MCA_ASSERT
            2 - MCA_GET_STATEINFO
                SAL returned an error for SAL_GET_STATEINFO while processing MCA.
            3 - MCA_CLEAR_STATEINFO
                SAL returned an error for SAL_CLEAR_STATEINFO while processing MCA.
            4 - MCA_FATAL
                FW reported a fatal MCA.
            5 - MCA_NONFATAL
                SAL reported a recoverable MCA and we don't support currently
                support recovery or SAL generated an MCA and then couldn't
                produce an error record.
            0xB - INIT_ASSERT
            0xC - INIT_GET_STATEINFO
                  SAL returned an error for SAL_GET_STATEINFO while processing INIT event.
            0xD - INIT_CLEAR_STATEINFO
                  SAL returned an error for SAL_CLEAR_STATEINFO while processing INIT event.
            0xE - INIT_FATAL
                  Not used.
        2 - Address of log
        3 - Size of log
        4 - Error code in the case of x_GET_STATEINFO or x_CLEAR_STATEINFO
    AMD64 Processors
        1 - Bank number
        2 - Address of MCA_EXCEPTION structure
        3 - High 32 bits of MCi_STATUS MSR for the MCA bank that had the error
        4 - Low  32 bits of MCi_STATUS MSR for the MCA bank that had the error
Arguments:
Arg1: 00000000
Arg2: f7723050
Arg3: b2000040
Arg4: 00000800

Debugging Details:
------------------

   NOTE:  This is a hardware error.  This error was reported by the CPU
   via Interrupt 18.  This analysis will provide more information about
   the specific error.  Please contact the manufacturer for additional
   information about this error and troubleshooting assistance.

   This error is documented in the following publication:

      - IA-32 Intel(r) Architecture Software Developer's Manual 
        Volume 3: System Programming Guide

   Bit Mask:

       MA                           Model Specific       MCA
    O  ID      Other Information      Error Code     Error Code
   VV  SDP ___________|____________ _______|_______ _______|______
   AEUECRC|                        |               |              |
   LRCNVVC|                        |               |              |
   ^^^^^^^|                        |               |              |
      6         5         4         3         2         1
   3210987654321098765432109876543210987654321098765432109876543210
   ----------------------------------------------------------------
   1011001000000000000000000100000000000000000000000000100000000000


VAL   - MCi_STATUS register is valid
        Indicates that the information contained within the IA32_MCi_STATUS
        register is valid.  When this flag is set, the processor follows the
        rules given for the OVER flag in the IA32_MCi_STATUS register when
        overwriting previously valid entries.  The processor sets the VAL 
        flag and software is responsible for clearing it.

UC    - Error Uncorrected
        Indicates that the processor did not or was not able to correct the 
        error condition.  When clear, this flag indicates that the processor
        was able to correct the error condition.

EN    - Error Enabled
        Indicates that the error was enabled by the associated EEj bit of the
        IA32_MCi_CTL register.

PCC   - Processor Context Corrupt
        Indicates that the state of the processor might have been corrupted
        by the error condition detected and that reliable restarting of the
        processor may not be possible.

BUSCONNERR - Bus and Interconnect Error   BUS{LL}_{PP}_{RRRR}_{II}_{T}_err
        These errors match the format 0000 1PPT RRRR IILL



   Concatenated Error Code:
   --------------------------
   _VAL_UC_EN_PCC_BUSCONNERR_0

   This error code can be reported back to the manufacturer.
   They may be able to provide additional information based upon
   this error.  All questions regarding STOP 0x9C should be
   directed to the hardware manufacturer.

BUGCHECK_STR:  0x9C_IA32_GenuineIntel

DEFAULT_BUCKET_ID:  DRIVER_FAULT

PROCESS_NAME:  Idle

LAST_CONTROL_TRANSFER:  from 806e7bf7 to 804f9d1b

STACK_TEXT:  
f7723028 806e7bf7 0000009c 00000000 f7723050 nt!KeBugCheckEx+0x1b
f7723154 806e2c52 f771fd70 e23c6a96 0e3c563c hal!HalpMcaExceptionHandler+0xdd
f7723154 806eaa43 f771fd70 e23c6a96 0e3c563c hal!HalpMcaExceptionHandlerWrapper+0x4a
f78bed14 f754893c 00001014 89dabea8 f771fc50 hal!READ_PORT_UCHAR+0x7
f78bed28 f7548e9e f75499b0 f771fc70 80527963 intelppm!ReadGenAddr+0x6a
f78bed50 80544e2c 00000000 0000000e f63c6a97 intelppm!Acpi2C2Idle+0x2a
f78bed54 00000000 0000000e f63c6a97 5ba9563c nt!KiIdleLoop+0x10


STACK_COMMAND:  kb

FOLLOWUP_IP: 
intelppm!ReadGenAddr+6a
f754893c eb2c            jmp     intelppm!ReadGenAddr+0x98 (f754896a)

SYMBOL_STACK_INDEX:  4

SYMBOL_NAME:  intelppm!ReadGenAddr+6a

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: intelppm

IMAGE_NAME:  intelppm.sys

DEBUG_FLR_IMAGE_TIMESTAMP:  41107b37

FAILURE_BUCKET_ID:  0x9C_IA32_GenuineIntel_intelppm!ReadGenAddr+6a

BUCKET_ID:  0x9C_IA32_GenuineIntel_intelppm!ReadGenAddr+6a

Followup: MachineOwner
---------

eax=f771f13c ebx=f7723050 ecx=00000000 edx=00000000 esi=00000800 edi=b2000040
eip=804f9d1b esp=f7723010 ebp=f7723028 iopl=0         nv up di ng nz na pe nc
cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00000086
nt!KeBugCheckEx+0x1b:
804f9d1b 5d              pop     ebp
ChildEBP RetAddr  Args to Child              
f7723028 806e7bf7 0000009c 00000000 f7723050 nt!KeBugCheckEx+0x1b (FPO: [Non-Fpo])
f7723154 806e2c52 f771fd70 e23c6a96 0e3c563c hal!HalpMcaExceptionHandler+0xdd (FPO: [Non-Fpo])
f7723154 806eaa43 f771fd70 e23c6a96 0e3c563c hal!HalpMcaExceptionHandlerWrapper+0x4a (FPO: TSS 28:0)
f78bed14 f754893c 00001014 89dabea8 f771fc50 hal!READ_PORT_UCHAR+0x7 (FPO: [1,0,0])
f78bed28 f7548e9e f75499b0 f771fc70 80527963 intelppm!ReadGenAddr+0x6a (FPO: [Non-Fpo])
f78bed50 80544e2c 00000000 0000000e f63c6a97 intelppm!Acpi2C2Idle+0x2a (FPO: [0,2,0])
f78bed54 00000000 0000000e f63c6a97 5ba9563c nt!KiIdleLoop+0x10 (FPO: [0,0,0])
start    end        module name
804d7000 806e2000   nt       ntkrpamp.exe Tue Oct 11 19:54:47 2005 (434C50C7)
806e2000 80702c80   hal      halmacpi.dll Wed Sep 28 19:35:25 2005 (433B28BD)
b4db7000 b4de1180   kmixer   kmixer.sys   Wed Jun 14 04:47:45 2006 (448FCD31)
b81ea000 b821b600   RMCast   RMCast.sys   Thu Jul 13 04:48:58 2006 (44B608FA)
b8244000 b8255d00   mqac     mqac.sys     Wed Aug 04 01:58:19 2004 (41107AFB)
b8256000 b82a7480   srv      srv.sys      Mon Aug 14 06:34:39 2006 (44E051BF)
b8398000 b83d8280   HTTP     HTTP.sys     Thu Mar 16 20:33:09 2006 (441A03C5)
b84b5000 b84b8180   mdmxsdk  mdmxsdk.sys  Wed Feb 15 13:57:47 2006 (43F379AB)
b84f1000 b851d400   mrxdav   mrxdav.sys   Wed Aug 04 02:00:49 2004 (41107B91)
b8edc000 b8ef0400   wdmaud   wdmaud.sys   Wed Jun 14 05:00:44 2006 (448FD03C)
bf800000 bf9c1180   win32k   win32k.sys   Wed Oct 05 20:05:44 2005 (43446A58)
bf9c2000 bf9d3580   dxg      dxg.sys      Wed Aug 04 02:00:51 2004 (41107B93)
bf9d4000 bfda2000   nv4_disp nv4_disp.dll Fri Jul 21 01:07:15 2006 (44C06103)
eb070000 eb093000   Fastfat  Fastfat.SYS  Wed Aug 04 02:14:15 2004 (41107EB7)
eb093000 eb101a00   mrxsmb   mrxsmb.sys   Fri May 05 05:41:42 2006 (445B1DD6)
eb102000 eb12ca00   rdbss    rdbss.sys    Fri May 05 05:47:55 2006 (445B1F4B)
eb12d000 eb14ed00   afd      afd.sys      Wed Aug 04 02:14:13 2004 (41107EB5)
eb14f000 eb176c00   netbt    netbt.sys    Wed Aug 04 02:14:36 2004 (41107ECC)
eb177000 eb197f00   ipnat    ipnat.sys    Wed Sep 29 18:28:36 2004 (415B3714)
eb1c0000 eb217d80   tcpip    tcpip.sys    Thu Apr 20 07:51:47 2006 (444775D3)
eb218000 eb22a400   ipsec    ipsec.sys    Wed Aug 04 02:14:27 2004 (41107EC3)
eb968000 eba3d700   dump_iaStor dump_iaStor.sys Wed Oct 12 15:07:10 2005 (434D5EDE)
eba3e000 ebafb600   avg7core avg7core.sys Fri Feb 09 08:39:00 2007 (45CC7974)
ec42a000 ec438100   usbhub   usbhub.sys   Wed Aug 04 02:08:40 2004 (41107D68)
ee731000 ee733280   rasacd   rasacd.sys   Fri Aug 17 16:55:39 2001 (3B7D84CB)
ef3a3000 ef3ab700   netbios  netbios.sys  Wed Aug 04 02:03:19 2004 (41107C27)
ef3b3000 ef3bb700   wanarp   wanarp.sys   Wed Aug 04 02:04:57 2004 (41107C89)
efb0d000 efb13900   sncduvc  sncduvc.SYS  Thu May 11 05:28:39 2006 (446303C7)
efb1d000 efb24880   Npfs     Npfs.SYS     Wed Aug 04 02:00:38 2004 (41107B86)
efb25000 efb29a80   Msfs     Msfs.SYS     Wed Aug 04 02:00:37 2004 (41107B85)
efb2d000 efb32200   vga      vga.sys      Wed Aug 04 02:07:06 2004 (41107D0A)
f05c7000 f05c7b80   Null     Null.SYS     Fri Aug 17 16:47:39 2001 (3B7D82EB)
f05f9000 f05f9f80   avgclean avgclean.sys Mon Aug 21 18:55:15 2006 (44EA39D3)
f063f000 f064ae00   STREAM   STREAM.SYS   Wed Aug 04 02:07:58 2004 (41107D3E)
f064f000 f065aa80   snp2uvc  snp2uvc.sys  Wed Jul 05 21:59:16 2006 (44AC6E74)
f065f000 f066c6e0   btwusb   btwusb.sys   Fri May 12 16:16:44 2006 (4464ED2C)
f066f000 f0677880   Fips     Fips.SYS     Fri Aug 17 21:31:49 2001 (3B7DC585)
f067f000 f068dd80   arp1394  arp1394.sys  Wed Aug 04 01:58:28 2004 (41107B04)
f0e78000 f0e7a900   Dxapi    Dxapi.sys    Fri Aug 17 16:53:19 2001 (3B7D843F)
f1398000 f139c500   watchdog watchdog.sys Wed Aug 04 02:07:32 2004 (41107D24)
f13d0000 f13d6c80   avg7rsxp avg7rsxp.sys Tue Jan 30 10:08:42 2007 (45BF5F7A)
f2627000 f2635d80   sysaudio sysaudio.sys Wed Aug 04 02:15:54 2004 (41107F1A)
f2cc5000 f2d76900   HSF_CNXT HSF_CNXT.sys Thu Apr 20 19:02:34 2006 (4448130A)
f2d77000 f2e6a180   HSF_DPV  HSF_DPV.sys  Thu Apr 20 19:03:17 2006 (44481335)
f2e6b000 f2e9dc80   HSFHWAZL HSFHWAZL.sys Thu Apr 20 19:02:38 2006 (4448130E)
f2e9e000 f2ec1a00   portcls  portcls.sys  Mon Mar 21 23:43:14 2005 (423F9452)
f2ec2000 f2f57000   CHDAud   CHDAud.sys   Fri Jun 02 18:02:33 2006 (4480B579)
f4f57000 f4f8a200   update   update.sys   Wed Aug 04 01:58:32 2004 (41107B08)
f5414000 f5417900   ndisuio  ndisuio.sys  Mon Jun 20 21:52:55 2005 (42B772F7)
f5947000 f5977100   rdpdr    rdpdr.sys    Wed Aug 04 02:01:10 2004 (41107BA6)
f59a0000 f59b0e00   psched   psched.sys   Wed Aug 04 02:04:16 2004 (41107C60)
f59b1000 f59c7680   ndiswan  ndiswan.sys  Wed Aug 04 02:14:30 2004 (41107EC6)
f59c8000 f5b0c160   btkrnl   btkrnl.sys   Fri May 12 16:19:02 2006 (4464EDB6)
f5b0d000 f5b2f680   ks       ks.sys       Wed Aug 04 02:15:20 2004 (41107EF8)
f5b30000 f5b5f260   SynTP    SynTP.sys    Fri Jun 16 18:40:55 2006 (44933377)
f5b60000 f5bab700   rixdptsk rixdptsk.sys Tue Nov 01 05:07:59 2005 (4367306F)
f5bac000 f5bbc800   sdbus    sdbus.sys    Wed Aug 04 02:07:47 2004 (41107D33)
f5bbd000 f5bdfe80   USBPORT  USBPORT.SYS  Wed Aug 04 02:08:34 2004 (41107D62)
f5be0000 f5c0bc00   e1e5132  e1e5132.sys  Fri Feb 03 12:55:22 2006 (43E3990A)
f5c0c000 f5dadd80   NETw3x32 NETw3x32.sys Wed Nov 15 08:48:46 2006 (455B1ABE)
f5dae000 f5dd3000   HDAudBus HDAudBus.sys Fri Jan 07 20:07:15 2005 (41DF3243)
f5dd3000 f5de6780   VIDEOPRT VIDEOPRT.SYS Wed Aug 04 02:07:04 2004 (41107D08)
f5de7000 f616ab20   nv4_mini nv4_mini.sys Fri Jul 21 01:15:16 2006 (44C062E4)
f639c000 f639fa00   kbdhid   kbdhid.sys   Wed Aug 04 01:58:33 2004 (41107B09)
f63a0000 f63a3c80   mssmbios mssmbios.sys Wed Aug 04 02:07:47 2004 (41107D33)
f66d3000 f66dcf00   termdd   termdd.sys   Wed Aug 04 01:58:52 2004 (41107B1C)
f66e3000 f66eb900   msgpc    msgpc.sys    Wed Aug 04 02:04:11 2004 (41107C5B)
f66f3000 f66fed00   raspptp  raspptp.sys  Wed Aug 04 02:14:26 2004 (41107EC2)
f6703000 f670d200   raspppoe raspppoe.sys Wed Aug 04 02:05:06 2004 (41107C92)
f6713000 f671f880   rasl2tp  rasl2tp.sys  Wed Aug 04 02:14:21 2004 (41107EBD)
f6723000 f6731080   redbook  redbook.sys  Wed Aug 04 01:59:34 2004 (41107B46)
f6733000 f673f180   cdrom    cdrom.sys    Wed Aug 04 01:59:52 2004 (41107B58)
f6743000 f674d380   imapi    imapi.sys    Wed Aug 04 02:00:12 2004 (41107B6C)
f6f3d000 f6f3f580   ndistapi ndistapi.sys Fri Aug 17 16:55:29 2001 (3B7D84C1)
f6f45000 f6f47480   cpqbttn  cpqbttn.sys  Mon Sep 19 15:24:09 2005 (432F1059)
f6f65000 f6f67280   wmiacpi  wmiacpi.sys  Wed Aug 04 02:07:39 2004 (41107D2B)
f6f69000 f6f6c700   CmBatt   CmBatt.sys   Wed Aug 04 02:07:39 2004 (41107D2B)
f6fe6000 f7000580   Mup      Mup.sys      Wed Aug 04 02:15:20 2004 (41107EF8)
f7001000 f702d900   NDIS     NDIS.sys     Mon Jan 09 20:01:04 2006 (43C30750)
f702e000 f70ba480   Ntfs     Ntfs.sys     Wed Aug 04 02:15:06 2004 (41107EEA)
f70bb000 f70d1780   KSecDD   KSecDD.sys   Wed Aug 04 01:59:45 2004 (41107B51)
f70d2000 f70e3f00   sr       sr.sys       Wed Aug 04 02:06:22 2004 (41107CDE)
f70e4000 f7103780   fltMgr   fltMgr.sys   Mon Aug 21 05:14:57 2006 (44E97991)
f7104000 f71d9700   iaStor   iaStor.sys   Wed Oct 12 15:07:10 2005 (434D5EDE)
f71da000 f71f1480   atapi    atapi.sys    Wed Aug 04 01:59:41 2004 (41107B4D)
f71f2000 f7217700   dmio     dmio.sys     Wed Aug 04 02:07:13 2004 (41107D11)
f7218000 f7236880   ftdisk   ftdisk.sys   Fri Aug 17 16:52:41 2001 (3B7D8419)
f7237000 f7254480   pcmcia   pcmcia.sys   Wed Aug 04 02:07:45 2004 (41107D31)
f7255000 f7265a80   pci      pci.sys      Wed Aug 04 02:07:45 2004 (41107D31)
f7266000 f7293d80   ACPI     ACPI.sys     Wed Aug 04 02:07:35 2004 (41107D27)
f7294000 f72ab800   SCSIPORT SCSIPORT.SYS Wed Aug 04 01:59:39 2004 (41107B4B)
f72ac000 f7386000   sptd     sptd.sys     Thu Dec 21 09:01:52 2006 (458A93D0)
f7487000 f7495e80   ohci1394 ohci1394.sys Wed Aug 04 02:10:05 2004 (41107DBD)
f7497000 f74a4000   1394BUS  1394BUS.SYS  Wed Aug 04 02:10:03 2004 (41107DBB)
f74a7000 f74afc00   isapnp   isapnp.sys   Fri Aug 17 16:58:01 2001 (3B7D8559)
f74b7000 f74c1500   MountMgr MountMgr.sys Wed Aug 04 01:58:29 2004 (41107B05)
f74c7000 f74d3c80   VolSnap  VolSnap.sys  Wed Aug 04 02:00:14 2004 (41107B6E)
f74d7000 f74dfe00   disk     disk.sys     Wed Aug 04 01:59:53 2004 (41107B59)
f74e7000 f74f3200   CLASSPNP CLASSPNP.SYS Wed Aug 04 02:14:26 2004 (41107EC2)
f74f7000 f7506d80   Serial   Serial.sys   Wed Aug 04 02:15:51 2004 (41107F17)
f7507000 f7511900   sbp2port sbp2port.sys Tue May 31 19:46:29 2005 (429CF755)
f7527000 f7536180   nic1394  nic1394.sys  Wed Aug 04 01:58:28 2004 (41107B04)
f7547000 f754fd00   intelppm intelppm.sys Wed Aug 04 01:59:19 2004 (41107B37)
f7557000 f7563a80   rimsptsk rimsptsk.sys Thu Dec 22 03:02:21 2005 (43AA5D8D)
f7567000 f756fd80   HIDCLASS HIDCLASS.SYS Wed Aug 04 02:08:18 2004 (41107D52)
f7577000 f7583e00   i8042prt i8042prt.sys Wed Aug 04 02:14:36 2004 (41107ECC)
f75c7000 f75d0480   NDProxy  NDProxy.SYS  Fri Aug 17 16:55:30 2001 (3B7D84C2)
f75d7000 f75e5b80   drmk     drmk.sys     Wed Aug 04 02:07:54 2004 (41107D3A)
f76f7000 f76ffe40   SMBios   SMBios.sys   Thu Sep 11 18:20:22 2003 (3F60F526)
f7707000 f770d200   PCIIDEX  PCIIDEX.SYS  Wed Aug 04 01:59:40 2004 (41107B4C)
f770f000 f7713900   PartMgr  PartMgr.sys  Fri Aug 17 21:32:23 2001 (3B7DC5A7)
f7717000 f771be20   PxHelp20 PxHelp20.sys Mon Apr 25 15:48:02 2005 (426D4972)
f7787000 f778e580   Modem    Modem.SYS    Wed Aug 04 02:08:04 2004 (41107D44)
f784f000 f7854000   usbuhci  usbuhci.sys  Wed Aug 04 02:08:34 2004 (41107D62)
f7857000 f785d800   usbehci  usbehci.sys  Wed Aug 04 02:08:34 2004 (41107D62)
f785f000 f7866100   rimmptsk rimmptsk.sys Wed Nov 16 21:28:31 2005 (437BEACF)
f7867000 f786d180   HIDPARSE HIDPARSE.SYS Wed Aug 04 02:08:15 2004 (41107D4F)
f786f000 f7875000   kbdclass kbdclass.sys Wed Aug 04 01:58:32 2004 (41107B08)
f7877000 f787ca00   mouclass mouclass.sys Wed Aug 04 01:58:32 2004 (41107B08)
f787f000 f7883880   TDI      TDI.SYS      Wed Aug 04 02:07:47 2004 (41107D33)
f7887000 f788b580   ptilink  ptilink.sys  Fri Aug 17 16:49:53 2001 (3B7D8371)
f788f000 f7893080   raspti   raspti.sys   Fri Aug 17 16:55:32 2001 (3B7D84C4)
f7897000 f789a000   BOOTVID  BOOTVID.dll  Fri Aug 17 16:49:09 2001 (3B7D8345)
f789b000 f789d480   compbatt compbatt.sys Fri Aug 17 16:57:58 2001 (3B7D8556)
f789f000 f78a2700   BATTC    BATTC.SYS    Fri Aug 17 16:57:52 2001 (3B7D8550)
f78a3000 f78a5d80   ACPIEC   ACPIEC.sys   Fri Aug 17 16:57:55 2001 (3B7D8553)
f7987000 f7988b80   kdcom    kdcom.dll    Fri Aug 17 16:49:10 2001 (3B7D8346)
f7989000 f798a100   WMILIB   WMILIB.SYS   Fri Aug 17 17:07:23 2001 (3B7D878B)
f798b000 f798c580   intelide intelide.sys Wed Aug 04 01:59:40 2004 (41107B4C)
f798d000 f798e500   viaide   viaide.sys   Wed Aug 04 01:59:42 2004 (41107B4E)
f798f000 f7990480   aliide   aliide.sys   Fri Aug 17 16:51:54 2001 (3B7D83EA)
f7991000 f7992700   dmload   dmload.sys   Fri Aug 17 16:58:15 2001 (3B7D8567)
f79c5000 f79c6280   USBD     USBD.SYS     Fri Aug 17 17:02:58 2001 (3B7D8682)
f79c7000 f79c8100   swenum   swenum.sys   Wed Aug 04 01:58:41 2004 (41107B11)
f7a11000 f7a13000   i2omgmt  i2omgmt.SYS  Wed Aug 04 02:00:50 2004 (41107B92)
f7a13000 f7a14f00   Fs_Rec   Fs_Rec.SYS   Fri Aug 17 16:49:37 2001 (3B7D8361)
f7a15000 f7a16080   Beep     Beep.SYS     Fri Aug 17 16:47:33 2001 (3B7D82E5)
f7a17000 f7a18080   mnmdd    mnmdd.SYS    Fri Aug 17 16:57:28 2001 (3B7D8538)
f7a19000 f7a1a080   RDPCDD   RDPCDD.sys   Fri Aug 17 16:46:56 2001 (3B7D82C0)
f7a1b000 f7a1ce80   eabfiltr eabfiltr.sys Mon Sep 19 15:23:51 2005 (432F1047)
f7a25000 f7a26080   avg7rsw  avg7rsw.sys  Tue Jul 26 08:10:51 2005 (42E6284B)
f7a4f000 f7a4fd00   pciide   pciide.sys   Fri Aug 17 16:51:49 2001 (3B7D83E5)
f7a50000 f7a50d80   OPRGHDLR OPRGHDLR.SYS Fri Aug 17 16:57:55 2001 (3B7D8553)
f7b76000 f7b76c00   audstub  audstub.sys  Fri Aug 17 16:59:40 2001 (3B7D85BC)
f7bbd000 f7bbdd00   dxgthk   dxgthk.sys   Fri Aug 17 16:53:12 2001 (3B7D8438)

Unloaded modules:
b4db7000 b4de2000   kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
b4db7000 b4de2000   kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
b4db7000 b4de2000   kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
b4db7000 b4de2000   kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
b4db7000 b4de2000   kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
b4db7000 b4de2000   kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
b4db7000 b4de2000   kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
b4db7000 b4de2000   kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
b4db7000 b4de2000   kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
b4db7000 b4de2000   kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
b4db7000 b4de2000   kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
b55e4000 b560f000   kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
b55e4000 b560f000   kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
b8e8e000 b8eb9000   kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
f7a89000 f7a8a000   drmkaud.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
b8eb9000 b8edc000   aec.sys 
    Timestamp: unavailable (00000000)
    Checksum:  00000000
f1d7b000 f1d88000   DMusic.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
f25f7000 f2605000   swmidi.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
f79a3000 f79a5000   splitter.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
efb35000 efb3a000   Cdaudio.SYS
    Timestamp: unavailable (00000000)
    Checksum:  00000000
ee735000 ee738000   Sfloppy.SYS
    Timestamp: unavailable (00000000)
    Checksum:  00000000
efb3d000 efb42000   Flpydisk.SYS
    Timestamp: unavailable (00000000)
    Checksum:  00000000
efb45000 efb4c000   Fdc.SYS 
    Timestamp: unavailable (00000000)
    Checksum:  00000000
Closing open log file c:\debugmini.txt


Wat kan ik hieruit opmaken? Dat de fout bij de processor ligt, of dat de fout simpelweg langs de processor is gegaan en dat die de fout niet kon rechtzetten oid? :?

  • Tags NL
  • Registratie: December 1999
  • Nu online

Tags NL

Harmful or Harmless?

(Lucky Guess hoor...)

Intelppm.sys zie ik in de Dump staan, misschien de verkeerde Powermodus (S1/S3) in de bios?

https://powershellisfun.com


  • ZeroVince
  • Registratie: September 2000
  • Niet online
-={Fred_Perry}=- schreef op vrijdag 09 maart 2007 @ 10:30:
(Lucky Guess hoor...)

Intelppm.sys zie ik in de Dump staan, misschien de verkeerde Powermodus (S1/S3) in de bios?
In de BIOS kan ik helaas niets wijzigen... (OEM bios)

Maar neem aan dat dat dan dus ook niet verkeerd staat?

  • Tags NL
  • Registratie: December 1999
  • Nu online

Tags NL

Harmful or Harmless?

ZeroVince schreef op zaterdag 10 maart 2007 @ 00:56:
[...]

In de BIOS kan ik helaas niets wijzigen... (OEM bios)

Maar neem aan dat dat dan dus ook niet verkeerd staat?
Geen idee, leek gewoon alsof het daar mee te maken had :D Hij wordt ook niet te warm o.i.d?

https://powershellisfun.com


  • Jimbolino
  • Registratie: Januari 2001
  • Laatst online: 10-03 16:03

Jimbolino

troep.com

De afgelopen maand heb ik de volgende STOP messages langs zien komen in XP MCE
Verschillende STOP fouten, komt meestal door defecte hardware.
Test je geheugen eens met memtest.

edit: zo te zien heb je dat al gedaan: Memtest 86+ - address range?

trek de helft van je ram eruit, test opnieuw en kijk of de BSOD's wegblijven...

[ Voor 32% gewijzigd door Jimbolino op 11-03-2007 00:21 ]

The two basic principles of Windows system administration:
For minor problems, reboot
For major problems, reinstall


  • ZeroVince
  • Registratie: September 2000
  • Niet online
32 passes Memtest86+ levert geen foutmeldingen op..

  • Jimbolino
  • Registratie: Januari 2001
  • Laatst online: 10-03 16:03

Jimbolino

troep.com

Misschien krijg je met SP2004 Orthos Edition fouten.
(cpu stresstest)
Zou kunnen duiden slechte koeling / slechte cpu.

Misschien zijn er nog biosupdates/driverupdates beschikbaar?

The two basic principles of Windows system administration:
For minor problems, reboot
For major problems, reinstall

Pagina: 1