[Win7 x64] BSOD when entering sleep/hibernate mode

Mortadelo52

New member
Joined
Jun 3, 2014
Posts
3
Win 7 ultimate 64 bsods and shuts-off at the time it should enter sleep mode. I would be very thankful if anyone could point where the problema might be.
BTW, the Sysnative jcgriff2 BSOD File Collection App did not end. It remained listing "waiting for systeminfo" endlessly.

Thanks very much for your help

· OS - Vista/ Windows 7 ? windows 7 ultimate 64-bits sp1
· Is the OS an OEM version (came pre-installed on system) or full retail version (YOU purchased it from retailer)? OEM
· Age of system (hardware) 2012
· Age of OS installation - have you re-installed the OS? 2012, no

· CPU intel core i5-2300 @ 2.80 GHz
· Video Card Intel HD Graphics
· MotherBoard Asus p8-h67-m Pro
· Power Supply - brand & wattage Antec 500W
 

Attachments

re: BSOD when entering sleep/hibernate mode - Windows 7 x64

Hi,

Both of the attached DMP files are of the IRQL_NOT_LESS_OR_EQUAL (a) bug check.

This indicates that Microsoft Windows or a kernel-mode driver accessed paged memory at DISPATCH_LEVEL or above.

This bug check is issued if paged memory (or invalid memory) is accessed when the IRQL is too high. The error that generates this bug check usually occurs after the installation of a faulty device driver, system service, or BIOS.

1. Uninstall Boot Defrag ASAP.

2. Uninstall Glary Utilities ASAP, I've seen it cause many issues as of late.

3.

Code:
2: kd> lmvm ssport
start             end                 module name
fffff880`02a60000 fffff880`02a68000   SSPORT     (deferred)             
    Image path: \??\C:\Windows\system32\Drivers\SSPORT.sys
    Image name: SSPORT.sys
    Timestamp:        Thu Aug 11 19:07:32 [COLOR=#ff0000]2005[/COLOR]

Samsung printer driver dated from 2005, which is far too old to function with the OS. Check for an update - Download Center: Download Software, Firmware, Drivers & Manuals | Samsung

If not available, uninstall the printer ASAP and disconnect it from the system.



If all of the above fail, please run Memtest for NO LESS than ~8 passes (several hours):

Memtest86+:

Download Memtest86+ here:

Memtest86+ - Advanced Memory Diagnostic Tool

Which should I download?

You can either download the pre-compiled ISO that you would burn to a CD and then boot from the CD, or you can download the auto-installer for the USB key. What this will do is format your USB drive, make it a bootable device, and then install the necessary files. Both do the same job, it's just up to you which you choose, or which you have available (whether it's CD or USB).

Do note that some older generation motherboards do not support USB-based booting, therefore your only option is CD (or Floppy if you really wanted to).

How Memtest works:

Memtest86 writes a series of test patterns to most memory addresses, reads back the data written, and compares it for errors.

The default pass does 9 different tests, varying in access patterns and test data. A tenth test, bit fade, is selectable from the menu. It writes all memory with zeroes, then sleeps for 90 minutes before checking to see if bits have changed (perhaps because of refresh problems). This is repeated with all ones for a total time of 3 hours per pass.

Many chipsets can report RAM speeds and timings via SPD (Serial Presence Detect) or EPP (Enhanced Performance Profiles), and some even support changing the expected memory speed. If the expected memory speed is overclocked, Memtest86 can test that memory performance is error-free with these faster settings.

Some hardware is able to report the "PAT status" (PAT: enabled or PAT: disabled). This is a reference to Intel Performance acceleration technology; there may be BIOS settings which affect this aspect of memory timing.

This information, if available to the program, can be displayed via a menu option.

Any other questions, they can most likely be answered by reading this great guide here:

FAQ : please read before posting

Regards,

Patrick
 
re: BSOD when entering sleep/hibernate mode - Windows 7 x64

1.-Done
2.-Done
3.-Done. Strange, though. Windows update autimatically downloaded latest drives few days ago.
4.-Will run over weekend, the machine must run sql server up until then.
Thanks VERY VERY much for your kind and quick answer.
 
