Windows 10: IRQL_NOT_LESS_OR_EQUAL & MEMORY_MANAGEMENT BSOD's

Discus and support IRQL_NOT_LESS_OR_EQUAL & MEMORY_MANAGEMENT BSOD's in Windows 10 BSOD Crashes and Debugging to solve the problem; Please don't enable driver verifier again after it found drivers, but first test your system for stability. Discussion in 'Windows 10 BSOD Crashes and Debugging' started by Frey767, May 27, 2016.

  1. axe0 New Member

    IRQL_NOT_LESS_OR_EQUAL & MEMORY_MANAGEMENT BSOD's


    Please don't enable driver verifier again after it found drivers, but first test your system for stability.
     
  2. Frey767 Win User

    Well I received a SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M BSOD, (I didn't enable verifier after it found the one driver) while doing absolutely nothing. I had steam open, and a full screen video that was paused because I was waiting for it to buffer. I wound up taking a quick nap and was rudely awoken to the Windows log on sound.
     
    Frey767, Jun 10, 2016
    #32
  3. axe0 New Member
  4. axe0 New Member

    IRQL_NOT_LESS_OR_EQUAL & MEMORY_MANAGEMENT BSOD's

    There are 2 crashes, either of them is caused by driver verifier and looks to be from something that you attached via USB.
    This driver does not come back in the logs as present on your system.
    Code: 1: kd> lmvm usbpcap Browse full module list start end module name fffff801`cdb70000 fffff801`cdb7e000 USBPcap T (no symbols) Loaded symbol image file: USBPcap.sys Image path: \SystemRoot\system32\DRIVERS\USBPcap.sys Image name: USBPcap.sys Browse all global symbols functions data Timestamp: Fri Oct 02 11:09:46 2015 (560E49DA) CheckSum: 000102F9 ImageSize: 0000E000 Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4[/quote]
     
  5. Frey767 Win User
    Yes because USBPcap was a component of wireshark that I have since uninstalled, as of a few days ago. I will try playing overwatch today and see if I get a bluescreen. As I mentioned, I only really seem to get them while playing Overwatch for the most part.
     
    Frey767, Jun 12, 2016
    #35
  6. Frey767 Win User
    ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY, and PAGE_FAULT_IN_NONPAGED_AREA BSOD's tonight.

    I re-seated the RAM as such that each of the four modules are in a different slot. Figured it really couldn't hurt. I have attached a zip file. I was playing Silther.io and watching a full-screen video on the other monitor when the most recent one took place.

    I'd also like to add that sfc /scannow yielded a result: "Windows Resource protection found corrupt files but was unable to fix some of them"

    how do I go about fixing that?
     
    Frey767, Jun 13, 2016
    #36
  7. axe0 New Member
    Upload the cbs.log file located at %systemroot%\Logs\CBS\, if the file is too large try a 3rd party uploader like dropbox, onedrive, google drive, mediafire etc.

    Please remove 2-3 memory sticks, ensure the left-over memory is seated properly and try to run that way. You'll want to prevent stuff that takes a lot of memory.
    Even though we have done a memory test it looks like a memory issue, MemTest86+ is not always 100% correct so errors can be missed.
    What you need to do when a crash occurs:
    Stick 1 in slot 1 - crash? Move to the next
    Stick 1 in slot 2 - crash? Move to the next
    Stick 1 in slot 3 - crash? Move to the next
    Stick 1 in slot 4 - crash? Move to the next
    Stick 2 in slot 1 - crash? Move to the next
    Stick 2 in slot 2 - crash? Move to the next
    Stick 2 in slot 3 - crash? Move to the next
    Stick 2 in slot 4 - crash? Move to the next
    Stick 3 in slot 1 - crash? Move to the next
    Stick 3 in slot 2 - crash? Move to the next
    Stick 3 in slot 3 - crash? Move to the next
    Stick 3 in slot 4 - crash? Move to the next
    Stick 4 in slot 1 - crash? Move to the next
    Stick 4 in slot 2 - crash? Move to the next
    Stick 4 in slot 3 - crash? Move to the next
    Stick 4 in slot 4 - crash?

    Note it if a crash occurs and if a crash does not occurs, post the results please.

    I am aware that this could take up a lot of time, but swapping is the best way to identify what is causing the crashes.

    If somehow the results are improper I would suggest to go for a clean install after backing up everything you do not want to loose.

    Please do NOT rush with installing everything again, but take it slow. Install all Windows Updates, install the drivers ASUS provides but do NOT install any software. We need your system to have as less as possible installed to prevent a BSOD from occuring again after a few hours of a clean installation because of a rush for installing software, this could cause us to start all over again.
     
  8. Frey767 Win User

    IRQL_NOT_LESS_OR_EQUAL & MEMORY_MANAGEMENT BSOD's

    CBS.log - Google Drive

    That's the CBS Log

    I won't be around much for the next week and a half, but as soon as I am able to test the RAM sticks I will come back to this thread and let you know. Worst case scenario I will start a new thread.

    I am honestly considering just making a new build, new mobo, new cpu, wipe HDD and start over. I feel as if the issue lies within the drivers, and seeing as how my hardware is ~4 years old, perhaps it's just time. Thanks again for troubleshooting with me, I will update whenever I can.

    Is it possible the paged memory BSOD's have to do with the Hard Drive's page filing system?
     
    Frey767, Jun 14, 2016
    #38
  9. axe0 New Member
    Real quick I cannot find problems in CBS log, but I am no analyst for that part.

    You know what paged memory is?
     
  10. Frey767 Win User
    It was my understanding that it lowers the amount of RAM used for frequent tasks by storing a page file on the drive, am I wrong? I'm just spitting out ideas. when I see PAGE_FAULT_IN_NONPAGED_AREA I think of paged memory, especially since I've gotten other memory related BSODs.
     
    Frey767, Jun 14, 2016
    #40
  11. axe0 New Member
    What happens when there is not enough RAM is that some data is paged to the pagefile to make room for other tasks, the pagefile is the virtual memory on the hard drive.

    In a simple explanation, with an IRQL of level 2 or higher a driver has access to certain areas of the kernel, however when the driver wants to reference an invalid memory address or a wrong memory address a pagefault occurs. With IRQL of level 2 or higher we move from paged memory to nonpaged memory, in nonpaged memory a pagefault does not occur under proper circumstances so when a pagefault occurs it is a violation of the rules and thus a BSOD occurs.
     
  12. Frey767 Win User
    Thank you for your detailed explanation, as these are terms I understand. This helps me get a better idea of what's going on with my own computer a little more. Would it be possible to explain briefly why a fault would not correct itself, and why it would cause windows to seize up and force a restart (IE: BSOD)?
     
    Frey767, Jun 14, 2016
    #42
  13. axe0 New Member

    IRQL_NOT_LESS_OR_EQUAL & MEMORY_MANAGEMENT BSOD's

    Windows cannot correct errors on drivers & hardware, what it can do is modify a few things of its own system but nothing more.

    If you know the function of the BSOD then you know the answer to your second question.
     
  14. Frey767 Win User
    Okay so I used WhoCrashed to analyze some crash dumps (a few from today) and the Intel Gigabit Adapter driver was the cause for a couple of them. Checked device manager and the driver is from may of 2015 even though I thought I had updated it after your prior post about which drivers were outdated. I am updating the driver as we speak and will see if it helps my issue with a couple less blue screens hopefully.
     
    Frey767, Jun 15, 2016
    #44
  15. axe0 New Member
    Programs as WhoCrashed are a joke, they cannot analyze dumps properly.
     
Thema:

IRQL_NOT_LESS_OR_EQUAL & MEMORY_MANAGEMENT BSOD's

Loading...
  1. IRQL_NOT_LESS_OR_EQUAL & MEMORY_MANAGEMENT BSOD's - Similar Threads - IRQL_NOT_LESS_OR_EQUAL MEMORY_MANAGEMENT BSOD's

  2. BSOD CRITICAL_PROCESS_DIED, MEMORY_MANAGEMENT, IRQL_NOT_LESS_OR_EQUAL

    in Windows 10 Gaming
    BSOD CRITICAL_PROCESS_DIED, MEMORY_MANAGEMENT, IRQL_NOT_LESS_OR_EQUAL: Hello everyone.I have been experiencing a lot of BSODs in the past couple months and is getting more frequent by time.I have opened another post yesterday regarding another BSOD issue which got resolved and now i have new ones.Link to old post for context.My system specs...
  3. BSOD CRITICAL_PROCESS_DIED, MEMORY_MANAGEMENT, IRQL_NOT_LESS_OR_EQUAL

    in Windows 10 Software and Apps
    BSOD CRITICAL_PROCESS_DIED, MEMORY_MANAGEMENT, IRQL_NOT_LESS_OR_EQUAL: Hello everyone.I have been experiencing a lot of BSODs in the past couple months and is getting more frequent by time.I have opened another post yesterday regarding another BSOD issue which got resolved and now i have new ones.Link to old post for context.My system specs...
  4. BSOD problems IRQL_NOT_LESS_OR_EQUAL + MEMORY_MANAGEMENT + PAGE_FAULT_IN_NONPAGED_AREA

    in Windows 10 Gaming
    BSOD problems IRQL_NOT_LESS_OR_EQUAL + MEMORY_MANAGEMENT + PAGE_FAULT_IN_NONPAGED_AREA: Some days when I turn off my PC it happens sequentially these 3 BSOD IRQL_NOT_LESS_OR_EQUAL + MEMORY_MANAGEMENT + PAGE_FAULT_IN_NONPAGED_AREAI've already done memtest86 and got no errorsSFC /scannow with no errors toocheckdisk with no errorsAny suggestion of whats going on?...
  5. Stop Codes: irql_not_less_or_equal and memory_management

    in Windows 10 BSOD Crashes and Debugging
    Stop Codes: irql_not_less_or_equal and memory_management: Troubleshooting Help: What is your parts list? Consider formatting your parts list. Replace this text with your answer. CPU: intel core i7 6700k @ 4.00ghz MoBo: MSI Z270 PC Mate RAM: 2x 16gb DDR4, 3200MHz Corsair Vengeance RGB Pro, bought in the same package GPU: Nvidia...
  6. BSOD: IRQL_NOT_LESS_OR_EQUAL + MEMORY_MANAGEMENT (.dmp files)

    in Windows 10 Ask Insider
    BSOD: IRQL_NOT_LESS_OR_EQUAL + MEMORY_MANAGEMENT (.dmp files): Hey guys I have a 2015 Razer Blade Laptop and I have been getting pretty frequent BSOD for a while now. Last month I had to reinstall windows because I entered a BSOD boot loop. Can anyone help me with the exact problem? I did /sfc scannow but it shows no problems. I'll do...
  7. BSOD | IRQL_NOT_LESS_OR_EQUAL / MEMORY_MANAGEMENT| ntoskrnl.exe

    in Windows 10 BSOD Crashes and Debugging
    BSOD | IRQL_NOT_LESS_OR_EQUAL / MEMORY_MANAGEMENT| ntoskrnl.exe: Hey there, (Windows Education 1909 64bit) I recently upgraded my Motherboard, CPU and RAM and ever since I've been the two BSOD listed in the title. I didn't do a clean install of Windows 10 since I don't want to reconfigure everything again with a clean install. I've done a...
  8. Memory_Management and IRQL_Not_Less_OR_Equal BSOD

    in Windows 10 BSOD Crashes and Debugging
    Memory_Management and IRQL_Not_Less_OR_Equal BSOD: Hello I am having an issue with a bsod that I can not determine the cause. I have run memtest86, windows memory diagnostic, reassembled the hardware, and tried a clean install. The bsod appears about 20 minutes after the first boot. If I then turn the computer off and turn...
  9. BSOD: Memory_Management and IRQL_Not_Less_Or_Equal

    in Windows 10 BSOD Crashes and Debugging
    BSOD: Memory_Management and IRQL_Not_Less_Or_Equal: I just recently built a new PC, and have been having problems with BSODs. I have been getting the Memory_Management error code most often, with a few IRQL_Not_Less_Or_Equal error codes mixed in. All my computer parts are brand new, and from what I can tell, all my drivers...
  10. Get IRQL_NOT_LESS_OR_EQUAL and MEMORY_MANAGEMENT + others

    in Windows 10 BSOD Crashes and Debugging
    Get IRQL_NOT_LESS_OR_EQUAL and MEMORY_MANAGEMENT + others: This happens when browsing, playing WOT, or sometimes I come down and computer has rebooted from it when I'm not even on it. PLEASE HELP. Upgraded Windows 10 Pro on top of a newly purchased albeit refurbished PC with Win 7. Addendum, I also ran MemTest over 8 passes with...