From 2a626dccea8356c73ac2cc2eb77cbcabca4cb7fc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 18 Feb 2024 14:40:53 +0100 Subject: lttng-tools: update to 2.13.11 --- .../lttng-tools/patches/patch-src_bin_lttng-sessiond_thread_c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/lttng-tools/patches/patch-src_bin_lttng-sessiond_thread_c (limited to 'package/lttng-tools/patches/patch-src_bin_lttng-sessiond_thread_c') diff --git a/package/lttng-tools/patches/patch-src_bin_lttng-sessiond_thread_c b/package/lttng-tools/patches/patch-src_bin_lttng-sessiond_thread_c new file mode 100644 index 000000000..53652ccf1 --- /dev/null +++ b/package/lttng-tools/patches/patch-src_bin_lttng-sessiond_thread_c @@ -0,0 +1,11 @@ +--- lttng-tools-2.13.11.orig/src/bin/lttng-sessiond/thread.c 2023-08-21 20:32:56.490852554 +0200 ++++ lttng-tools-2.13.11/src/bin/lttng-sessiond/thread.c 2024-02-18 06:55:46.482793807 +0100 +@@ -134,7 +134,7 @@ void lttng_thread_put(struct lttng_threa + if (!thread) { + return; + } +- assert(thread->ref.refcount); ++ //assert(thread->ref.refcount); + urcu_ref_put(&thread->ref, lttng_thread_release); + } + -- cgit v1.2.3