help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Fatal error 11: Segmentation Fault


From: Óscar Fuentes
Subject: Re: Fatal error 11: Segmentation Fault
Date: Wed, 03 Apr 2019 03:28:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.90 (gnu/linux)

Óscar Fuentes <ofv@wanadoo.es> writes:

> Okay, after installing emacs25-dbg, do this:

Oh, as the instructions on the info node you know say, it is recommended
to `cd' to the `src` directory of emacs source code before starting gdb,
for xbacktrace to work. Or, if you prefer:

> $ gdb emacs
> (gdb) run

(gdb) source /pathtoemacssourcetree/src/.gdbinit

> <... use emacs until it crashes ...>
> (gdb) backtrace
> (gdb) xbacktrace
>
> Copy the output of the last two commands and paste them on the buffer
> created by M-x report-emacs-bug.
>
> To exit GDB:
>
> (gdb) quit
> <... if it asks for a confirmation, say `y'...>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]