diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-18 14:40:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-22 14:19:06 +0100 |
commit | 2a626dccea8356c73ac2cc2eb77cbcabca4cb7fc (patch) | |
tree | 051661b073b3d0feaa8832d5680b1fd93e8d9083 /package/lttng-tools/patches/patch-src_bin_lttng-sessiond_thread_c | |
parent | 676dc71c7dbf47978b8bdabbef03d24a88b886a4 (diff) |
lttng-tools: update to 2.13.11
Diffstat (limited to 'package/lttng-tools/patches/patch-src_bin_lttng-sessiond_thread_c')
-rw-r--r-- | package/lttng-tools/patches/patch-src_bin_lttng-sessiond_thread_c | 11 |
1 files changed, 11 insertions, 0 deletions
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); + } + |