Re: [yocto] [lttng-dev] Using lttng-ust 2.13.6 from Yocto Kirkstone and getting weird segfault saying strlen_asimd.S can't be found.

2024-08-21 Thread Brian Hutchinson
Update. Finally figured out how to make a demonstrator so you all could reproduce the segfault problem. After much going in circles, a colleague found the issue. Simply add -fpack-struct=1 to hello example. gcc -fpack-struct=1 -c -I. hello-tp.c gcc -fpack-struct=1 -c hello.c gcc -o hello hello.

Re: [lttng-dev] Using lttng-ust 2.13.6 from Yocto Kirkstone and getting weird segfault saying strlen_asimd.S can't be found.

2024-08-21 Thread Kienan Stewart via lttng-dev
Hi Brian, On 8/21/24 8:51 AM, Brian Hutchinson wrote: Update. Finally figured out how to make a demonstrator so you all could reproduce the segfault problem. After much going in circles, a colleague found the issue. Simply add -fpack-struct=1 to hello example. I'm glad to hear you and your