abrt / gnome-abrt

ABRT oopses list designed according to https://live.gnome.org/Design/Apps/Oops
GNU General Public License v3.0
18 stars 21 forks source link

Path should be printed for "Backtrace is generated and saved" #323

Open kevgrig opened 2 years ago

kevgrig commented 2 years ago

I had a crash in a program and GnomeAbrt processed it but ultimately failed with:

fatal: RPC failed at server. There is no component named 'kdenlive' in the 'Fedora' product

So then I wanted to manually report the bug but GnomeAbrt doesn't tell me where the backtrace is or the core dumps:

Generating backtrace Backtrace is generated and saved, 120019 bytes

All3xJ commented 1 year ago

I have also the same problem. So I am asking: where is the backtrace/coredumps ? Also, why does this bug happen? Is this because the program is not in official repo (and so it's not in official bug report portal bugzilla.redhat)?

mgrabovsky commented 1 year ago

You can open the problem directory by right-clicking the crash in gnome-abrt and selecting “Open problem data directory”. In the directory, you will find, among others, the files coredump and backtrace.

image