[ros-bugs] [Bug 1554] Out of user handles
ReactOS.Bugzilla at www.reactos.org
ReactOS.Bugzilla at www.reactos.org
Sat Feb 3 02:18:57 CET 2007
http://www.reactos.org/bugzilla/show_bug.cgi?id=1554
------- Comment #2 from timo.kreuzer at web.de 2007-02-03 02:18 CET -------
You need to browse through all submenus about 50 times until it happens.
explorer does not leak any handles at least not shown in taskmgr (both ROS /
XP), but it does leak memory when browsing through the startmenu (both on ROS
and XP and on XP even more)
Taskmgr counts all handles by calling NtQuerySystemInformation, wich will call
ObpGetHandleCountByHandleTable for each process. This number does not increase,
also does the number of handles used by explorer not increase.
I have writte a small app to list the content of the GDI handle table.
Using the startmenu leaks kernel handles of the type bitmap and region. I try
to hunt that down a bit more.
--
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.
More information about the Ros-bugs
mailing list