Hi,
The attached DMP file is of the
DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1) bug check.
This indicates that a kernel-mode driver attempted to access pageable memory at a process IRQL that was too high.
A driver tried to access an address that is pageable (or that is completely invalid) while the IRQL was too high. This bug check is usually caused by drivers that have used improper addresses.
Code:
2: kd> k
Child-SP RetAddr Call Site
ffffd001`88df78c8 fffff802`371dfae9 nt!KeBugCheckEx
ffffd001`88df78d0 fffff802`371de33a nt!KiBugCheckDispatch+0x69
ffffd001`88df7a10 fffff801`10f14495 nt!KiPageFault+0x23a
ffffd001`88df7ba8 fffff801`10f13a7b cmudaxp+0x28495
ffffd001`88df7bb0 00000000`7f180000 cmudaxp+0x27a7b
ffffd001`88df7bb8 00000000`00000000 0x7f180000
Code:
BugCheck D1, {ffffd00207ecdff8, 2, 0, fffff80110f14495}
cmudaxp.sys attempted to access memory which was on the pagefile, therefore as this cannot occur in kernel-mode, the box crashed.
This is one of the following drivers:
C-Media Audio Interface Driver (WDM) by C-Media
ASUS Xonar DG Audio Interface driver
HTO CLARO Audio Interface Driver
Update your audio drivers ASAP -
GIGABYTE - Motherboard - Socket 1155 - GA-Z77X-UP4 TH (rev. 1.0)
If it's a 3rd party sound card, update the drivers from their site ASAP.
Regards,
Patrick