From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BD7153858436; Wed, 19 Jul 2023 14:56:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BD7153858436 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1689778566; bh=WG99Q12+Ocz0yZX4ErWlSJjlUvShx1r1p/IqbRUyOtU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=twYYE0AYiDpq6gpk5wHn9UQ+9kykDSggI57Hsr9F5FM38MTyZQmCFzI/1DxN3M+b7 l8SzumJjZNWh37GxV2etvYTitnLzMnQLdnRhaVhCLjHXLp6Nw37HPEll+nwr3hy2Zd dP8qyszYz26cGwX1iJhh2NjDwsFRsPmdj/bpn+8w= From: "simon.marchi at polymtl dot ca" To: gdb-prs@sourceware.org Subject: [Bug gdb/28219] arm-none-eabi-gdb, .../gdb/utils.c:671: "internal-error: virtual memory exhausted: can't allocate 4064 bytes" Date: Wed, 19 Jul 2023 14:56:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: simon.marchi at polymtl dot ca X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D28219 --- Comment #19 from Simon Marchi --- > Simon, do you know if anything has been done with regards to these macro > import issues? As far as I know, the issue is still present. It would be nice to make GDB detect the situation and avoid getting in the combinatorial explosion, but = care must be taken to not reject valid cases. For instance, I don't think that simply skipping all "import 0" would work, as you could have legitimate (not far-fetched) use cases of that. However, I checked the .elf file uploaded recently by Dominic, and I don't = see any "import 0" in the .debug_macro section. Are we sure we are looking at = the same issue? --=20 You are receiving this mail because: You are on the CC list for the bug.=