Project

General

Profile

Bug #1199 » patch-1199-1.diff

Mathieu Desnoyers, 10/03/2019 04:41 PM

View differences:

liblttng-ust/lttng-ust-comm.c
ust_lock_nocheck();
urcu_bp_before_fork();
lttng_ust_lock_fd_tracker();
}
static void ust_after_fork_common(sigset_t *restore_sigset)
......
int ret;
DBG("process %d", getpid());
lttng_ust_unlock_fd_tracker();
ust_unlock();
pthread_mutex_unlock(&ust_fork_mutex);
(4-4/4)