Re: BSOD when entering sleep/hibernate mode - Windows 7 x64

My pleasure, please keep me updated.

Regards,

Patrick
 
Re: BSOD when entering sleep/hibernate mode - Windows 7 x64

All done, now. MemTest yields no errors. What shall I do now? Force the computer into sleep/hibernation and see what comes up? Is there a way to know if the problem has been solved?
Excuse my ignorance and thanks very much once more
 
Re: BSOD when entering sleep/hibernate mode - Windows 7 x64

Does it still crash? If so, enable Driver Verifier and force the crash if you can reproduce it:

Driver Verifier:

What is Driver Verifier?

Driver Verifier monitors Windows kernel-mode drivers, graphics drivers, and even 3rd party drivers to detect illegal function calls or actions that might corrupt the system. Driver Verifier can subject the Windows drivers to a variety of stresses and tests to find improper behavior.

Essentially, if there's a 3rd party driver believed to be causing the issues at hand, enabling Driver Verifier will help us see which specific driver is causing the problem.

Before enabling Driver Verifier, it is recommended to create a System Restore Point:

Vista - START | type rstrui - create a restore point
Windows 7 - START | type create | select "Create a Restore Point"
Windows 8/8.1 - Restore Point - Create in Windows 8

How to enable Driver Verifier:

Start > type "verifier" without the quotes > Select the following options -

1. Select - "Create custom settings (for code developers)"
2. Select - "Select individual settings from a full list"
3. Check the following boxes -
- Special Pool
- Pool Tracking
- Force IRQL Checking
- Deadlock Detection
- Security Checks (Windows 7 & 8/8.1)
- DDI compliance checking (Windows 8/8.1)
- Miscellaneous Checks
4. Select - "Select driver names from a list"
5. Click on the "Provider" tab. This will sort all of the drivers by the provider.
6. Check EVERY box that is NOT provided by Microsoft / Microsoft Corporation.
7. Click on Finish.
8. Restart.

Important information regarding Driver Verifier:

- If Driver Verifier finds a violation, the system will BSOD. To expand on this a bit more for the interested, specifically what Driver Verifier actually does is it looks for any driver making illegal function calls, causing memory leaks, etc. When and/if this happens, system corruption occurs if allowed to continue. When Driver Verifier is enabled per my instructions above, it is monitoring all 3rd party drivers (as we have it set that way) and when it catches a driver attempting to do this, it will quickly flag that driver as being a troublemaker, and bring down the system safely before any corruption can occur.

- After enabling Driver Verifier and restarting the system, depending on the culprit, if for example the driver is on start-up, you may not be able to get back into normal Windows because Driver Verifier will detect it in violation almost straight away, and as stated above, that will cause / force a BSOD.

If this happens, do not panic, do the following:

- Boot into Safe Mode by repeatedly tapping the F8 key during boot-up.

- Once in Safe Mode - Start > Search > type "cmd" without the quotes.

- To turn off Driver Verifier, type in cmd "verifier /reset" without the quotes.
・ Restart and boot into normal Windows.

If your OS became corrupt or you cannot boot into Windows after disabling verifier via Safe Mode:

- Boot into Safe Mode by repeatedly tapping the F8 key during boot-up.

- Once in Safe Mode - Start > type "system restore" without the quotes.

- Choose the restore point you created earlier.

-- Note that Safe Mode for Windows 8/8.1 is a bit different, and you may need to try different methods: 5 Ways to Boot into Safe Mode in Windows 8 & Windows 8.1

How long should I keep Driver Verifier enabled for?

I recommend keeping it enabled for at least 24 hours. If you don't BSOD by then, disable Driver Verifier. I will usually say whether or not I'd like for you to keep it enabled any longer.

My system BSOD'd with Driver Verifier enabled, where can I find the crash dumps?

- If you have the system set to generate Small Memory Dumps, they will be located in %systemroot%\Minidump.

- If you have the system set to generate Kernel-Memory Dumps, it will be located in %systemroot% and labeled MEMORY.DMP.

Any other questions can most likely be answered by this article:

Using Driver Verifier to identify issues with Windows drivers for advanced users


Regards,

Patrick
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top