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

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

bug#20614: Segmentation fault when building on Power8 Little Endian


From: Eli Zaretskii
Subject: bug#20614: Segmentation fault when building on Power8 Little Endian
Date: Wed, 23 Sep 2015 15:23:42 +0300

> Cc: 20614@debbugs.gnu.org
> From: Petr Hracek <phracek@redhat.com>
> Date: Wed, 23 Sep 2015 14:11:51 +0200
> 
> > If you run Emacs under GDB, you don't need any traces: GDB allows to
> > look at variables without any tracing code.
> I will investigate is a bit more.
> How to call dump when emacs or temacs is buildup?
> Machine is already prepared.
> I have seen some code in loadup.el lisp file and would like to do it 
> from command line.

Like this:

 $ cd src
 $ gdb ./temacs
 (gdb) r --batch --load loadup bootstrap

(This uses the command that failed.)





reply via email to

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