netdata icon indicating copy to clipboard operation
netdata copied to clipboard

Attempt to fix crashes on 32-bit ARM static builds due to issues with handling of thread-local storage.

Open Ferroin opened this issue 6 months ago • 0 comments

Summary

Updated version of #20807 with the flags handled in CMake and no changes to PIE/PIC handling relative to current master.

Test Plan

As we have no reliable reproducer at the moment for the issue this is trying to fix, we will need to merge it and see if the crash numbers in telemetry go down or not.

Additional Information

Additional changes may be needed to fully fix the issue, and will be handled in separate PRs if this one does not fix things completely.

Ferroin avatar Aug 13 '25 13:08 Ferroin