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

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

Re: Crashes of GNU Emacs 23


From: Jan D.
Subject: Re: Crashes of GNU Emacs 23
Date: Thu, 7 Jul 2005 13:54:49 +0200


Am 07.07.2005 um 11:41 schrieb Jan D.:


% gdb emacs



Here it is when I chose 'Send Bug Report' from the text Help menu (it is staying open now and nothing seems to happen):

pete 179 /\ gdb emacs
GNU gdb 5.3-20030128 (Apple version gdb-330.1) (Fri Jul 16 21:42:28 GMT 2004)
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "powerpc-apple-darwin".
Reading symbols for shared libraries ................ done
DISPLAY = :0.0
TERM = dumb
Breakpoint 1 at 0x9009fb58
Breakpoint 2 at 0xf18e0: file xterm.c, line 7795.
(gdb) r
Starting program: /Users/pete/Quellen/Emacs_CVS/emacs--unicode--0-- patch-67/src/emacs -geometry 80x40+0\
+0
Reading symbols for shared libraries +++ +.................................................. done

Breakpoint 2, x_error_quitter (display=0x4907400, error=0xbfffba00) at xterm.c:7795 7795 XGetErrorText (display, error->error_code, buf, sizeof (buf));
(gdb) p buf1

You have to do next twice so this and the next line gets executed. You are printing out an unitialized variable. That is:

Breakpoint 2, x_error_quitter (display=0x4907400, error=0xbfffba00) at xterm.c:7795
7795      XGetErrorText (display, error->error_code, buf, sizeof (buf));
(gdb) n
(gdb) n
(gdb) p buf1

You forgot the stack trace.

    Jan D.





reply via email to

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