From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3F1E0385C6E1; Fri, 9 Jun 2023 15:42:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3F1E0385C6E1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686325340; bh=ijdtRPHXqi2L1hDjn3iLTIn9tfEyxFUKXCVUbyJ9VGs=; h=From:To:Subject:Date:From; b=aHEuWTN0R7MjPVLUtVmR2i10M5OdmZMVYklP297ElEp+sxMVuMOVFg/R+Ae9caqwY qT7WteazAl40rfEZcFxpPHqmK39rTnprVWLtCUFQa7zkeSfLb+IpjlrPQ1Jb+4W7Px YRzeP1PPr3XWWD1um3F88cLfkoecsFIibvBZvM2I= From: "fabian_kessler at gmx dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/110196] New: stacktrace_entry does not print origin binary filename Date: Fri, 09 Jun 2023 15:42:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fabian_kessler at gmx dot de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110196 Bug ID: 110196 Summary: stacktrace_entry does not print origin binary filename Product: gcc Version: 13.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: fabian_kessler at gmx dot de Target Milestone: --- Using the current release stacktrace header results in a weird looking stacktrace, because the origin filename is not included: ``` 0# crashHandler at /mnt/c/Users/Febbe/workspace/xournalpp/src/core/control/CrashHandler.cpp:76 1# at :0 2# pthread_kill at :0 3# raise at :0 4# MainWindow::MainWindow(GladeSearchpath*, Control*, _GtkApplication*) = at /mnt/c/Users/Febbe/workspace/xournalpp/src/core/gui/MainWindow.cpp:54 5# std::_MakeUniq::__single_object std::make_unique(GladeSearchpath*&&, Control*&= &, _GtkApplication*&&) at :0 6# on_startup at /mnt/c/Users/Febbe/workspace/xournalpp/src/core/control/XournalMain.cpp:485 7# g_closure_invoke at :0 8# at :0 9# g_signal_emit_valist at :0 10# g_signal_emit at :0 11# g_application_register at :0 12# at :0 13# g_application_run at :0 14# XournalMain::run(int, char**) at /mnt/c/Users/Febbe/workspace/xournalpp/src/core/control/XournalMain.cpp:690 ```=