What | Removed | Added |
---|---|---|
Priority | P5 - None | P3 - Medium |
Component | Other | Basesystem |
Severity | Normal | Major |
This looks to be at least triggered by this change in glibc: https://sourceware.org/git/?p=glibc.git;a=commit;h=1432d38ea04ab5e96f21a382101856db5b49ad8a Based on this it appears there's some kind of ABI breakage as the kernel hardcodes AT_PLATFORM to x86_64. glibc should still use that AT_PLATFORM value as well as the other new values. The glibc guidance on bug reports says to report this to the distribution maintainers first so they can check if the issue is related to any distribution specific changes, so I'm going to bump up the importance of this bug and changing the component to BaseSystem as with other glibc related issues. Note: the attached tar contained a.out instead of main.cpp. The main.cpp was simply "int main() { return 0; }"