[lttng-dev] LTTNG Continuously Crashing on Debian-12

Kienan Stewart kstewart at efficios.com
Tue Mar 12 14:11:48 EDT 2024


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


More information about the lttng-dev mailing list