Closed jrahno-fuze closed 3 months ago
ld
crashing with a segfault is not a problem with the code. You should report this to your distro's maintainer.
As for the second one, try compiling with CFLAGS=-fPIE LDFLAGS=-pie make
and see if that makes a difference.
Thank you. That worked on both mr11.5.1 and mr12.5. I am also able to compile kernel-module with the extra flags
I think the segfault on mr11.5.1 is the same problem as mr12.5 without the traceback to the actual error
Neither compiler nor linker really should segfault even if the compiler/linker options given were lacking.
rtpengine version the issue has been seen with
mr11.5.1 & mr12.5
Used distribution and its version
Oracle Linux 8.10
Linux kernel version used
5.4.17-2136.333.5.1.el8uek.x86_64
CPU architecture issue was seen on (see
uname -m
)x86_64
Expected behaviour you didn't see
No response
Unexpected behaviour you saw
Steps to reproduce the problem
Additional program output to the terminal or logs illustrating the issue
No response
Anything else?
Also tried to compile mr12.5 on the same system and it stops at the same step but with a more detailed traceback
NOTE:
I am able to compile 10.5.7 on the same system without error