Dan Nicolaescu
2006-05-18 19:51:24 UTC
As the subject says, I get this on an x86 Fedora Core 5 system:
gdb ./emacs
GNU gdb Red Hat Linux (6.3.0.0-1.122rh)
Copyright 2004 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 "i386-redhat-linux-gnu"...Using host
libthread_db library "/lib/libthread_db.so.1".
DISPLAY = localhost:13.0
TERM = xterm-bold
Breakpoint 1 at 0x80ed006: file /tmp/ARCH-emacs/emacs-557/src/emacs.c,
line 465.
Breakpoint 2 at 0x8105d88: file
/tmp/ARCH-emacs/emacs-557/src/sysdep.c, line 1441.
(gdb) r -Q -D
Starting program: /tmp/ARCH-emacs/objs-557/src/emacs -Q -D
Reading symbols from shared object read from target memory...done.
Loaded system supplied DSO at 0x157000
Program received signal SIGSEGV, Segmentation fault.
0x080bf16a in realize_basic_faces (f=0x8343a68)
at /tmp/ARCH-emacs/emacs-557/src/xfaces.c:7096
7096 if (face->font != FRAME_FONT (f))
No crash with patch-556.
(For both versions I increase BASE_PURESIZE by 5KB to avoid a puresize
overflow).
Any idea what is going on?
--dan
gdb ./emacs
GNU gdb Red Hat Linux (6.3.0.0-1.122rh)
Copyright 2004 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 "i386-redhat-linux-gnu"...Using host
libthread_db library "/lib/libthread_db.so.1".
DISPLAY = localhost:13.0
TERM = xterm-bold
Breakpoint 1 at 0x80ed006: file /tmp/ARCH-emacs/emacs-557/src/emacs.c,
line 465.
Breakpoint 2 at 0x8105d88: file
/tmp/ARCH-emacs/emacs-557/src/sysdep.c, line 1441.
(gdb) r -Q -D
Starting program: /tmp/ARCH-emacs/objs-557/src/emacs -Q -D
Reading symbols from shared object read from target memory...done.
Loaded system supplied DSO at 0x157000
Program received signal SIGSEGV, Segmentation fault.
0x080bf16a in realize_basic_faces (f=0x8343a68)
at /tmp/ARCH-emacs/emacs-557/src/xfaces.c:7096
7096 if (face->font != FRAME_FONT (f))
No crash with patch-556.
(For both versions I increase BASE_PURESIZE by 5KB to avoid a puresize
overflow).
Any idea what is going on?
--dan