Windows 10: Paged Pool Memory Leak using _popen in timer for every 30 secs C++ application Windows

Discus and support Paged Pool Memory Leak using _popen in timer for every 30 secs C++ application Windows in Windows 10 Software and Apps to solve the problem; Below code snippet causing Paged Pool Memory leak.Whiletrue{std::shared_ptr<FILE> pipe_popencmd, "r", _pclose;Sleep30000; // 30 secs}I noticed the... Discussion in 'Windows 10 Software and Apps' started by shameershaik1, Apr 8, 2022.

  1. Paged Pool Memory Leak using _popen in timer for every 30 secs C++ application Windows


    Below code snippet causing Paged Pool Memory leak.Whiletrue{std::shared_ptr<FILE> pipe_popencmd, "r", _pclose;Sleep30000; // 30 secs}I noticed the Paged pool increase in Task Manager and also using xPerf tool.details of the functionMy Application is NTP Client.cmd = NTP status check either SYNC or not with NTP Server

    :)
     
    shameershaik1, Apr 8, 2022
    #1
  2. comnuts Win User

    is this memory leak?

    Hello RASHMIRANJAN1,

    I'm an independent advisor and hope this would address your questions.

    This is not a memory leak. A memory leak happens when a process or program failed to discard utilized memory when it is no longer in use. In that case, you would see a process or program consuming more and more memory over time.

    I wouldn't be worried about the paged and non-paged pools as they aren't excessively large in size. The paged pool is used to store handles of kernel objects, so it is normal to have some usage there. And non-paged pool is used by kernel and drivers of the
    operating system, so it is also normal for some usage there.
     
    comnuts, Apr 8, 2022
    #2
  3. Igor Leyko, Apr 8, 2022
    #3
  4. Paged Pool Memory Leak using _popen in timer for every 30 secs C++ application Windows

    High paged pool memory after leaving system on for quite sometime

    Oh, I see! Thanks for the clarity!

    Pageable memory controlled by memory management...that makes ALOT of sense! Oh well, at least the page pool stops at 1.2gb memory so I still have plenty of ram leftover for multi-tasking purposes. For virtual memory, I left it at system managed on C:/ drive. Otherwise, I'll try to update the network drivers and nvidia drivers. I know Killer Network drivers are highly proneable for memory leaks.

    Say, did Intel made an update of Intel Rapid Storage drivers for 4th Gen processors?
     
    RyougaLolakie, Apr 8, 2022
    #4
Thema:

Paged Pool Memory Leak using _popen in timer for every 30 secs C++ application Windows

Loading...
  1. Paged Pool Memory Leak using _popen in timer for every 30 secs C++ application Windows - Similar Threads - Paged Pool Memory

  2. fltMgr.sys causing an insane Paged Pool memory leak

    in Windows 10 Software and Apps
    fltMgr.sys causing an insane Paged Pool memory leak: I have been dealing with this issue for a while, and trying my best to find a solution, I have tried almost everything I have researched, but it still continues. From the very moment my PC starts up, the Paged Pool goes up at a rate of around 100MB every 5 minutes. Below is...
  3. fltMgr.sys causing an insane Paged Pool memory leak

    in Windows 10 BSOD Crashes and Debugging
    fltMgr.sys causing an insane Paged Pool memory leak: I have been dealing with this issue for a while, and trying my best to find a solution, I have tried almost everything I have researched, but it still continues. From the very moment my PC starts up, the Paged Pool goes up at a rate of around 100MB every 5 minutes. Below is...
  4. Paged Pool Memory Leak using _popen in timer for every 30 secs C++ application Windows

    in Windows 10 Gaming
    Paged Pool Memory Leak using _popen in timer for every 30 secs C++ application Windows: Below code snippet causing Paged Pool Memory leak.Whiletrue{std::shared_ptr<FILE> pipe_popencmd, "r", _pclose;Sleep30000; // 30 secs}I noticed the Paged pool increase in Task Manager and also using xPerf tool.details of the functionMy Application is NTP Client.cmd = NTP...
  5. Big non-paged pool memory leak at startup used by etwB

    in Windows 10 BSOD Crashes and Debugging
    Big non-paged pool memory leak at startup used by etwB: Hi everyone,Title says it all. I launch my laptop Windows 10 and see 1.0Gb of non-paged pool memory, and after running poolmon I see 880Mb attributed to etwB Windows tracing tool buffer as I understand.I have tried a lot of things, ran scannow, Memory Diagnostic tool,...
  6. Paged/Non-Paged Pool Memory Leak?

    in Windows 10 Ask Insider
    Paged/Non-Paged Pool Memory Leak?: Windows 10 Pro v1909 Intel i5-8250U 8GB RAM I updated to v1909 from v1809 back in December, and since then, I've noticed that my Memory used at idle and my paged/non-paged pool is significantly more than it used to be, particularly after my computer has been running for...
  7. Huge memory leak in non paged pool

    in Windows 10 BSOD Crashes and Debugging
    Huge memory leak in non paged pool: Hi, I have a memory leak in my system, specifically in the non paged pool. In one or two days of usage after a restart, it fills up all of the RAM available. Some online searches landed me on this blog:...
  8. Windows 10 Non-Page pool memory leak

    in Windows 10 Ask Insider
    Windows 10 Non-Page pool memory leak: [ATTACH] Hey all, I've been struggling for a couple days to find the source of this nonpaged pool memory leak on my Win10 Machine. Here's some screenshots: Task Manager 1 Task Manager 2 RAMMAP POOLMON (Sorted for Non-paged and by Byte count) Things I have tried so...
  9. Non paged pool memory leak

    in Windows 10 Ask Insider
    Non paged pool memory leak: Hi all, I am having a non paged pool memory leak. As far as i'm aware all drivers are up to date. https://imgur.com/Vo3QeUe https://imgur.com/a/IdzFZE5 Would really appreciate any support to getting this resolved, a reboot temporarily fixes it, but after a few hours it...
  10. 2GB Non-Paged Pool memory leak

    in Windows 10 Ask Insider
    2GB Non-Paged Pool memory leak: Title says it all, I've changed some regedit values as some videos recommended and for a while that fixed it. However, it has now come back and I have no way to fix this memory leak. Any help would be great, thanks in advance! submitted by /u/Shterz [link] [comments]...