Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
0.4.15-dev-2190-g325737f https://github.com/reactos/reactos/commit/325737f855d7ea89c08e7ddf6902863ff02ce743
Description
I just had tested 0.4.15-dev-3723-g8d70159 gcc 8.4.0 built on RosBE2.2.1.
Run on VBox 4.3.12.
And ros is leaking memory ~4kb/sec when just idling on the desktop.
0.4.15-dev-3723-g8d70159_leaking.webm
0.4.15-dev-3723-g8d70159_butNothingLeaksInProcessesTab.webm
Are we leaking kernel memory here? Most likely not, it's most likely the taskmgr itself, that is triggering the pseudo-leaking here. A user-mode-leak is more probable than a kernel mode leak here. Major then, not critical.
This is just a virtual-leak thanks to a "Guard" entry that we put at the end of each committed page. It is only observable in the Performance-tab, but can not be observed in the Processes-tab.
Attachments
Issue Links
- blocks
-
CORE-15793 RosBE2.1.6 configure step takes very long
- Resolved
- is duplicated by
-
CORE-18932 Regression, taskmgr triggers a memory leak of ~4kb/s when just idling in the performance tab
- Resolved
- relates to
-
CORE-18208 Memory leak when switching window focus
- Open
-
CORE-18196 Process Hacker from RAPPS doesn't start anymore
- Resolved
-
CORE-18519 Building ros on ros RosBE2.2.1, 'ninja bootcd -j1' fails after breaking into the debugger '(ntoskrnl/ob/obhandle.c:2966) OB: Attempting to insert existing object', RosBE prompt logs 'out of disk space ENOENT ENOSPC,'
- Resolved
-
CORE-19254 [TASKMGR] ros taskmgr run on Windows: its own memory usage is fluctuating slightly
- Untriaged
-
CORE-18991 TASKMGR: Task Manager's bugs and improvements
- Untriaged