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

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

Re: gdb emacs reporting 'Function "x_error_quitter" not defined'


From: Nick Roberts
Subject: Re: gdb emacs reporting 'Function "x_error_quitter" not defined'
Date: Thu, 20 Jan 2005 16:54:39 +1300

 >     DISPLAY = chlr4917:2.0
 >     TERM = dumb
 >     Breakpoint 1 at 0x80e7126
 >     Function "x_error_quitter" not defined.
 >     (gdb)
 > 
 > This would seem to be probably a GDB bug.  Can you report it
 > to address@hidden

Or, more likely, its a compiler problem. If the executable doesn't have the
symbol x_error_quitter, GDB can't be expected to find it.

What happens if you do (in build/src):

nm emacs | grep x_error_quitter

you should get something like:

080e6b6c t x_error_quitter

If you get nothing perhaps the local symbols are missing (x_error_quitter is
local to xterm.c).


Nick




reply via email to

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