Re: epiphany crash : how to get more information



On 2015-12-08 10:29, cedlemo wrote:
Hi,

Today epiphany  crash each time I try to run it (Archlinux x86_64)
I have launched it in a terminal in order to have error message but
without luck:

zsh shell:

epiphany
[1]    14104 segmentation fault (core dumped)  epiphany

fish shell:

fish: 'epiphany' terminated by signal SIGSEGV (Erreur de frontière d'adresse)

What are the options that I can use in order to have some
comprehensive error messages?

cedlemo

Hi,

You want to get a backtrace of the crash out of coredumpctl using gdb, then post it with a bug report on bugzilla.gnome.org. For example, immediately after a crash, run:

$ coredumpctl gdb
(gdb) set logging on
(gdb) bt full
(qdb) quit

Then create a bug report and attach the file gdb.txt.

Michael


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]