[haiku-bugs] Re: [Haiku] #13108: [Deskbar] One week running high memory usage

  • From: "pulkomandy" <trac@xxxxxxxxxxxx>
  • Date: Wed, 14 Dec 2016 11:37:14 -0000

#13108: [Deskbar] One week running high memory usage
------------------------------------+----------------------------
   Reporter:  joy                   |      Owner:  axeld
       Type:  bug                   |     Status:  new
   Priority:  normal                |  Milestone:  Unscheduled
  Component:  Applications/Deskbar  |    Version:  R1/Development
 Resolution:                        |   Keywords:
 Blocked By:                        |   Blocking:  13107
Has a Patch:  0                     |   Platform:  x86
------------------------------------+----------------------------

Comment (by pulkomandy):

 libroot_debug does not track leaks, only use-after-free. It's possible to
 use it to get some memory use stats, but that needs to be manually enabled
 in the source of the debugged app:

 {{{
 extern void heap_debug_dump_allocations(bool statsOnly, thread_id thread);
 }}}

 It would at least help to identify the thread responsible for the leak.

 A list of replicants (tray icons) you have in deskbar is also relevant, as
 one of them may be at fault.

--
Ticket URL: <https://dev.haiku-os.org/ticket/13108#comment:3>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: