https://bugs.kde.org/show_bug.cgi?id=201742
Paul Floyd <pjfl...@wanadoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pjfl...@wanadoo.fr --- Comment #3 from Paul Floyd <pjfl...@wanadoo.fr> --- If my awk skills are right then the sizes of the default suppressions vary like awk 'BEGIN{in_stack=0}/^{/{count=0;in_stack=1;next}/^}/{print count;in_stack=0;next}{if (in_stack==1) count=count+1;}' *.supp | sort -un 3 4 5 6 7 8 9 10 There are 3 non-stack lines, so the stack sizes are from 1 to 7. That's less than the default number of callers which is 12. Does this also mean that users that lower --num-callers= could also be affected? I see one xcb suppression that is probably a bit over-specific. Probably not much of an issue or we'd have heard more complaints by now. -- You are receiving this mail because: You are watching all bug changes.