Adding package information to ELF objects
Adding package information to ELF objects
Posted Nov 3, 2021 3:38 UTC (Wed) by wtarreau (subscriber, #51152)Parent article: Adding package information to ELF objects
Posted Nov 3, 2021 14:16 UTC (Wed)
by madscientist (subscriber, #16861)
[Link]
In any event, the problem you discuss is already somewhat solved via the build ID feature which most everyone implements these days: core files now contain unique IDs for the binary and all shared libraries they loaded at runtime. While you still have to go find them (using debuginfod or similar) at least you are 100% confident whether you have the right ones or not.
Posted Nov 4, 2021 9:23 UTC (Thu)
by jezz (subscriber, #59547)
[Link] (2 responses)
echo 0xF > /proc/self/coredump_filter
Posted Nov 4, 2021 15:32 UTC (Thu)
by wtarreau (subscriber, #51152)
[Link]
Posted Nov 4, 2021 15:37 UTC (Thu)
by wtarreau (subscriber, #51152)
[Link]
Thanks for your hint!
Adding package information to ELF objects
Adding package information to ELF objects
Adding package information to ELF objects
Adding package information to ELF objects
