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

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

Re: Freeze (Zooning... zone-pgm-LR-rotate-variable)


From: Eli Zaretskii
Subject: Re: Freeze (Zooning... zone-pgm-LR-rotate-variable)
Date: Mon, 29 Oct 2001 12:07:13 +0200 (IST)

On Mon, 29 Oct 2001, Erik Sigra wrote:

> > > > > At this point it shows a lot:
> > > > > #0  0x8114e9d in ?? ()
> > > > > #1  0x8115479 in ?? ()
> > > >
> > > > This probably means you either built Emacs without the -g switch, or
> > > > installed it stripped.  To be able to debug Emacs, you need to run an
> > > > unstripped binary compiled with -g.  It's possible that src/emacs is
> > > > still uunstripped, in which case you could run it instead of the
> > > > installed binary.
> > >
> > > I usually try to build things with debugging enabled so that I can send
> > > reports. I usually try "./configure --help" and look for
> > > "--enable-debug". But I didn't find that for emacs.
> >
> > Emacs is built by default with debug information enabled.  Please look
> > into src/Makefile and see if the compilation flags include -g.
> 
> It contains:
> 
> CFLAGS= -g -O2

That's normal.  Can it be that the binary was stripped when installed?
Does GDB complain about missing symbols if you say "gdb ./emacs" in
the `src' directory where you built Emacs?



reply via email to

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