From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 670563858418; Fri, 4 Aug 2023 19:23:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 670563858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1691176980; bh=33szvb4wf8Prf6dKpfrU2vE0bbb2fLKDgRTBM0mDiNM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jQMPT8E+RAW3yKWzwhK/TKkfdkjZRyGRbp6RxMJyY6QLSUcgFC7qOuSG7WS7rJxDZ tUjC+zzF0lPdd1Ev1z+w/qA+Dr7+/u1ttaqHuNLkQysJCMlpA60qbv3IbaquA78NjV 4z13NHxjisNGViDhO/FKY+0LE4FC97R+kFNcZcec= From: "t318671@t-online.de" To: gdb-prs@sourceware.org Subject: [Bug gdb/24495] gdb uses huge memory and then terminates Date: Fri, 04 Aug 2023 19:22:59 +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: 8.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: t318671@t-online.de X-Bugzilla-Status: WAITING 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: 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=3D24495 --- Comment #6 from t318671@t-online.de --- Sorry, of course, yes I have news. Forgot to post them here. The issue was caused by switching on both settings in qtcreator: "Use Debugging Helper" a= nd "Load system GDB pretty printers", and solved by switching off the latter o= ne. So it was an issue of qtcreator. It obviously cannot determine and display = the values of std::vector, when both settings are switched on. Using only "Load system GDB pretty printers" is useless in qtcreator, since no vector values= are shown. But using only "Use Debugging Helper" does the job exactly as wanted. Many thanks for your support here! --=20 You are receiving this mail because: You are on the CC list for the bug.=