[lttng-dev] [PATCH lttng-ust 0/2] Bugfix for http://bugs.lttng.org/issues/745 (now using mutex)

Paul Woegerer paul_woegerer at mentor.com
Mon Jul 14 04:38:23 EDT 2014


As discussed previously I replaced the semaphore with a mutex and retested on
all three platforms (x86_x64, ARM and PPC). Turns out using a mutex is as good
as the original implementation with the semaphore.

Paul Woegerer (2):
  Bugfix for #745 deadlock with baddr statedump+fork
  Revert "Turn base address dump into experimental feature"

 doc/man/lttng-ust.3            | 10 +++-------
 liblttng-ust/lttng-ust-baddr.c |  2 +-
 liblttng-ust/lttng-ust-comm.c  | 16 ++++++++++++++++
 3 files changed, 20 insertions(+), 8 deletions(-)

-- 
2.0.1




More information about the lttng-dev mailing list