Reply to thread

Hi Tony,


I presume this is a different system than the one I assisted you with prior?


Most if/not all of the crash dumps are 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]0: kd> k

Child-SP          RetAddr           Call Site

ffffd000`22eed288 fffff801`19f69ae9 nt!KeBugCheckEx

ffffd000`22eed290 fffff801`19f6833a nt!KiBugCheckDispatch+0x69

ffffd000`22eed3d0 fffff801`f5304c81 nt!KiPageFault+0x23a

ffffd000`22eed560 00000000`00000000 [COLOR=#ff0000]SynTP+0x3bc81[/COLOR]


[/CODE]


SynTP.sys is the Synaptic Touch Pad driver. Check for an update ASAP - Drivers ? Synaptics


If not there, check Sony's site - Sony eSupport - Drivers & Software Updates - Select a Model


Regards,


Patrick


Back
Top