From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 47F1F3861024; Wed, 12 Aug 2020 12:19:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 47F1F3861024 From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug tdep/26362] [aarch64] gdb/utils.c:671: internal-error: virtual memory exhausted: can't allocate 187647121162241 bytes Date: Wed, 12 Aug 2020 12:19:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tdep X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2020 12:19:56 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26362 --- Comment #6 from Tom de Vries --- Created attachment 12766 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D12766&action=3Ded= it gcc.log, gcc.sum, outputs/gdb.fortran/mixed-lang-stack/ Reproduced using: - osc build \ -M testsuite \ openSUSE_Factory_ARM aarch64 - osc chroot openSUSE_Factory_ARM aarch64 - using gdb command line gdb command line: ... $ gdb \ outputs/gdb.fortran/mixed-lang-stack/mixed-lang-stack \ -batch \ -ex "b breakpt" \ -ex run \ -ex bt Breakpoint 1 at 0x11ac: file mixed-lang-stack.f90, line 37. a =3D 1, b =3D 2.000000, c =3D 3.000000e+00, d =3D (4.000000 + 5.000000i) 1 2.00000000 3.0000000000000000=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20 (4.00000000,5.00000000) this is a string from C Breakpoint 1, breakpt () at mixed-lang-stack.f90:37 37 write(*,*) "Hello World" ! Break here. #0 breakpt () at mixed-lang-stack.f90:37 #1 0x0000aaaaaaaab5d8 in mixed_func_1h () at mixed-lang-stack.f90:115 #2 0x0000aaaaaaaaafd8 in mixed_func_1g (obj=3D...) at mixed-lang-stack.cpp= :77 #3 0x0000aaaaaaaab020 in mixed_func_1f () at mixed-lang-stack.cpp:84 #4 0x0000aaaaaaaaafbc in mixed_func_1e () at mixed-lang-stack.cpp:67 #5 0x0000aaaaaaaab5bc in mixed_func_1d (a=3D1, b=3D2, c=3D3, d=3D(4,5), str=3D../../gdb/utils.c:671: internal-error: virtual memory exhausted: can't allocate 187647121162241 bytes. A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) [answered Y; input not from terminal] This is a bug, please report it. For instructions, see: . ../../gdb/utils.c:671: internal-error: virtual memory exhausted: can't allo= cate 187647121162241 bytes. A problem internal to GDB has been detected, further debugging may prove unreliable. Create a core file of GDB? (y or n) [answered Y; input not from terminal] Aborted (core dumped) ... --=20 You are receiving this mail because: You are on the CC list for the bug.=