* [lttng-dev] LTTNG Continuously Crashing on Debian-12
@ 2024-03-12 17:51 Lakshmi Deverkonda via lttng-dev
2024-03-12 18:11 ` Kienan Stewart via lttng-dev
0 siblings, 1 reply; 2+ messages in thread
From: Lakshmi Deverkonda via lttng-dev @ 2024-03-12 17:51 UTC (permalink / raw)
To: lttng-dev, Kienan Stewart
[-- Attachment #1.1: Type: text/plain, Size: 2033 bytes --]
Hi,
We see that python3 based lttng is continuously crashing on debian-12.
Kernel Version is 6.1.0. Is there some special handling that has to be taken care for debian-12?
Following is the core decode.
Program terminated with signal SIGABRT, Aborted.
#0 0x00007fb95dac9e2c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[Current thread is 1 (Thread 0x7fb95d96c040 (LWP 19426))]
(gdb) bt
#0 0x00007fb95dac9e2c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fb95da7afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00007fb95da65472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
#3 0x00007fb95da65395 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#4 0x00007fb95da73eb2 in __assert_fail () from /lib/x86_64-linux-gnu/libc.so.6
#5 0x00007fb95d9efbbf in ?? () from /lib/x86_64-linux-gnu/liblttng-ust.so.1
#6 0x00007fb95d9f0f23 in ?? () from /lib/x86_64-linux-gnu/liblttng-ust.so.1
#7 0x00007fb95d9ece2f in ?? () from /lib/x86_64-linux-gnu/liblttng-ust.so.1
#8 0x00007fb95d9dc537 in ?? () from /lib/x86_64-linux-gnu/liblttng-ust.so.1
#9 0x00007fb95d9c73c2 in ?? () from /lib/x86_64-linux-gnu/liblttng-ust.so.1
#10 0x00007fb95d9c8003 in ?? () from /lib/x86_64-linux-gnu/liblttng-ust.so.1
#11 0x00007fb95d9c8003 in ?? () from /lib/x86_64-linux-gnu/liblttng-ust.so.1
#12 0x00007fb95d9c8003 in ?? () from /lib/x86_64-linux-gnu/liblttng-ust.so.1
#13 0x00007fb95d9c8fce in ?? () from /lib/x86_64-linux-gnu/liblttng-ust.so.1
#14 0x00007fb95d9c2408 in ?? () from /lib/x86_64-linux-gnu/liblttng-ust.so.1
#15 0x00007fb95dd6812a in ?? () from /lib64/ld-linux-x86-64.so.2
#16 0x00007fb95dd6b764 in ?? () from /lib64/ld-linux-x86-64.so.2
#17 0x00007fb95da7d55d in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#18 0x00007fb95da7d69a in exit () from /lib/x86_64-linux-gnu/libc.so.6
#19 0x00007fb95da66251 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#20 0x00007fb95da66305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#21 0x0000000000627461 in _start ()
Regards,
Lakshmi
[-- Attachment #1.2: Type: text/html, Size: 6952 bytes --]
[-- Attachment #2: Type: text/plain, Size: 156 bytes --]
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [lttng-dev] LTTNG Continuously Crashing on Debian-12
2024-03-12 17:51 [lttng-dev] LTTNG Continuously Crashing on Debian-12 Lakshmi Deverkonda via lttng-dev
@ 2024-03-12 18:11 ` Kienan Stewart via lttng-dev
0 siblings, 0 replies; 2+ messages in thread
From: Kienan Stewart via lttng-dev @ 2024-03-12 18:11 UTC (permalink / raw)
To: Lakshmi Deverkonda, lttng-dev
Hi Lakshmi,
I'd like to encourage once again to review the bug reporting guidelines
at https://lttng.org/community/ and include all the necessary
information including steps to reproduce the issue. Thank you.
On 3/12/24 1:51 PM, Lakshmi Deverkonda wrote:
> Hi,
>
> We see that python3 based lttng is continuously crashing on debian-12.
> Kernel Version is 6.1.0. Is there some special handling that has to be
> taken care for debian-12?
>
To the best of my knowledge there are no special cases for Debian 12 in
upstream lttng-ust. The Debian source package carries two minor patches
from what I can see, neither of which seem directly related to the
python agent.
> Following is the core decode.
Could you install the relevant "-dbgsym" packages for libc and
liblttng-ust or fetch the debug symbols from debuginfod so that the
addresses are resolved into meaningful symbols?
> Program terminated with signal SIGABRT, Aborted.
> #0 0x00007fb95dac9e2c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
> [Current thread is 1 (Thread 0x7fb95d96c040 (LWP 19426))]
> (gdb) bt
> #0 0x00007fb95dac9e2c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
> #1 0x00007fb95da7afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
> #2 0x00007fb95da65472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
> #3 0x00007fb95da65395 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
> #4 0x00007fb95da73eb2 in __assert_fail () from
> /lib/x86_64-linux-gnu/libc.so.6
> #5 0x00007fb95d9efbbf in ?? () from /lib/x86_64-linux-gnu/liblttng-ust.so.1
> #6 0x00007fb95d9f0f23 in ?? () from /lib/x86_64-linux-gnu/liblttng-ust.so.1
> #7 0x00007fb95d9ece2f in ?? () from /lib/x86_64-linux-gnu/liblttng-ust.so.1
> #8 0x00007fb95d9dc537 in ?? () from /lib/x86_64-linux-gnu/liblttng-ust.so.1
> #9 0x00007fb95d9c73c2 in ?? () from /lib/x86_64-linux-gnu/liblttng-ust.so.1
> #10 0x00007fb95d9c8003 in ?? () from /lib/x86_64-linux-gnu/liblttng-ust.so.1
> #11 0x00007fb95d9c8003 in ?? () from /lib/x86_64-linux-gnu/liblttng-ust.so.1
> #12 0x00007fb95d9c8003 in ?? () from /lib/x86_64-linux-gnu/liblttng-ust.so.1
> #13 0x00007fb95d9c8fce in ?? () from /lib/x86_64-linux-gnu/liblttng-ust.so.1
> #14 0x00007fb95d9c2408 in ?? () from /lib/x86_64-linux-gnu/liblttng-ust.so.1
> #15 0x00007fb95dd6812a in ?? () from /lib64/ld-linux-x86-64.so.2
> #16 0x00007fb95dd6b764 in ?? () from /lib64/ld-linux-x86-64.so.2
> #17 0x00007fb95da7d55d in ?? () from /lib/x86_64-linux-gnu/libc.so.6
> #18 0x00007fb95da7d69a in exit () from /lib/x86_64-linux-gnu/libc.so.6
> #19 0x00007fb95da66251 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
> #20 0x00007fb95da66305 in __libc_start_main () from
> /lib/x86_64-linux-gnu/libc.so.6
> #21 0x0000000000627461 in _start ()
>
> Regards,
> Lakshmi
thanks,
kienan
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-12 18:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-12 17:51 [lttng-dev] LTTNG Continuously Crashing on Debian-12 Lakshmi Deverkonda via lttng-dev
2024-03-12 18:11 ` Kienan Stewart via lttng-dev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox