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.
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