[haiku-bugs] Re: [Haiku] #13436: runtime_loader can't handle SONAME longer than 32 chars

  • From: "axeld" <trac@xxxxxxxxxxxx>
  • Date: Thu, 20 Apr 2017 09:59:39 -0000

#13436: runtime_loader can't handle SONAME longer than 32 chars
-------------------------------------+----------------------------
   Reporter:  korli                  |      Owner:  nobody
       Type:  bug                    |     Status:  new
   Priority:  normal                 |  Milestone:  Unscheduled
  Component:  System/runtime_loader  |    Version:  R1/Development
 Resolution:                         |   Keywords:
 Blocked By:                         |   Blocking:
Has a Patch:  0                      |   Platform:  All
-------------------------------------+----------------------------

Comment (by axeld):

 Looking at the runtime loader's heap implementation, it starts using 64
 KB, and increases it's size by 32 KB. If you're interested in how much
 more memory that will take, the follow shell command will compute a size
 of all runtime loader heaps in bytes (to run before and after on a freshly
 booted system):
 {{{
 $ listarea | grep "rld heap" | cut -c50-60 | grep -v "^$" | { echo
 ibase=16; paste -d+ -s; } | bc
 }}}

--
Ticket URL: <https://dev.haiku-os.org/ticket/13436#comment:2>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: