https://bugs.kde.org/show_bug.cgi?id=468575
--- Comment #49 from Paul Floyd <pjfl...@wanadoo.fr> --- (In reply to Mark Wielaard from comment #44) > So it isn't immediately clear why it tries to find the stack_cache_actsize > var in libpthread.so.0 --sim-hints=no-nptl-pthread-stackcache controls this. If that is set we will try two things look for stack_cache_actsize and if we find it set the value to one billion which turns off the thread stack cache - if this is done then we don't do the next one look for gnu_get_libc_version, call the function and print a message if the version is < 2.34. Normally one of the two should happen. 2.34 removed the stack_cache_actsize symbol. I think the message that you are seeing only gets output if neither are found (probably the message should be updated to reflect that). Can you see the gnu_get_libc_version symbol in libc.so? -- You are receiving this mail because: You are watching all bug changes.