Hallo,
Ik heb een paar dagen geleden een nieuwe pc in elkaar gezet en heb er tot nu toe constant problemen mee. Ik heb er als eerst Windows Vista x64 op gezet, maar had constant last van blauwe schermen (vooral tijdens gamen). De foutmeldingen waren: DRIVER_IRQL_NOT_LESS_OR_EQUAL (de meeste waren deze error) en soms PAGE_FAULT_IN_NON_PAGED_AREA.
Ik had verder alles geupdate, de laatste drivers, laatste bios, etc. maar de bsod's bleven. Ik heb toen vandaag maar Windows XP erop gezet, hopen dat dat het probleem zou verhelpen.
Niet dus, nog voordat ik de drivers allemaal geinstalleerd had had ik het eerste blauwe scherm al te pakken (er waren toen nog absoluut geen programma's geinstalleerd). Ik heb nu al meerdere keren last gehad van bsod's zonder foutmelding, alleen een stopcode, die stopcode is dan altijd 0x000008E.
Ik heb ondertussen op XP ook nog andere bsod's gekregen, en daar met windbg proberen wat wijzer uit te worden. Bij de bsod's met de 0x000008E stopcode heb ik maar 2 dumps kunnen krijgen, omdat hij meestal bleef hangen bij "Memory dump: X%". De andere foutmeldingen die ik nog gekregen heb zijn:
SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION:
De 0x000008E error:
Nog een 0x000008E:
Hier nog 1:
Ik hoop dat iemand mij kan helpen, dit is mijn systeem:
Intel Core2Duo E6750 @ 2.66GHZ
OCZ PC6400 Dual channel geheugen (2 x 1GB)
Asus P5K moederbord
Geforce 8800GT videokaart
AOpen 400 watt voeding
500GB Samsung SATA harde schijf
1 DVD-Rewriter
Ik heb een paar dagen geleden een nieuwe pc in elkaar gezet en heb er tot nu toe constant problemen mee. Ik heb er als eerst Windows Vista x64 op gezet, maar had constant last van blauwe schermen (vooral tijdens gamen). De foutmeldingen waren: DRIVER_IRQL_NOT_LESS_OR_EQUAL (de meeste waren deze error) en soms PAGE_FAULT_IN_NON_PAGED_AREA.
Ik had verder alles geupdate, de laatste drivers, laatste bios, etc. maar de bsod's bleven. Ik heb toen vandaag maar Windows XP erop gezet, hopen dat dat het probleem zou verhelpen.
Niet dus, nog voordat ik de drivers allemaal geinstalleerd had had ik het eerste blauwe scherm al te pakken (er waren toen nog absoluut geen programma's geinstalleerd). Ik heb nu al meerdere keren last gehad van bsod's zonder foutmelding, alleen een stopcode, die stopcode is dan altijd 0x000008E.
Ik heb ondertussen op XP ook nog andere bsod's gekregen, en daar met windbg proberen wat wijzer uit te worden. Bij de bsod's met de 0x000008E stopcode heb ik maar 2 dumps kunnen krijgen, omdat hij meestal bleef hangen bij "Memory dump: X%". De andere foutmeldingen die ik nog gekregen heb zijn:
SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION:
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
| *******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck C1, {8a186ed8, 8a1860c4, 930124, 23}
Probably caused by : usbehci.sys ( usbehci!EHCI_InterruptDpc+99 )
Followup: MachineOwner
---------
1: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION (c1)
Special pool has detected memory corruption. Typically the current thread's
stack backtrace will reveal the guilty party.
Arguments:
Arg1: 8a186ed8, address trying to free
Arg2: 8a1860c4, address where bits are corrupted
Arg3: 00930124, (reserved)
Arg4: 00000023, caller is freeing an address where nearby bytes within the same page have been corrupted |
De 0x000008E error:
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
| *******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000008E, {c0000005, bfa7f510, b5eb4808, 0}
*** ERROR: Module load completed but symbols could not be loaded for nv4_mini.sys
Probably caused by : nv4_disp.dll ( nv4_disp+ac510 )
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: bfa7f510, The address that the exception occurred at
Arg3: b5eb4808, Trap Frame
Arg4: 00000000
Debugging Details:
------------------
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. |
Nog een 0x000008E:
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
| *******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000008E, {c0000005, bfa7f510, b5eb4808, 0}
*** ERROR: Module load completed but symbols could not be loaded for nv4_mini.sys
Probably caused by : nv4_disp.dll ( nv4_disp+ac510 )
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: bfa7f510, The address that the exception occurred at
Arg3: b5eb4808, Trap Frame
Arg4: 00000000
Debugging Details:
------------------
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. |
Hier nog 1:
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
| *******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck F7, {bb07, bb40, ffff44bf, 0}
Probably caused by : USBPORT.SYS ( USBPORT!USBPORT_CompleteTransfer+44a )
Followup: MachineOwner
---------
0: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
DRIVER_OVERRAN_STACK_BUFFER (f7)
A driver has overrun a stack-based buffer. This overrun could potentially
allow a malicious user to gain control of this machine.
DESCRIPTION
A driver overran a stack-based buffer (or local variable) in a way that would
have overwritten the function's return address and jumped back to an arbitrary
address when the function returned. This is the classic "buffer overrun"
hacking attack and the system has been brought down to prevent a malicious user
from gaining complete control of it.
Do a kb to get a stack backtrace -- the last routine on the stack before the
buffer overrun handlers and bugcheck call is the one that overran its local
variable(s).
Arguments:
Arg1: 0000bb07, Actual security check cookie from the stack
Arg2: 0000bb40, Expected security check cookie
Arg3: ffff44bf, Complement of the expected security check cookie
Arg4: 00000000, zero |
Ik hoop dat iemand mij kan helpen, dit is mijn systeem:
Intel Core2Duo E6750 @ 2.66GHZ
OCZ PC6400 Dual channel geheugen (2 x 1GB)
Asus P5K moederbord
Geforce 8800GT videokaart
AOpen 400 watt voeding
500GB Samsung SATA harde schijf
1 DVD-Rewriter