[haiku-bugs] Re: [Haiku] #11482: pthreads: possible race condition leading to deadlock

  • From: "pulkomandy" <trac@xxxxxxxxxxxx>
  • Date: Mon, 17 Nov 2014 07:42:09 -0000

#11482: pthreads: possible race condition leading to deadlock
---------------------------------+----------------------------
   Reporter:  jessicah           |      Owner:  axeld
       Type:  bug                |     Status:  new
   Priority:  normal             |  Milestone:  R1
  Component:  System/libroot.so  |    Version:  R1/Development
 Resolution:                     |   Keywords:
 Blocked By:                     |   Blocking:
Has a Patch:  0                  |   Platform:  All
---------------------------------+----------------------------

Comment (by pulkomandy):

 Mh, github with submodules makes it hard to track the changes :(

 libroot_debug does not come with debugging information. It's a version of
 libroot with extra debug checks (guarded memory allocator, etc).

 To compile libroot with debug information, you need to add this to
 build/jam/UserBuildConfig:
 {{{
  SetConfigVar DEBUG : HAIKU_TOP src system libroot : 1 : global ;
 }}}

 Then recompile it. The library is output in
 {{{generated/objects/haiku/x86_gcc2/debug_1/}}} (and is also made part of
 the built haiku image).

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

Other related posts: