[XP] BSOD met stop code 0xc2

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

  • Tim_bots
  • Registratie: April 2004
  • Laatst online: 11-03 10:32
Ik weet dat hier al meerdere malen gepost is met bsod problemen met stop-code 0xc2. Probleem is echter dat ik nergens een oplossing kan vinden.

Wat ik al gedaan heb:Helaas gaf dit geen resultaat.

Heeft iemand een idee wat ik kan doen?

Voor diegene die intresse hebben in de dumpfiles of het dumpchk reaultaat hier staat een zip.

Alvast hartelijk bedankt voor al jullie hulp en reacties, Tim Bots


Verwijderd

Ik heb even snel naar de dump gekeken en de fout zit in filtnt.sys wat een driver van outpost schijnt te zijn. Je moet de dump openen in de debugge en dan met !analyze -v de stack dumpen :)
Ik pas je titel nog even aan :)

  • Tim_bots
  • Registratie: April 2004
  • Laatst online: 11-03 10:32
Kijk dat is nog eens een goed advies

Thnks

outpost = gone

en ik ga op zoek naar een nieuwe firewall of mijn firewall updaten

p.s. kan je de output van de debugger hier ff neerzetten?

Ik heb het zelf al geprobeerd maar ik krijg eeb foutmelding en geen verwijzing naar filtnt.sys

*What do I do wrong*

[ Voor 83% gewijzigd door Tim_bots op 22-06-2006 13:09 ]

Alvast hartelijk bedankt voor al jullie hulp en reacties, Tim Bots


Verwijderd

wat voor foutmelding krijg je dan? Je moet zorgen dat je symbols pad goed staat (bij mij verwijst deze naar SRV*e:\symbols*http://msdl.microsoft.com/download/symbols) en dan 1 van je minidumps inladen. Vervolgens krijg je een zooi meldingen van non microsoft drivers dat de symbols niet geladen kunnen worden en als dat klaar is voer je !analyze -v uit om de stack te dumpen :)

  • Tim_bots
  • Registratie: April 2004
  • Laatst online: 11-03 10:32
Mijn symbols pad staat goed, hier de volledige dump
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
C:\Program Files\Debugging Tools for Windows>kd -y srv*c:\symbols*http://msdl.mi
crosoft.com/download/symbols -i D:\I386 -z D:\Mini120703-01.dmp

Microsoft (R) Windows Debugger  Version 6.6.0003.5
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [D:\Mini120703-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: D:\I386
Windows XP Kernel Version 2600 (Service Pack 1) UP Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS Personal
Built by: 2600.xpsp1.020828-1920
Kernel base = 0x804d4000 PsLoadedModuleList = 0x8054be30
Debug session time: Sun Dec  7 14:36:25.734 2003 (GMT+2)
System Uptime: 0 days 0:07:59.305
Loading Kernel Symbols
................................................................................
..............................................
Loading User Symbols
Loading unloaded module list
........
The call to LoadLibrary(ext) failed, Win32 error 127
    "The specified procedure could not be found."
Please check your debugger configuration and/or network access.
The call to LoadLibrary(ext) failed, Win32 error 127
    "The specified procedure could not be found."
Please check your debugger configuration and/or network access.
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************
Bugcheck code 000000C2
Arguments 00000007 00000cd4 000054e2 85500178

ChildEBP RetAddr  Args to Child
ee31bae4 8053d4a1 000000c2 00000007 00000cd4 nt!KeBugCheckEx+0x19
ee31bb2c 804edf07 85500178 00000000 85592328 nt!ExFreePoolWithTag+0x237
ee31bb58 804ec64e fffffffe 85500178 85521610 nt!MiSegmentDelete+0x302
ee31bb7c 804f7089 85500178 85592328 85592301 nt!MiCheckControlArea+0x1bc
ee31bc24 804fc593 85592328 85521610 85592328 nt!MiRemoveMappedView+0x253
ee31bc60 80591fc6 01592328 855925d0 85592818 nt!MmCleanProcessAddressSpace+0x266

ee31bd08 8058ac25 00000000 855925d0 00000000 nt!PspExitThread+0x668
ee31bd28 80591d13 855925d0 00000000 ee31bd64 nt!PspTerminateThreadByPointer+0x50

ee31bd54 804da140 00000000 00000000 80503670 nt!NtTerminateProcess+0x116
ee31bd54 7ffe0304 00000000 00000000 80503670 nt!KiSystemService+0xc4
0012fe6c 00000000 00000000 00000000 00000000 SharedUserData!SystemCallStub+0x4

kd> !analyze -v
The call to LoadLibrary(ext) failed, Win32 error 127
    "The specified procedure could not be found."
Please check your debugger configuration and/or network access.
No export analyze found
kd>


Wel moet ik erbij vermelden dat kd niet op mijn thuis p.c. (met BSOD) draai maar op een andere machine (van school :P en met win 2000, wel heb ik de I386 dir van xp (sp1))

Alvast hartelijk bedankt voor al jullie hulp en reacties, Tim Bots