https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110196
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<MainWindow>::__single_object std::make_unique<MainWindow, GladeSearchpath*, Control*, _GtkApplication*>(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 ```