[haiku-bugs] Re: [Haiku] #12306: Haiku won't shutdown

  • From: "tqh" <trac@xxxxxxxxxxxx>
  • Date: Sun, 13 Mar 2016 17:01:13 -0000

#12306: Haiku won't shutdown
----------------------+----------------------------
   Reporter:  vidrep  |      Owner:  nobody
       Type:  bug     |     Status:  reopened
   Priority:  high    |  Milestone:  R1/beta1
  Component:  System  |    Version:  R1/Development
 Resolution:          |   Keywords:
 Blocked By:          |   Blocking:
Has a Patch:  0       |   Platform:  All
----------------------+----------------------------

Comment (by tqh):

 From the KDL_report it looks like AddressSpaceReadLocker is already held
 by something when using {{{area_for}}} in {{{ACPICAHaiku.cpp}}}:
 {{{
 void
 AcpiOsUnmapMemory(void *where, ACPI_SIZE length)
 {
         DEBUG_FUNCTION_F("mapped: %p; length: %lu", where,
 (size_t)length);
         delete_area(area_for(where));
 }
 }}}

 Not sure how this could be. Any ideas?

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

Other related posts: