Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NTOS:MM] Add debug print to MiAllocateContiguousMemory in out-of-memory case #1949

Merged
merged 1 commit into from Oct 27, 2019

Conversation

binarymaster
Copy link
Member

I'm still investigating random out-of-memory problem with patched xboxvmp (video miniport driver for Xbox, see PR #1896), which we discussed with @ThFabba on Mattermost.

We came to the conclusion there is no bug in the memory manager, but for some reason the memory is full at this early loading stage. This pull request adds a debug print for the code path I'm hitting, because there are no other debug prints signaling about outage of memory.

@HBelusca
Copy link
Contributor

HBelusca commented Oct 4, 2019

Is it somehow possible to dump the list of all loaded modules and see their paged vs. nonpaged pool usage?

@binarymaster
Copy link
Member Author

Is it somehow possible to dump the list of all loaded modules and see their paged vs. nonpaged pool usage?

* System info:
  mod [address]        - List all modules or the one containing address.

* Others:
  !poolused [Flags [Tag]] - Display pool usage.
  !filecache           - Display cache usage.

I tried all these commands, but there is nothing suspicious. 🤔

ntoskrnl/mm/ARM3/contmem.c Outdated Show resolved Hide resolved
@tkreuzer tkreuzer merged commit 9bf672d into reactos:master Oct 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants