Project

General

Profile

Bug #1314 » 0002-Fix-ust-app-stuck-on-recv-message-during-UST-comm-ti.patch

Jonathan Rajotte Julien, 07/14/2021 08:06 PM

View differences:

src/bin/lttng-sessiond/ust-app.c
if (!app) {
DBG("Application socket %d is being torn down. Abort event notify",
sock);
ret = 0;
ret = -1;
goto error_rcu_unlock;
}
......
if (!app) {
DBG("Application socket %d is being torn down. Abort event notify",
sock);
ret = 0;
ret = -1;
goto error_rcu_unlock;
}
......
DBG("Application socket %d is being torn down. Aborting enum registration",
sock);
free(entries);
ret = -1;
goto error_rcu_unlock;
}
(3-3/9)