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

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

Re: unknown face (used for dialogs) looks bad on dark background


From: Harald . Maier . BW
Subject: Re: unknown face (used for dialogs) looks bad on dark background
Date: 07 Nov 2001 06:10:36 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

"Eli Zaretskii" <eliz@is.elta.co.il> writes:

> > From: maierh@myself.com
> > Newsgroups: gnu.emacs.bug
> > Date: 06 Nov 2001 19:39:27 +0000
> > 
> >   $ gdb emacs
> >   Program received signal SIGSEGV, Segmentation fault.
> >   0x404ef1a5 in chunk_free () from /lib/libc.so.6
> >   (gdb) xbacktrace
> > 
> > xbacktrace produces nothing!
> 
> Be sure to invoke GDB from the src subdirectory of the Emacs source
> tree.  There's a .gdbinit file there which defines xbacktrace.

Uups, I thought I am there. Ok below are the backtraces. What I am
doing here. I am starting emacs in the gdb. Then I start editres and
select the command 'Get Tree'. Afterward I select with the cross
pointer from editres the main window of emacs. Note this happens only 
with the Motif linkage. With the X toolkit linkage all works fine.

Harald

  GNU Emacs 21.1.2 (i586-pc-linux-gnu, Motif Version 2.1.30) of
  2001-11-06 on hera

Current directory is /home/maierh/build/emacs-21.1/src/
GNU gdb 5.0
Copyright 2000 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-suse-linux"...
DISPLAY = hestia:0.0
TERM = dumb
Breakpoint 1 at 0x80d4296: file emacs.c, line 387.
Breakpoint 2 at 0x80b8169: file xterm.c, line 12015.
(gdb) run
Starting program: /home/maierh/build/emacs-21.1/src/emacs -geometry 80x40+0+0

Program received signal SIGSEGV, Segmentation fault.
0x404efad4 in chunk_realloc () from /lib/libc.so.6
(gdb) bt
#0  0x404efad4 in chunk_realloc () from /lib/libc.so.6
#1  0x404ef63c in realloc () from /lib/libc.so.6
#2  0x8117657 in emacs_blocked_realloc (ptr=0x89b8dc0, size=24) at alloc.c:801
#3  0x404ef3a3 in realloc () from /lib/libc.so.6
#4  0x4020536d in XtRealloc () from /usr/X11R6/lib/libXt.so.6
#5  0x401edab9 in FindChildren () from /usr/X11R6/lib/libXmu.so.6
#6  0x401ee12b in DumpChildren () from /usr/X11R6/lib/libXmu.so.6
#7  0x401ee14d in DumpChildren () from /usr/X11R6/lib/libXmu.so.6
#8  0x401edfe8 in DumpWidgets () from /usr/X11R6/lib/libXmu.so.6
#9  0x401ed42d in ExecuteCommand () from /usr/X11R6/lib/libXmu.so.6
#10 0x401ed2fc in GetCommand () from /usr/X11R6/lib/libXmu.so.6
#11 0x40224590 in HandleNormal () from /usr/X11R6/lib/libXt.so.6
#12 0x402248ff in HandleSelectionReplies () from /usr/X11R6/lib/libXt.so.6
#13 0x40211bf8 in CallEventHandlers () from /usr/X11R6/lib/libXt.so.6
#14 0x40211e4c in XtDispatchEventToWidget () from /usr/X11R6/lib/libXt.so.6
#15 0x40212772 in _XtDefaultDispatcher () from /usr/X11R6/lib/libXt.so.6
#16 0x40212af9 in XtDispatchEvent () from /usr/X11R6/lib/libXt.so.6
#17 0x80b67d5 in XTread_socket (sd=0, bufp=0xbffd1d94, numchars=4096, 
    expected=1) at xterm.c:11028
#18 0x80dc97e in read_avail_input (expected=1) at keyboard.c:6133
#19 0x80dcb4e in input_available_signal (signo=29) at keyboard.c:6296
#20 <signal handler called>
#21 0x405486ae in select () from /lib/libc.so.6
(gdb) xbacktrace
0x818b0c4 "recursive-edit"
0x818fd98 "byte-code"
0x821e664 "fancy-splash-screens"
0x821c958 "command-line-1"
0x821ba10 "command-line"
0x821a328 "normal-top-level"
(gdb) 




reply via email to

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