https://sourceware.org/bugzilla/show_bug.cgi?id=29785
--- Comment #5 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <amo...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7bd1e04a3532ed3f833a79a40bd7bc0bd48706ad commit 7bd1e04a3532ed3f833a79a40bd7bc0bd48706ad Author: Steinar H. Gunderson <steinar+sourcew...@gunderson.no> Date: Fri May 19 09:14:54 2023 +0000 PR29785, memory bloat after b43771b045fb Pathological cases of dwarf info with overlapping duplicate memory ranges can cause splitting of trie leaf nodes, which in the worst case will cause memory to increase without bounds. PR 29785 * dwarf2.c (insert_arange_in_trie): Don't split leaf nodes unless that reduces number of elements in at least one node. -- You are receiving this mail because: You are on the CC list for the bug.