GNU bug report logs -
#5396
Something in splash page causes Emacs to crash?
Previous Next
Reported by: Joseph Tam <tam <at> math.ubc.ca>
Date: Sat, 16 Jan 2010 07:54:02 UTC
Severity: normal
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
In article <Pine.GSO.4.64.1001151908220.10853 <at> mnc.zngu.hop.pn>, Joseph Tam <tam <at> math.ubc.ca> writes:
> Under certain circumstances, emacs crashes on startup. I hope I have
> provided enough details for you to figure it out, or at least, so that
> you can refer me for more diagnostics.
> Using a X11 thin client, I could not recreate this problem by using
> emacs directly on the installed host, but rather, I ssh -X from an
> intermediary host, then ran emacs:
> thin client <- X11 -> intermediary host <- "ssh -X" -> emacs
[...]
> (gdb) run
> Starting program: /nfs/build/Emacs/emacs-23.1/src/emacs
> Breakpoint 1, abort () at emacs.c:432
> 432 kill (getpid (), SIGABRT);
> (gdb) bt
> #0 abort () at emacs.c:432
> #1 0x0017ef30 in font_parse_xlfd (name=0x8 <Address 0x8 out of bounds>, font=-2138962232) at font.c:1131
> #2 0x001c8130 in xfont_list_pattern (display=0x7c5a80,
> pattern=0xffbfc198 "-adobe-helvetica-*-*-*-*-*-*-*-*-*-*-iso8859-1", registry=540807248, script=540533584)
> at xfont.c:414
[...]
> (gdb) up
> #1 0x0017ef30 in font_parse_xlfd (name=0x8 <Address 0x8 out of bounds>,
> font=-2142319328) at font.c:1131
> 1131 font_assert (FONT_SPEC_P (font));
> (gdb) pr font
> The history is empty.
> (gdb) call debug_print(font)
> #<font-entity nil adobe helvetica x iso8859-1 medium r normal nil nil nil nil nil>
Hmm, it seems that the contents of `name' argument to
font_parse_xlfd is broken or invalid.
In the same gdb session, following the above, please do:
(gdb) up
(gdb) p buf
---
Kenichi Handa
handa <at> m17n.org
This bug report was last modified 14 years and 334 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.