https://bugs.kde.org/show_bug.cgi?id=433500
--- Comment #2 from Mark Wielaard <m...@klomp.org> --- Created attachment 136098 --> https://bugs.kde.org/attachment.cgi?id=136098&action=edit Skip some stuff when seeing an unknown language, be less chatty about parser issues. All the issues seem to come from the multi-file, that is the shared (supplementary or alt) file containing debuginfo shared by all the gcc/runtime libraries. There are a couple of issues: - It contains entries for the 'D' language, which has some constructs we don't expect. - We don't read partial units correctly, which means we often don't know the language we are looking at. - The parser is very chatty about issues it didn't expect (even if they are ignored, it will still output something) I am not sure why this pops up now. It doesn't seem we ever parsed this correctly. Maybe nobody has been running the tests with this debuginfo installed? It also only shows up with --read-var-info=yes which some tests enable, but is disabled by default. The following workarounds make it silent (even though there are some issues reading the debuginfo). -- You are receiving this mail because: You are watching all bug changes.