On a Windows Vista laptop I have had several blue screens lately. Each time the dump file suggests that the stop code was 0x18 in module ntkrnlpa.exe and the error was "Reference by Pointer".
I understand that this means that reference count of an object is illegal for the current state of the object i.e. an inconsistency in the object's reference count, and that the parameters indicate the type of object and the particular ID of the one at fault. My problem is that these are not consistent. And the drivers have not been updated for years.
How can I map the object to a parameter ? It may be a hardware item that can be replaced if only I knew which.
The last three parameters in my case have been:
(0xFFFFFFFF85A815B8, 0xFFFFFFFF863330E8, 0x2, 0xFFFFFFFFFFFFFFFF)
(0xFFFFFFFF85A815B8, 0xFFFFFFFF8957C710, 0x1, 0x1)
(0xFFFFFFFF85A81640, 0xFFFFFFFF8632F4C0, 0x1, 0x1)
I understand that this means that reference count of an object is illegal for the current state of the object i.e. an inconsistency in the object's reference count, and that the parameters indicate the type of object and the particular ID of the one at fault. My problem is that these are not consistent. And the drivers have not been updated for years.
How can I map the object to a parameter ? It may be a hardware item that can be replaced if only I knew which.
The last three parameters in my case have been:
(0xFFFFFFFF85A815B8, 0xFFFFFFFF863330E8, 0x2, 0xFFFFFFFFFFFFFFFF)
(0xFFFFFFFF85A815B8, 0xFFFFFFFF8957C710, 0x1, 0x1)
(0xFFFFFFFF85A81640, 0xFFFFFFFF8632F4C0, 0x1, 0x1)