[haiku-bugs] Re: [Haiku] #16489: App_server crash when browsing URL with WebPositive

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Thu, 27 Aug 2020 15:14:30 -0000

#16489: App_server crash when browsing URL with WebPositive
---------------------------------+-------------------------
  Reporter:  vidrep              |      Owner:  PulkoMandy
      Type:  bug                 |     Status:  assigned
  Priority:  normal              |  Milestone:  Unscheduled
 Component:  Servers/app_server  |    Version:  R1/beta2
Resolution:                      |   Keywords:
Blocked By:                      |   Blocking:
  Platform:  All                 |
---------------------------------+-------------------------
Comment (by ttcoder):

 Rather than re-package, one may also use the non-packaged hierarchy. I did
 this:

 {{{
 cd /system/non-packaged/data/
 mkdir launch
 cat > launch/system << EOF
 service x-vnd.Haiku-app_server {
 launch /system/servers/app_server
   env {
     LD_PRELOAD libroot_debug.so
     MALLOC_DEBUG grs25
   }
 }
 }}}

 This won't boot though. Even if I remove the "r" to allow memory re-use,
 Haiku remains stuck on the last ("rocket") icon. KDL can be invoked, and
 shows the four CPUs are running ide_thread, syslog_daemon (executing
 vm_something and pending_ici) etc. Invoking "teams" shows there are only 6
 teams running, none of which is app_server. Any way to strip down "gs25"
 some more and still keep it useful ?  I have 4 GB of RAM. (x64 of course).
-- 
Ticket URL: <https://dev.haiku-os.org/ticket/16489#comment:8>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: