Re: [lttng-dev] Crash in application due to watchdog timeout with python3 lttng

2024-02-23 Thread Kienan Stewart via lttng-dev
tewart *Sent:* 13 February 2024 20:50 *To:* Lakshmi Deverkonda ; lttng-dev@lists.lttng.org *Subject:* Re: [lttng-dev] Crash in application due to watchdog timeout with python3 lttng External email: Use caution opening links or attachments Hi Lakshmi, when the lttngust python agent starts, it at

Re: [lttng-dev] Crash in application due to watchdog timeout with python3 lttng

2024-02-20 Thread Lakshmi Deverkonda via lttng-dev
February 2024 22:11 To: Lakshmi Deverkonda ; lttng-dev@lists.lttng.org Subject: Re: [lttng-dev] Crash in application due to watchdog timeout with python3 lttng External email: Use caution opening links or attachments Hi Lakshmi, On 2/16/24 09:33, Lakshmi Deverkonda wrote: > This is how, we h

Re: [lttng-dev] Crash in application due to watchdog timeout with python3 lttng

2024-02-16 Thread Kienan Stewart via lttng-dev
*From:* Lakshmi Deverkonda *Sent:* 13 February 2024 21:05 *To:* Kienan Stewart ; lttng-dev@lists.lttng.org *Subject:* Re: [lttng-dev] Crash in application due to watchdog timeout with python3 lttng Yes. We are trying to join only the threads related to the application

Re: [lttng-dev] Crash in application due to watchdog timeout with python3 lttng

2024-02-16 Thread Lakshmi Deverkonda via lttng-dev
Sent: 13 February 2024 20:50 To: Lakshmi Deverkonda ; lttng-dev@lists.lttng.org Subject: Re: [lttng-dev] Crash in application due to watchdog timeout with python3 lttng External email: Use caution opening links or attachments Hi Lakshmi, when the lttngust python agent starts, it attempts

Re: [lttng-dev] Crash in application due to watchdog timeout with python3 lttng

2024-02-13 Thread Kienan Stewart via lttng-dev
@lists.lttng.org *Subject:* Re: [lttng-dev] Crash in application due to watchdog timeout with python3 lttng External email: Use caution opening links or attachments Hi Lakshmi, when the lttngust python agent starts, it attempts to connect to one or more session daemons[1]. Each connection starts

Re: [lttng-dev] Crash in application due to watchdog timeout with python3 lttng

2024-02-13 Thread Lakshmi Deverkonda via lttng-dev
@lists.lttng.org Subject: Re: [lttng-dev] Crash in application due to watchdog timeout with python3 lttng External email: Use caution opening links or attachments Hi Lakshmi, when the lttngust python agent starts, it attempts to connect to one or more session daemons[1]. Each connection starts

Re: [lttng-dev] Crash in application due to watchdog timeout with python3 lttng

2024-02-13 Thread Kienan Stewart via lttng-dev
Hi Lakshmi, when the lttngust python agent starts, it attempts to connect to one or more session daemons[1]. Each connection starts a thread that loops forever, retrying the registration in case an exception occurs[2]. I don't think the it's designed to have `join()` called on those

[lttng-dev] Crash in application due to watchdog timeout with python3 lttng

2024-02-13 Thread Lakshmi Deverkonda via lttng-dev
Hi, We are able to integrate python3 lttng module in our application(python3 based). However, we are seeing that whenever the application terminates, there is watchdog timeout due to timeout in joining the threads. What could be the reason for this ? Does lttng module hold any thread event