Re: [lttng-dev] urcu workqueue thread uses 99% of cpu while workqueue is empty

2022-06-14 Thread Mathieu Desnoyers via lttng-dev
- On Jun 13, 2022, at 11:55 PM, Minlan Wang wangmin...@szsandstone.com wrote: > Hi, Mathieu, Hi Minlan, Thanks for the detailed bug report. Can I ask more precisely which commit ID of the userspace-rcu stable-2.12 branch you are using ? Typically a "userspace-rcu-latest-0.12.tar.bz2" gets

Re: [lttng-dev] urcu workqueue thread uses 99% of cpu while workqueue is empty

2022-06-14 Thread Mathieu Desnoyers via lttng-dev
- On Jun 14, 2022, at 9:39 AM, Mathieu Desnoyers mathieu.desnoy...@efficios.com wrote: > - On Jun 13, 2022, at 11:55 PM, Minlan Wang wangmin...@szsandstone.com > wrote: > >> Hi, Mathieu, > > Hi Minlan, > > Thanks for the detailed bug report. Can I ask more precisely which commit ID > o

[lttng-dev] urcu workqueue thread uses 99% of cpu while workqueue is empty

2022-06-14 Thread Minlan Wang via lttng-dev
Hi, Mathieu, We are running a CentOS 8.2 os on Intel(R) Xeon(R) CPU E5-2630 v4, and using the workqueue interfaces in src/workqueue.h in userspace-rcu-latest-0.12.tar.bz2. Recently, we found the workqueue thread rushes cpu into 99% usage. After some debuging, we found that the fute

Re: [lttng-dev] urcu workqueue thread uses 99% of cpu while workqueue is empty

2022-06-14 Thread Mathieu Desnoyers via lttng-dev
- On Jun 13, 2022, at 11:55 PM, Minlan Wang wangmin...@szsandstone.com wrote: > Hi, Mathieu, > We are running a CentOS 8.2 os on Intel(R) Xeon(R) CPU E5-2630 v4, Also, can you provide more information about which exact Linux kernel version you are using ? Thanks, Mathieu > and using

Re: [lttng-dev] [lttng-tools] Removal of root_regression tests

2022-06-14 Thread Marcel Hamer via lttng-dev
Hello Jonathan, On Mon, Jun 13, 2022 at 11:21:49AM -0400, Jonathan Rajotte-Julien wrote: > [Please note: This e-mail is from an EXTERNAL e-mail address] > > Hi Marcel, > > - Original Message - > > From: "Marcel Hamer via lttng-dev" > > To: "lttng-dev" > > Sent: Monday, 13 June, 2022 07

Re: [lttng-dev] urcu workqueue thread uses 99% of cpu while workqueue is empty

2022-06-14 Thread Mathieu Desnoyers via lttng-dev
- On Jun 13, 2022, at 11:55 PM, Minlan Wang wangmin...@szsandstone.com wrote: > Hi, Mathieu, > We are running a CentOS 8.2 os on Intel(R) Xeon(R) CPU E5-2630 v4, > and using the workqueue interfaces in src/workqueue.h in > userspace-rcu-latest-0.12.tar.bz2. Also, I notice that you appe

Re: [lttng-dev] urcu workqueue thread uses 99% of cpu while workqueue is empty

2022-06-14 Thread Minlan Wang via lttng-dev
Hi, Mathieu, The commit on branch stable-0.12 correponds to the tarball we downloaded is this: commit d5277e807192178ddb79f56ecbbd5ac3c4994f60 (HEAD -> v0.12.1.b, tag: v0.12.1) Author: Mathieu Desnoyers Date: Wed Apr 22 08:51:41 2020 -0400 Version 0.12.1 Signed-off-by: Mathieu Desno