https://bugs.kde.org/show_bug.cgi?id=444488
--- Comment #7 from Philippe Waroquiers <philippe.waroqui...@skynet.be> --- (In reply to Paul Floyd from comment #6) > > I think we should check and use the existing hint. Current users of the > > hint > > will/should have the same behaviour whatever the glibc version. > > There is gnu_get_libc_version(). Now, how to call that without breaking musl. I suspect it might be problematic to call a glibc function (as a host function) during client image initialisation. So, we might have to always set the tunable env variable as part of the client initialisation, and call gnu_get_libc_version before producing an error message that the old hack did not work. -- You are receiving this mail because: You are watching all bug changes.