📎 AI Summary:
The thread discusses a user experiencing a crash dump in Windows, with a contributor analyzing the error indicating memory corruption possibly caused by drivers accessing invalid memory addresses. The expert suggests running system file checks and identifies a potential issue with the Daemon Tools driver, recommending its removal, and advises testing after that before trying further diagnostics like driver verifier. Overall, the feedback is helpful and provides practical steps to troubleshoot the recurring BSOD.
The thread discusses a user experiencing a crash dump in Windows, with a contributor analyzing the error indicating memory corruption possibly caused by drivers accessing invalid memory addresses. The expert suggests running system file checks and identifies a potential issue with the Daemon Tools driver, recommending its removal, and advises testing after that before trying further diagnostics like driver verifier. Overall, the feedback is helpful and provides practical steps to troubleshoot the recurring BSOD.
Solution
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck A, {48, 2, 1, fffff80002ccffc9}
Probably caused by : memory_corruption ( nt!MiRestoreTransitionPte+109 )
Followup: MachineOwner
this bugcheck is caused by drivers accessing paged memory at an incorrect address.
Let's first check for corruption. Look in the start...
kemical
Essential Member
Member details
- Joined
- Aug 28, 2007
- Messages
- 36,163
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck A, {48, 2, 1, fffff80002ccffc9}
Probably caused by : memory_corruption ( nt!MiRestoreTransitionPte+109 )
Followup: MachineOwner
this bugcheck is caused by drivers accessing paged memory at an incorrect address.
Let's first check for corruption. Look in the start menu for command prompt, rightclick and run as admin. Type
sfc /scannow
Press enter and await results.
Ufortunately no driver is mentioned in the dump file although looking over what's installed something popped up straight away:
dtsoftbus01.sys Wed Feb 19 14:43:17 2014: Daemon Tools driver Possible BSOD issues in Win7 please remove.
If the bsod still continues then try removing your AV suite (you can always re-install later).
If that doesn't help then we could try running the driver verifier but first see how you go with the above
Please post any new dump files.