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

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

Re: Installing emacs on openSUSE 10.3


From: Eli Zaretskii
Subject: Re: Installing emacs on openSUSE 10.3
Date: Tue, 02 Oct 2007 17:52:26 +0200

[Please keep the discussion on the mailing list.]

> Date: Tue, 02 Oct 2007 11:19:46 -0400
> From: puller@seas.upenn.edu
> 
> I'm not entirely sure how to proceed - I'm used to running gdb on a  
> compiled, executable program.

You need to run it on temacs, because this is the command that
crashed:

> >> LC_ALL=C ./temacs -batch -l loadup dump
> >> make[1]: *** [emacs] Segmentation fault

Thus, I'd run GDB as follows:

At the shell prompt type this from the src directory:

 $ gdb ./temacs

At the GDB prompt type this:

 (gdb) run -batch -l loadup dump

When temacs crashes, GDB will get control, and you can then produce
the backtrace.




reply via email to

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