Fix: reset procname on fork in child process
[lttng-ust.git] / liblttng-ust / lttng-ust-comm.c
index d98fae402d28d9d2504aee517f200291777c9cd4..bd4d7152db4557a624ce99c37521e5918a5780ad 100644 (file)
@@ -1988,6 +1988,7 @@ void ust_after_fork_child(sigset_t *restore_sigset)
                return;
        lttng_context_vpid_reset();
        lttng_context_vtid_reset();
+       lttng_context_procname_reset();
        DBG("process %d", getpid());
        /* Release urcu mutexes */
        rcu_bp_after_fork_child();
This page took 0.023202 seconds and 4 git commands to generate.